X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=a85c2bb038ab812cd86d82b10a0c3a729208f23e;hp=44bdfc3cbf4f9c8af0bb0752dce507cb7e28ff4e;hb=616c0a755263d974bf8953d71511a2860a3ff7ae;hpb=ee59b6b39abc3691431b027785341aa308d1313c diff --git a/output.php b/output.php index 44bdfc3..a85c2bb 100644 --- a/output.php +++ b/output.php @@ -2,14 +2,13 @@ /* functions which only ouput html */ -function display_news() +function display_links($email,$password) { global $wiki; echo "
\n". - " Schweinchen should work now (only for new games).

". - " 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; } @@ -19,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"; @@ -239,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:

@@ -257,8 +258,8 @@ function output_home_page() - - + + @@ -322,7 +323,7 @@ function output_footer() echo "
\n"; echo "

copyright 2006-2007 Arun Persaud

\n"; - echo "

Revision: $REV;

\n"; + echo "

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

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