X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=b5ed1e9673bb4a4f4b5b8da021e4fd8f4d081359;hb=5bd74dd5c8d06057ea34c4ebde51551e1e580ea0;hp=7e4ec9db441160156b56259a18c7ca2e737fa3bd;hpb=9c35bacfc8208c5201dd2db7821921fd23ba3c08;p=brisk.git diff --git a/web/index.php b/web/index.php index 7e4ec9d..b5ed1e9 100644 --- a/web/index.php +++ b/web/index.php @@ -52,8 +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_update' => array('it' => 'Salva.', + 'btn_prefs_save' => array('it' => 'Salva.', 'en' => 'Save.'), + 'btn_prefs_reset' => array('it' => 'Annulla.', + 'en' => 'Reset.'), 'btn_prefs_close' => array('it' => 'Chiudi.', 'en' => 'Close.'), 'tit_tabl' => array('it' => 'Tavolo ', @@ -118,7 +120,21 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'listaut_desc' => array('it' => 'leggi soltanto i messaggi degli utenti con password', 'en' => 'listen messages only from authenticated users'), 'listisol_desc'=> array('it' => 'visualizza Brisk come se fosse solo per utenti con password', - 'en' => 'show Brisk like an authenticated user only site'), + 'en' => 'show Brisk like an authenticated user only site'), + 'suppcomp_tit' => array('it' => 'personalizza la tua S', + 'en' => 'customize your S'), + 'suppcomp_r' => array('it' => 'rosso', + 'en' => 'red'), + 'suppcomp_g' => array('it' => 'verde', + 'en' => 'green'), + 'suppcomp_b' => array('it' => 'blu', + 'en' => 'blue'), + 'suppcomp_fg' => array('it' => 'colore', + 'en' => 'color'), + 'suppcomp_bg' => array('it' => 'sfondo', + 'en' => 'background'), + 'suppcomp_range' => array('it' => '(0-255)', + 'en' => '(0-255)'), 'tit_splash' => array('it' => 'splash', 'en' => 'splash'), 'splash_desc' => array('it' => 'attiva la finestra di splash', @@ -848,6 +864,7 @@ supported by:
+ @@ -882,7 +899,7 @@ supported by:
// alert(window.onbeforeunload); g_brow = get_browser_agent(); - g_prefs = new client_prefs(); + g_prefs = new client_prefs(null); spo_slide = new sideslide($('spon_caro'), 80, 20); sup_slide = new sideslide($('supp_caro'), 80, 20); @@ -988,6 +1005,7 @@ echo "$body"; ?> + @@ -1025,7 +1043,7 @@ echo "$body"; ?> window.onload = function() { g_brow = get_browser_agent(); - g_prefs = new client_prefs(); + g_prefs = new client_prefs(null); spo_slide = new sideslide($('spon_caro'), 80, 20); sup_slide = new sideslide($('supp_caro'), 80, 20); @@ -1197,46 +1215,114 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
-