X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=118c8d8ef1bc7eb95130d4a6242fadfdd2ca16b9;hb=b000085f6c20397e104ae63a05a1dc9943ca9b6a;hp=d89a0913c12e6da7dbb765795cd110ee896994c1;hpb=19608661d2c4cdd071374e5c18a0c031808f0f85;p=brisk.git diff --git a/web/index.php b/web/index.php index d89a091..118c8d8 100644 --- a/web/index.php +++ b/web/index.php @@ -52,6 +52,10 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'back to tables'), 'btn_exit' => array('it' => 'Esco.', 'en' => 'Exit.'), + 'btn_prefs_save' => array('it' => 'Salva.', + 'en' => 'Save.'), + 'btn_prefs_close' => array('it' => 'Chiudi.', + 'en' => 'Close.'), 'tit_tabl' => array('it' => 'Tavolo ', 'en' => 'Table '), 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', @@ -119,6 +123,10 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'splash'), 'splash_desc' => array('it' => 'attiva la finestra di splash', 'en' => 'show the splash window'), + 'tit_prefs' => array('it' => 'preferenze', + 'en' => 'preferences'), + 'prefs_desc' => array('it' => 'preferenze dell\' utente', + 'en' => 'user\'s preferences'), 'tit_help' => array('it' => 'informazioni utili su Brisk', 'en' => 'usefull information about Brisk'), 'itm_help' => array('it' => 'aiuto', @@ -757,14 +765,6 @@ google_color_url = "000000"; .$mlang_room['st_visch_desc'][$G_lang]. ' 
-
-
' - // MLANG ascolta - .$mlang_room['itm_list'][$G_lang]. -'
-
+'.($user->flags & USER_FLAG_AUTH ? ' +
' + // MLANG garantisci + .$mlang_room['tit_prefs'][$G_lang].'
' : '').' '.($G_with_poll ? '' : '
').' @@ -907,6 +857,7 @@ supported by:
+ @@ -916,6 +867,7 @@ supported by:
var g_lng = ""; var g_tables_n = ; var g_tables_auth_n = ; + var g_prefs, g_prefs_new = null; var g_listen; var g_withflash = false; var g_is_spawn = 0; @@ -929,6 +881,9 @@ supported by:
window.onload = function() { // alert(window.onbeforeunload); g_brow = get_browser_agent(); + + g_prefs = new client_prefs(); + spo_slide = new sideslide($('spon_caro'), 80, 20); sup_slide = new sideslide($('supp_caro'), 80, 20); @@ -1042,6 +997,7 @@ echo "$body"; ?> +