X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=edd23fb3db094e89b3f78a476ab82624394070c7;hp=ba3c47352b92987f6edd89588c5e86f13b8aa12e;hb=f76fa7b25a6b09c2443680e1ae915cd949704d4e;hpb=618acae3ad3b85d79d68124e7793aa858daed7c3 diff --git a/output.php b/output.php index ba3c473..edd23fb 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,13 +18,38 @@ function output_link_to_user_page($email,$password) echo "
\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "\n"; return; } +function output_user_settings($email,$password) +{ + echo "
\n"; + echo "

Settings

\n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo "
\n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo "
\n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo "
\n"; + echo "
\n"; + return; +} + function output_register() { echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)

"; @@ -141,25 +156,25 @@ function output_form_for_new_game($names) \n"; + echo "\"".card_to_name($card)."\"\n"; else - echo "\"".card_to_name($card-1)."\"\n"; + echo "\"".card_to_name($card-1)."\"\n"; return; } -function display_link_card($card) +function display_link_card($card,$dir="english",$type="card") { if( $card/2 - (int)($card/2) == 0.5) - echo "\"\"\n"; + echo "
\"\"
\n"; else - echo "\"\"\n"; + echo "
\"\"
\n"; return; } @@ -248,11 +263,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:

@@ -260,11 +277,15 @@ function output_home_page() Login - + + - + + - + + +
@@ -312,8 +333,7 @@ function output_header()
-

Welcome to E-Doko

-

Revision:

+

Welcome to E-Doko (beta)

\n"; + echo "

copyright 2006-2007 Arun Persaud
\n". + "Verwendung der [deutschen] Kartenbilder mit Genehmigung der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
". + "- ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH
". + "a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com

\n"; + echo "

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

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