X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=a85c2bb038ab812cd86d82b10a0c3a729208f23e;hp=1e747e67314e6705e7846e342b0e302e459c0c43;hb=97dc3b828845ca92c4eab2b0df38afdbc167b423;hpb=72d1c47c36285f1ed7f659e8b8761781caa41c1f diff --git a/output.php b/output.php index 1e747e6..a85c2bb 100644 --- a/output.php +++ b/output.php @@ -2,23 +2,13 @@ /* functions which only ouput html */ -function display_status($gametype) -{ - echo "
"; - echo " Gametype: $gametype"; - echo "
\n"; - - return; -} - -function display_news() +function display_links($email,$password) { global $wiki; echo "
\n". - " Please hit shift+reload.

\n". - " The server now keeps score... (only from now on)

". - " If you find more bugs, please list them in the wiki.\n
\n"; + "Report bugs in the wiki.
\n"; + output_link_to_user_page($email,$password); + echo "\n"; return; } @@ -28,7 +18,7 @@ function output_link_to_user_page($email,$password) echo "
\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "\n"; @@ -248,11 +238,13 @@ function check_want_to_play($me) return; } -function output_home_page() +function output_home_page($pre,$game,$done) { ?>

If you want to play a game of Doppelkopf, you found the right place ;)

-

Please register, in case you haven't done yet
+

At the moment there are games that are being started and games that are ongoing. + games have been completed on this server.

+

Please register, in case you haven't done that yet
or login with you email-address or name and password here:

@@ -266,8 +258,8 @@ function output_home_page() - - + + @@ -317,7 +309,6 @@ function output_header()

Welcome to E-Doko

-

Revision:

\n"; + echo "

copyright 2006-2007 Arun Persaud

\n"; + echo "

Revision: $REV; http://svn.nubati.net/emaildoko/trunk/

\n"; + echo "\n"; + echo "\n"; + echo "\n"; echo "\n";