X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=8d9c6c66e9bb79982b9441f322351205f053ebb1;hb=dc3f30321bc6e59593e37e6716b7f85c82b94ed8;hp=80f7366a1a344b7eb9491c6010ce3267e1ab07aa;hpb=f3b76ddf96b6efe09b15a3784c45753b97d0c0ec;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80f7366..8d9c6c6 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -64,6 +64,7 @@ function bin5_index_main($transp_type, $header, &$header_out, $addr, $get, $post ?> + Brisk - Tavolo <?php echo "$table_idx";?> @@ -85,7 +86,7 @@ function bin5_index_main($transp_type, $header, &$header_out, $addr, $get, $post var stat = "table"; var subst = "none"; var table_pos = ""; - var g_withflash = false; + var g_jukebox = null; var asta_ptr; var area_ptr; @@ -107,7 +108,9 @@ var g_imgtot = g_preload_img_arr.length; var g_exitlock = 0; window.onload = function() { - g_withflash = DetectFlashVer(6,0,0); + g_jukebox = new jukebox([{'name': 'cow', 'file': 'cow.mp3'}, + {'name': 'rooster', 'file': 'rooster.mp3'}, + {'name': 'ringbell', 'file': 'ringbell.mp3'}]); remark_off(); preferences_init(); @@ -121,6 +124,8 @@ window.onload = function() { window.onunload = onunload_cb; xstm.start(); + + addEvent($('select_rules'), "change", function() { act_select_rules(this.value); } ); // FIXME: add this setTimeout(preload_images into data stream to avoid // race on opened socket // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); @@ -305,6 +310,9 @@ window.onload = function() {


+
+ +