From 975b6a94022c79a04471df708c9ce8de351fee94 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 18 Dec 2015 08:17:18 +0100 Subject: [PATCH] info UI consolidation --- TODO.txt | 3 ++- web/index.php | 73 ++++++++++++++++++++++++++++++++++++--------------- web/room.css | 10 ++++++- 3 files changed, 63 insertions(+), 23 deletions(-) diff --git a/TODO.txt b/TODO.txt index 486d33e..ce58d46 100644 --- a/TODO.txt +++ b/TODO.txt @@ -25,7 +25,8 @@ DONE - enhance info interface DONE . SQL to show current evaluation DONE . disable parts of interface - . add title to items + WIP . add title to items + . fix SELECT - minisplash at end of the match - differentiate table authorization diff --git a/web/index.php b/web/index.php index f7fabf0..2f3b04b 100644 --- a/web/index.php +++ b/web/index.php @@ -228,18 +228,30 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'Send a message to the administrator:'), 'mesgtoadm_sub'=> array('it' => 'soggetto:', 'en' => 'subject:'), - 'info_login' => array('it' => 'Utente:', - 'en' => 'User:'), - 'info_state' => array('it' => 'Stato:', - 'en' => 'State:'), - 'info_guar' => array('it' => 'Garante:', - 'en' => 'Guarantee:'), - 'info_match' => array('it' => 'Partite:', - 'en' => 'Matches:'), - 'info_game' => array('it' => 'Mani:', - 'en' => 'Hands:'), + 'info_login' => array('it' => 'Utente', + 'en' => 'User'), + 'info_status' => array('it' => 'Stato', + 'en' => 'Status'), + 'info_status_tit' => array('it' => 'Stato dell\' utente.', + 'en' => 'User status.'), + 'info_guar' => array('it' => 'Garante', + 'en' => 'Guarantee'), + 'info_match' => array('it' => 'Partite', + 'en' => 'Matches'), + 'info_match_tit' => array('it' => 'Partite giocate ai tavoli riservati.', + 'en' => 'Matches played at reserved tables.'), + 'info_game' => array('it' => 'Mani', + 'en' => 'Hands'), + 'info_game_tit' => array('it' => 'Mani giocate ai tavoli riservati.', + 'en' => 'Hands played at reserved tables.'), 'info_frie' => array('it' => 'Conoscenza:', 'en' => 'Friendship:'), + 'info_repfrie' => array('it' => 'Cosa ne pensano gli amici degli amici', + 'en' => 'Friends reputation'), + 'info_repbff' => array('it' => 'Cosa ne pensano gli amici', + 'en' => 'Best friends reputation'), + 'info_skill' => array('it' => 'Bravura', + 'en' => 'Skill') ); require_once("briskin5/Obj/briskin5.phh"); @@ -1375,21 +1387,40 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi