placing instead of classific
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 07:32:59 +0000 (07:32 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 07:32:59 +0000 (07:32 +0000)
web/commons.js
web/index.php
web/index_wr.php
web/room.css

index 51c081d..5de441f 100644 (file)
@@ -360,9 +360,9 @@ function act_about()
     send_mesg("about");
 }
 
-function act_classific()
+function act_placing()
 {
-    send_mesg("classific");
+    send_mesg("placing");
 }
 
 function act_roadmap()
index 6e512e2..63d0679 100644 (file)
@@ -137,9 +137,9 @@ $mlang_room = array( 'userpasserr'  => array('it' => 'Utente e/o password errati
                      'itm_mail'     => array('it' => 'contatti',
                                              'en' => 'contacts'),
                      'tit_cla'      => array('it' => 'classifiche degli utenti',
-                                             'en' => 'user\'s classifics'),
+                                             'en' => 'user\'s placings'),
                      'itm_cla'      => array('it' => 'classifiche',
-                                             'en' => 'classifics'),
+                                             'en' => 'placings'),
                      'tit_rmap'     => array('it' => 'prossime funzionalità implementate',
                                              'en' => 'roadmap of next functionalities'),
                      'itm_rmap'     => array('it' => 'roadmap',
@@ -541,7 +541,7 @@ $brisk_vertical_menu = '
 -->
 <a href="#" 
    onmouseover="menu_hide(0,1);"
-   title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_classific();">'.$mlang_room['itm_cla'][$G_lang].'</a><br>
+   title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_placing();">'.$mlang_room['itm_cla'][$G_lang].'</a><br>
 
 <a href="#" 
    onmouseover="menu_hide(0,1);"
index 0b90302..1512847 100644 (file)
@@ -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();
index 0ea24e3..4bf9950 100644 (file)
@@ -135,7 +135,7 @@ table.floaty td {
     vertical-align: top;
 }
 
-table.classifics {
+table.placings {
 /*    border: 1px solid red; */
 /*    border-collapse: collapse; */
     border-spacing: 8px;
@@ -143,7 +143,7 @@ table.classifics {
     width: 100%;
 }
 
-table.classifics td
+table.placings td
 {
     border: 1px solid gray; 
     padding: auto;         
@@ -152,20 +152,20 @@ table.classifics td
     text-align: center;
 }
 
-table.classific {
+table.placing {
     border: 1px solid gray;
     border-collapse: collapse;
     border-spacing: 0px;
     margin: auto;
 }
 
-table.classific th {
+table.placing th {
     border: 1px solid gray;
     text-align: center;
     padding: 4px;
 }
 
-table.classific td {
+table.placing td {
     border: 1px solid gray;
     text-align: center;
     padding: 4px;