X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=e48bf0bc3716e31b728323761e4e0e45900dbd72;hb=eea139db31272451348975cc39bf6d4267909fe3;hp=1a0860485464eb21d4bedaddea6b92f33bde521e;hpb=3cd7077c42961c124b800a307698b19846d94826;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 1a08604..e48bf0b 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -1,8 +1,8 @@ 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); + +// header('Content-type: text/html; charset="utf-8"',true); + ?> + Brisk - Tavolo <?php echo "$table_idx";?> - - - - - - - - - + + + + + + + + +
@@ -203,7 +242,7 @@ window.onload = function() {
-Hai vinto l'asta.
Scegli il seme: + @@ -214,12 +253,28 @@ Hai vinto l'asta.
Scegli il seme:
+ + + + + + + + + + + +
+
+ @@ -236,7 +291,7 @@ Hai vinto l'asta.
Scegli il seme:

-
+
HERE

@@ -246,5 +301,27 @@ Hai vinto l'asta.
Scegli il seme:
+ + + + +