From 048d8cb807f4b76a0fb989d3945bda7ebb683803 Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 28 Nov 2006 10:49:07 +0000 Subject: not quite where I want it to be, but perhaps good enough to show the alpha testers ;) --- index.php | 60 ++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 14 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index b8a7141..413b810 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,32 @@ e-Doko + - +

Welcome to E-Doko

(please hit shift-reload:))

@@ -19,7 +43,7 @@ $host = "http://doko.nubati.net/index.php"; $wiki = "http://wiki.nubati.net/index.php?title=EmailDoko"; -$debug = 0; +$debug = 1; $last=-2; @@ -401,8 +425,6 @@ function save_status() /***************** M A I N **************************/ echo "

If you find bugs, please list them in the wiki.

\n"; - -echo "

Names that are underlined have a comment, which you can access by hovering over the name with your mouse ;)

\n"; echo "
\n"; /* end header */ @@ -840,15 +862,23 @@ else echo $player[$hash[$game["wedding"]]]["name"]." is playing a wedding!
\n"; /* show history */ + /* old tricks as list */ + echo "\n"; /* figure out who needs to play next */ $next = $last + 1; @@ -1051,7 +1083,7 @@ else who won? "; + echo $player[$hash[$i]]["name"]."
"; echo ""; ?> -- cgit v1.2.3-18-g5258