X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex.php;h=12972e939f021ca40f89a185d0db08fc92bfe556;hp=7848aa5b33b3f3469084d17cba48bcb925a812d5;hb=19cfa94e8731ace1ea643d295e1ec57f383952de;hpb=9016f300544a53cda5eb4063735897891bd90c14 diff --git a/web/index.php b/web/index.php index 7848aa5..12972e9 100644 --- a/web/index.php +++ b/web/index.php @@ -59,8 +59,8 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'reas_cloud' => array('it' => 'La connessione dai computer di una cloud non è ammessa.', 'en' => 'Connection from cloud computers is not allowed.'), - 'btn_enter' => array('it' => 'entra', - 'en' => 'enter'), + 'btn_enter' => array('it' => 'Entra.', + 'en' => 'Enter.'), 'passwarn' => array('it' => 'Se non hai ancora una password, lascia il campo in bianco ed entra.', 'en' => 'If you don\'t have a password, leave blank the field and enter.'), 'browwarn' => array('it' => 'Se qualcosa non funziona prova a ricaricare la pagina con Ctrl + F5

Se non riesci più ad entrare nel nuovo Brisk e prima ci riuscivi potrebbe essere un problema di antivirus,
guarda la pagina sugli antivirus per maggiori informazioni su come configurarlo.

Se ancora non funziona nulla contatta l\'amministratore del sito.', @@ -71,12 +71,14 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'back to tables'), 'btn_exit' => array('it' => 'Esco.', 'en' => 'Exit.'), - 'btn_prefs_save' => array('it' => 'Salva.', + 'btn_save' => array('it' => 'Salva.', 'en' => 'Save.'), - 'btn_prefs_reset' => array('it' => 'Annulla.', + 'btn_reset' => array('it' => 'Annulla.', 'en' => 'Reset.'), - 'btn_prefs_close' => array('it' => 'Chiudi.', + 'btn_close' => array('it' => 'Chiudi.', 'en' => 'Close.'), + 'btn_send' => array('it' => 'Invia.', + 'en' => 'Send.'), 'tit_tabl' => array('it' => 'Tavolo ', 'en' => 'Table '), 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', @@ -226,10 +228,18 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'Send a message to the administrator:'), 'mesgtoadm_sub'=> array('it' => 'soggetto:', 'en' => 'subject:'), - 'btn_send' => array('it' => 'Invia.', - 'en' => 'Send.'), - 'btn_close' => array('it' => 'Chiudi.', - 'en' => 'Close.') + '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_frie' => array('it' => 'Conoscenza:', + 'en' => 'Friendship:'), ); require_once("briskin5/Obj/briskin5.phh"); @@ -338,6 +348,9 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f $sess = ""; if (($name = gpcs_var('name', $get, $post, $cookie)) === FALSE) unset($name); + else + log_step("LOGIN: $name"); + if (($pass_private = gpcs_var('pass_private', $get, $post, $cookie)) === FALSE) unset ($pass_private); if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) @@ -345,8 +358,6 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if (($table_token = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) unset ($table_token); - log_step("LOGIN: $name"); - // default values $_cookie_law_3party = 'true'; if (isset($cookie['_cookie_law_3party'])) @@ -495,7 +506,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f $tables .= '
'; $tables .= ''; for ($ii = 0 ; $ii < TABLES_N ; $ii++) { - if ($user->is_auth()) + if ($user->is_auth() && !$user->is_appr()) $i = $ii; else $i = TABLES_N - $ii - 1; @@ -990,7 +1001,9 @@ supported by:
+ + @@ -1011,6 +1024,7 @@ var g_debug = 0; var g_lang = ""; var g_lng = ""; var g_tables_n = ; +var g_tables_appr_n = ; var g_tables_auth_n = ; var g_tables_cert_n = ; var g_prefs, g_prefs_new = null; @@ -1098,21 +1112,35 @@ window.onload = function() {
- + - +
user:
nickname:
pwd:
password:

-

+ +

+ +

+ +


-



-



-



-



-



@@ -1143,7 +1171,9 @@ cookie_law(null); + + @@ -1164,6 +1194,7 @@ cookie_law(null); var g_lang = ""; var g_lng = ""; var g_tables_n = ; + var g_tables_appr_n = ; var g_tables_auth_n = ; var g_tables_cert_n = ; var g_prefs, g_prefs_new = null; @@ -1330,8 +1361,8 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi -       - +       + @@ -1346,6 +1377,79 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
+ + +
- - - + + +