classific and classifics classes added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 22 Jul 2009 19:08:53 +0000 (19:08 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 22 Jul 2009 19:08:53 +0000 (19:08 +0000)
web/index.php
web/room.css

index 8174f67..6e512e2 100644 (file)
@@ -136,6 +136,10 @@ $mlang_room = array( 'userpasserr'  => array('it' => 'Utente e/o password errati
                                              'en' => 'contacts'),
                      'itm_mail'     => array('it' => 'contatti',
                                              'en' => 'contacts'),
+                     'tit_cla'      => array('it' => 'classifiche degli utenti',
+                                             'en' => 'user\'s classifics'),
+                     'itm_cla'      => array('it' => 'classifiche',
+                                             'en' => 'classifics'),
                      'tit_rmap'     => array('it' => 'prossime funzionalità implementate',
                                              'en' => 'roadmap of next functionalities'),
                      'itm_rmap'     => array('it' => 'roadmap',
@@ -535,6 +539,10 @@ $brisk_vertical_menu = '
    onmouseover="menu_hide(0,1);"
    title="perché supportare brisk?" onclick="act_whysupport();">supportare?</a><br>
 -->
+<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>
+
 <a href="#" 
    onmouseover="menu_hide(0,1);"
    title="'.$mlang_room['tit_rmap'][$G_lang].'" onclick="act_roadmap();">'.$mlang_room['itm_rmap'][$G_lang].'</a><br>
index e2c0d0b..0ea24e3 100644 (file)
@@ -135,6 +135,42 @@ table.floaty td {
     vertical-align: top;
 }
 
+table.classifics {
+/*    border: 1px solid red; */
+/*    border-collapse: collapse; */
+    border-spacing: 8px;
+    margin: 0px;
+    width: 100%;
+}
+
+table.classifics td
+{
+    border: 1px solid gray; 
+    padding: auto;         
+    margin: auto;
+    vertical-align: top;
+    text-align: center;
+}
+
+table.classific {
+    border: 1px solid gray;
+    border-collapse: collapse;
+    border-spacing: 0px;
+    margin: auto;
+}
+
+table.classific th {
+    border: 1px solid gray;
+    text-align: center;
+    padding: 4px;
+}
+
+table.classific td {
+    border: 1px solid gray;
+    text-align: center;
+    padding: 4px;
+}
+
 table.floaty td.floatyleft {
     width: 100px;
 }