'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',
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>
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;
}