From a08ed840c96e0d2a20548591b83c4392b6515d8b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 13 Jan 2007 05:00:07 +0000 Subject: [PATCH] menu a sx, richiesta della conferma d'uscita --- web/index.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/web/index.php b/web/index.php index 1df39a1..5815c97 100644 --- a/web/index.php +++ b/web/index.php @@ -58,6 +58,7 @@ function main() else if (isset($name)) { $bri->garbage_manager(TRUE); /* try login */ + $name = substr($name, 0, 12); if (($user = &add_user(&$bri, &$sess, &$idx, $name)) != FALSE) { $ACTION = "table"; @@ -137,8 +138,8 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

-

-

+



+
@@ -181,15 +182,18 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

xhr_rd = createXMLHttpRequest(); sess = ""; + window.onunload = onunload_cb; + setTimeout(xhr_rd_poll, 0, sess); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); } +
briscola chiamata in salsa ajax

- + sess"; ?>"> @@ -199,12 +203,15 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

+
+

+
 
-- 2.17.1