From c79d3acd2954eaebbccac83cffa5d080f2378acb Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 22 Dec 2015 10:58:29 +0100 Subject: [PATCH] new background, info description fixed, update version --- web/Obj/brisk.phh | 9 +++++---- web/brisk.css | 4 ++-- web/index.php | 4 ++-- web/room.css | 10 +++++----- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 830a239..0ed2eae 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -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.'), NOVITA\': 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.'), NOVITA\': 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 Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: ENcomando /info e doppio click sugli utenti registrati, nuovi utenti apprendisti.', - 'If you want to subscribe our Mailing List, click it!' ) ); + 'en' => array ( 'EN Brisk (Ver. '.$G_brisk_version.'), NOVITA\': 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 Mailing List, cliccala!' ) ); $G_room_help = array( 'it' => '
diff --git a/web/brisk.css b/web/brisk.css index ef056ab..75b4975 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -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; diff --git a/web/index.php b/web/index.php index 8a2de19..6a338ed 100644 --- a/web/index.php +++ b/web/index.php @@ -250,9 +250,9 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è 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') diff --git a/web/room.css b/web/room.css index 832ebff..02d8cd6 100644 --- a/web/room.css +++ b/web/room.css @@ -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; } -- 2.17.1