X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=68f6287e8b7bc35928c4d854e1db020a63ef8cd7;hb=592e26ff713393b42690190ef9496acde56ccd9a;hp=80f7366a1a344b7eb9491c6010ce3267e1ab07aa;hpb=302c97f7ac81dfcc6fc8d8d44359f4f432e4618a;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80f7366..68f6287 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";?> @@ -73,7 +74,6 @@ function bin5_index_main($transp_type, $header, &$header_out, $addr, $get, $post - @@ -85,7 +85,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 +107,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 +123,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 +309,9 @@ window.onload = function() {


+
+ +