X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=9de8e1159c4c1c7f44434ba44bda3872da7577b7;hp=df75a97ddcc882b9cdc444777e91af09ebbc04d6;hb=d1dcdf933584d658b380e279d606a8c913da2979;hpb=ba124be15839e2a62fa793b70869e0209f8daf90 diff --git a/web/briskin5/index.php b/web/briskin5/index.php index df75a97..9de8e11 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -1,9 +1,9 @@ array( 'it' => 'Hai vinto l\'asta.
Scegli il seme:', + 'en' => 'You win the auction.
Choose the seed:' ), + 'tit_info' => array( 'it' => 'Info', + 'en' => 'Info'), + 'tit_relo' => array( 'it' => 'Reload', + 'en' => 'Reload'), + 'tit_out' => array( 'it' => 'Fuori', + 'en' => 'Out'), + 'tit_pref' => array( 'it' => 'Prefs', + 'en' => 'Prefs'), + '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.' ) + ); -header('Content-type: text/html; charset="utf-8"',true); -?> + +function bin5_index_main($transp_type, $header, &$header_out, $addr, $get, $post, $cookie) +{ + GLOBAL $G_lang, $mlang_bin5_index; + + $transp_port = ((array_key_exists("X-Forwarded-Proto", $header) && + $header["X-Forwarded-Proto"] == "https") ? 443 : 80); + + if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) + unset ($table_idx); + if (($laststate = gpcs_var('laststate', $get, $post, $cookie)) === FALSE) + unset ($laststate); + if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) + unset ($sess); + + fprintf(STDERR, "PREF_DECK SET %s", (isset($cookie['CO_bin5_pref_deck']) ? "YES" : "NO")); + + $deck = (isset($cookie['CO_bin5_pref_deck']) ? $cookie['CO_bin5_pref_deck'] : 'xx'); + +// header('Content-type: text/html; charset="utf-8"',true); + ?> + Brisk - Tavolo <?php echo "$table_idx";?> - - - - - - - - - + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -150,17 +207,17 @@ window.onload = function() {
- +
- - + +
- +
@@ -169,7 +226,7 @@ window.onload = function() {
- +
@@ -178,7 +235,7 @@ window.onload = function() {
- +
@@ -187,7 +244,7 @@ window.onload = function() {
- +
@@ -196,13 +253,13 @@ window.onload = function() {
- +
-Hai vinto l'asta.
Scegli il seme: + @@ -210,15 +267,31 @@ Hai vinto l'asta.
Scegli il seme:
Info
- +
+ + + + + + + + + + + +
+
+
@@ -228,14 +301,14 @@ Hai vinto l'asta.
Scegli il seme:
- +


-
+
HERE

@@ -245,5 +318,28 @@ Hai vinto l'asta.
Scegli il seme:
+ +