From 72b2f9e80768426e5b4e89be640a7ceb44a89dcc Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 23 Sep 2007 15:47:27 +0000 Subject: [PATCH] layout and class refact --- web/index.php | 53 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/web/index.php b/web/index.php index 6298b02..7f50046 100644 --- a/web/index.php +++ b/web/index.php @@ -35,6 +35,7 @@ function main() $body = ""; $tables = ""; + $standup = ""; $ACTION = "login"; if (isset($BRISK_SHOWHTML) == FALSE) { @@ -91,26 +92,44 @@ function main() } if ($ACTION == "room") { + $tables .= '
'; $tables .= ''; for ($i = 0 ; $i < TABLES_N ; $i++) { if ($i % 4 == 0) $tables .= ''; - $tables .= ''."\n"; + $tables .= ''; + $tables .= ''."\n"; if ($i % 4 == 3) $tables .= ''; } - $tables .= '
Tavolo '.$i.'

'; + $tables .= '
'; + $tables .= '
Tavolo '.$i.'
'; $tables .= sprintf('
', $i); $tables .= sprintf('
', $i); - $tables .= '
'; + $tables .= '
'; + + + $standup .= '
'; + $standup .= '
'; + $standup .= '
Giocatori in piedi
'; + + $standup .= sprintf('
'); + $standup .= '
'; + $standup .= '
'; + + // $tables .= ''; + + /* + $tables .= ''; + $tables .= ''; + $tables .= ''; - - $tables .= '
'; $tables .= '
'; - $tables .= 'Giocatori in piedi

'; + $tables .= 'Giocatori in piedi'; $tables .= sprintf('
'); $tables .= '
'; - $tables .= '
'; + */ + // $tables .= ''; } $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', @@ -162,7 +181,7 @@ google_color_url = "000000";
- briscola chiamata in salsa ajax

+ briscola chiamata in salsa ajax
@@ -242,7 +261,6 @@ supported by:

-



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

- room_checkspace(12,8,50); + room_checkspace(12, , 50);
sess"; ?>"> +
+
+ +
-
-Chat +
+Chat
-
+ +
+
+
+ +
-- 2.17.1