X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=0b3076ae0b81782db4fb3a5919ba0867e50ef47d;hb=645d558d0d1411fc2c1f33c95b2783e1b0ae3e06;hp=118c8d8ef1bc7eb95130d4a6242fadfdd2ca16b9;hpb=2dafd9b1a8edbf64595bee1e669be6c95921bf61;p=brisk.git diff --git a/web/index.php b/web/index.php index 118c8d8..0b3076a 100644 --- a/web/index.php +++ b/web/index.php @@ -54,6 +54,8 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'Exit.'), '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
-