X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=919e09e0940f31dcd671d9362040425ca8419a30;hb=1f93e1d341ffdad5636b20254ac6cc932029f734;hp=862eed094b48edbc7219b7f75a5c03ac7e58910a;hpb=f4f2a96eb89b099aa809aec507fd3248f0c69d34;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 862eed0..919e09e 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -31,7 +31,13 @@ require_once("../Obj/proxyscan.phh"); require_once("Obj/briskin5.phh"); $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Scegli il seme:', - 'en' => 'You win the auction.
Choose the seed:' ) + 'en' => 'You win the auction.
Choose the seed:' ), + 'tit_pref'=>array( 'it' => 'Preferenze.', + 'en' => 'Preferences.'), + 'itm_ringauc' => array('it' => 'riproduci un suono di notifica alla fine dell\' asta', + 'en' => 'play a sound at the end of the auction'), + 'btn_update' => array('it' => 'Aggiorna.', + 'en' => 'Update.' ) ); @@ -89,7 +95,10 @@ var g_exitlock = 0; window.onload = function() { g_withflash = DetectFlashVer(6,0,0); remark_off(); - // table_init(); + + preferences_init(); + preferences_update(); + xhr_rd = createXMLHttpRequest(); sess = ""; @@ -227,9 +236,10 @@ window.onload = function() { + + - @@ -268,5 +278,21 @@ window.onload = function() {
+ + + +