From c439ef4cbc91118f9caa1ba8c97d364e8011ce2e Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 15 Jan 2007 12:53:57 +0000 Subject: [PATCH] rifattorizzato tutto in css way, aggiunta funzione di test per gli ingombri skinnati i bottoni --- web/index.php | 174 +++++++++++++++++++++++++++++++------------------- 1 file changed, 108 insertions(+), 66 deletions(-) diff --git a/web/index.php b/web/index.php index 5815c97..2cfa99e 100644 --- a/web/index.php +++ b/web/index.php @@ -31,66 +31,74 @@ log_load($sess, "LOAD: index.php"); function main() { - GLOBAL $sess, $name; + GLOBAL $sess, $name, $BRISK_DEBUG; $body = ""; $ACTION = "login"; - $is_table = false; - $sem = lock_data(); - $bri = &load_data(); - - /* Actions */ - if (isset($sess)) { - $bri->garbage_manager(TRUE); - if (($user = &get_user(&$bri, $sess, &$idx)) != FALSE) { - if ($user->stat == "table") { - header ("Location: table.php"); - unlock_data($sem); - exit; + if (isset($BRISK_DEBUG) == FALSE) { + $is_table = false; + $sem = lock_data(); + $bri = &load_data(); + + /* Actions */ + if (isset($sess)) { + $bri->garbage_manager(TRUE); + if (($user = &get_user(&$bri, $sess, &$idx)) != FALSE) { + if ($user->stat == "table") { + header ("Location: table.php"); + unlock_data($sem); + exit; + } + $ACTION = "table"; } - $ACTION = "table"; - } - else { - setcookie ("sess", "", time() - 3600); - } - } - 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"; - - setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); - - if (save_data(&$bri) == FALSE) { - echo "ERRORE SALVATAGGIO\n"; - exit; + else { + setcookie ("sess", "", time() - 3600); } } - else { - /* Login Rendering */ - if ($idx == -1) - $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; - else - $body .= '
Il tuo nickname è già in uso.
'; + 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"; + + setcookie ("sess", "", time() + 180); + standup_update(&$bri,&$user); + + if (save_data(&$bri) == FALSE) { + echo "ERRORE SALVATAGGIO\n"; + exit; + } + } + else { + /* Login Rendering */ + if ($idx == -1) + $body .= '
Spiacenti, non ci sono più posti liberi. Riprova più tardi.
'; + else + $body .= '
Il tuo nickname è già in uso.
'; + } } + unlock_data($sem); } - unlock_data($sem); - /* Rendering. */ + if ($BRISK_DEBUG == "debugtable") { + $ACTION = "table"; + } + else if ($BRISK_DEBUG == "debuglogin") { + $ACTION = "login"; + } + if ($ACTION == "table") { - $tables .= ''; + $tables .= '
'; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; - $tables .= ''; + $tables .= sprintf('
', $i); + $tables .= ''."\n"; if ($i % 4 == 3) $tables .= ''; } @@ -98,12 +106,30 @@ function main() $tables .= '
'; $tables .= 'Giocatori in piedi

'; - $tables .= sprintf('
'); - $tables .= '
'; + $tables .= sprintf('
'); + $tables .= '
'; $tables .= ''; $tables .= '
Tavolo '.$i.'

'; + $tables .= '
Tavolo '.$i.'

'; $tables .= sprintf('
', $i); - $tables .= sprintf('
', $i); - $tables .= '
'; } + +$brisk_header = '
+ +
+ +briscola chiamata in salsa ajax

+
+ + +
+ +


+sponsored by:

+
+

+supported by:

+

+
'; /* Templates. */ if ($ACTION == 'login') { @@ -117,7 +143,7 @@ function main() - + - -
briscola chiamata in salsa ajax
-
+ + + +

@@ -135,9 +164,10 @@ function main()


Digita il tuo nickname per accedere ai tavoli della briscola.

- +
+




@@ -165,7 +195,7 @@ Digita il tuo nickname per accedere ai tavoli della briscola.

- + - -
briscola chiamata in salsa ajax

-
- + + +
sess"; ?>"> +
+ +
Chat -
- - -
- -
+
+
+
+
-
+
-
-
 
-
+