X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=5a4157dbfcad86b23b68eeff0d685d3bb1516f78;hb=6d1d9d3337628af37b5d7f28e949534c7eab5934;hp=4657e048c95298a2d05910204e6f38c46dacbb77;hpb=c5633cf4c38ac8553de7f6b6d7996ffa30a6adf3;p=brisk.git diff --git a/web/index.php b/web/index.php index 4657e04..5a4157d 100644 --- a/web/index.php +++ b/web/index.php @@ -159,7 +159,7 @@ function main() $standup .= '
'; $standup .= '
'; - $standup .= '
Giocatori in piedi
'; + $standup .= '
Giocatori in piedi - Come ottenere user e password -
'; $standup .= sprintf('
'); $standup .= '
'; @@ -342,6 +342,7 @@ supported by:

Brisk + @@ -367,6 +368,11 @@ supported by:

// alert(window.onbeforeunload); login_init(); + g_withflash = DetectFlashVer(6,0,0); if (g_withflash == false) { @@ -393,7 +399,7 @@ supported by:




Digita il tuo nickname per accedere ai tavoli della briscola.

-
+ @@ -403,6 +409,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.


+Se non hai ancora una password, lascia il campo in bianco ed entra.

(se usi firefox e qualcosa non funziona
prova a ricaricare la pagina con Ctrl + F5)




@@ -461,10 +468,15 @@ if ($BRISK_SHOWHTML == "debugtable") { } else { ?> - // alert("INDEX START"); + // alert("INDEX START"); menu_init(); - topbanner_init(); + xhr_rd = createXMLHttpRequest(); + // xhr_rd.setRequestHeader("Content-type", "text/html; charset=utf-8"); sess = ""; tra = new train($('room_tit')); window.onunload = onunload_cb;