From f4f2a96eb89b099aa809aec507fd3248f0c69d34 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 27 Jun 2009 15:18:43 +0000 Subject: [PATCH] multi lang and js scope changed --- web/briskin5/index.php | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index f160aac..862eed0 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -1,6 +1,6 @@ array( 'it' => 'Hai vinto l\'asta.
Scegli il seme:', + 'en' => 'You win the auction.
Choose the seed:' ) + ); + // Use of proxies isn't allowed. if (is_proxy()) { @@ -40,11 +46,11 @@ header('Content-type: text/html; charset="utf-8"',true); Brisk - Tavolo <?php echo "$table_idx";?> - - - + + + @@ -74,7 +80,7 @@ if (isset($laststate) == false) { echo $laststate; ?>; var g_is_spawn=1; -var g_table_idx=; +// var g_table_idx=; var g_imgct= 0; var g_imgtot = g_preload_img_arr.length; @@ -91,7 +97,7 @@ window.onload = function() { window.onunload = onunload_cb; setTimeout(xhr_rd_poll, 0, sess); - // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); + setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); }
@@ -206,7 +212,7 @@ window.onload = function() {
-Hai vinto l'asta.
Scegli il seme: + @@ -252,7 +258,7 @@ Hai vinto l'asta.
Scegli il seme:

-
+
HERE

-- 2.17.1