new background, info description fixed, update version
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 22 Dec 2015 09:58:29 +0000 (10:58 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 22 Dec 2015 09:58:29 +0000 (10:58 +0100)
web/Obj/brisk.phh
web/brisk.css
web/index.php
web/room.css

index 830a239..0ed2eae 100644 (file)
@@ -153,13 +153,14 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
 $G_lng = langtolng($G_lang);
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "5.1.3";
+$G_brisk_version = "5.2.0";
 
 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
-$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: comando /info e doppio click sugli utenti registrati, nuovi utenti apprendisti, info su numero di mani e di partite.',
+$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: puoi creare la tua rete di amicizie con /info, vedere cosa pensano i tuoi amici degli altri utenti e ci sono i nuovi tavoli riservati per registrati e apprendisti.',
                                        'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
-                       'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: ENcomando /info e doppio click sugli utenti registrati, nuovi utenti apprendisti.',
-                                       'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
+                       'en' => array ( 'EN Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: puoi creare la tua rete di amicizie con /info,',
+                                       'vedere cosa pensano i tuoi amici degli altri utenti e tavoli riservati per registrati e apprendisti.',
+                                       'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ) );
 
 $G_room_help = array( 'it' => '
 <div style=\\"text-align: left; padding: 8px;\\">
index ef056ab..75b4975 100644 (file)
@@ -28,7 +28,7 @@
 }
 
 body {
-    background-image: url('img/najole.png');
+    background-image: url('img/najole_wh.png');
     background-color: #fafafa;
     background-attachment: fixed;
     margin: 0px;
@@ -110,7 +110,7 @@ img.ib_nobo {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     top: 0;
index 8a2de19..6a338ed 100644 (file)
@@ -250,9 +250,9 @@ $mlang_room = array( 'userpassuse'  => array('it' => 'Il tuo nickname &egrave; g
                                               'en' => 'Hands played at reserved tables.'),
                      'info_frie' => array('it' => 'Conoscenza:',
                                           'en' => 'Friendship:'),
-                     'info_repfrie' => array('it' => 'Cosa ne pensano gli amici degli amici',
+                     'info_repfrie' => array('it' => 'Cosa ne pensano gli amici',
                                              'en' => 'Friends reputation'),
-                     'info_repbff' => array('it' => 'Cosa ne pensano gli amici',
+                     'info_repbff' => array('it' => 'Cosa ne pensano gli amici fidati',
                                             'en' => 'Best friends reputation'),
                      'info_skill' => array('it' => 'Bravura',
                                             'en' => 'Skill')
index 832ebff..02d8cd6 100644 (file)
@@ -138,7 +138,7 @@ table.placings td
 }
 
 table.placing {
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     border: 1px solid gray;
@@ -196,7 +196,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -244,7 +244,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }
 
@@ -264,7 +264,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
  }
 
@@ -316,7 +316,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }