X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=15128479e933e1adf582ac1fe29b3c0d9e5a1b5b;hb=8fef2a5be45f26389f4e3ef85ac7517f405d54b2;hp=0b90302373f9b4c4ac96bb9e68b7727a0ff68fe6;hpb=58e4c9c2e1df694fda3c702510c97634b53fe7b3;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index 0b90302..1512847 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -159,13 +159,13 @@ if (($user = &$room->get_user($sess, &$idx)) == FALSE) { else if ($argz[0] == 'roadmap') { echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200); } - else if ($argz[0] == 'classific') { + else if ($argz[0] == 'placing') { GLOBAL $G_false; require_once("briskin5/Obj/briskin5.phh"); - require_once("briskin5/Obj/classific.phh"); + require_once("briskin5/Obj/placing.phh"); - echo show_notify(str_replace("\n", " ", classifics_show($G_false)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600); + echo show_notify(str_replace("\n", " ", placings_show($G_false)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600); } else if ($argz[0] == 'whysupport') { echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lng], 400, 200); @@ -429,13 +429,13 @@ else if ($user->stat == 'room') { } - else if ($argz[0] == 'classific') { + else if ($argz[0] == 'placing') { require_once("briskin5/Obj/briskin5.phh"); - require_once("briskin5/Obj/classific.phh"); + require_once("briskin5/Obj/placing.phh"); $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; - $user->comm[$user->step % COMM_N] .= show_notify_opaque(str_replace("\n", " ", classifics_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600); + $user->comm[$user->step % COMM_N] .= show_notify_opaque(str_replace("\n", " ", placings_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600); log_wr($user->comm[$user->step % COMM_N]); $user->step_inc();