X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=77aba216b69282f81c1cf2b1b89ea9dda74ee255;hp=ba3c47352b92987f6edd89588c5e86f13b8aa12e;hb=e301f4a3728ca58860f9b88c9743d7912662e7c6;hpb=618acae3ad3b85d79d68124e7793aa858daed7c3 diff --git a/output.php b/output.php index ba3c473..77aba21 100644 --- a/output.php +++ b/output.php @@ -15,8 +15,8 @@ function display_news() { global $wiki; echo "
\n". - " Please hit shift+reload.

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

". + " Schweinchen should work now (only for new games).

". " If you find more bugs, please list them in the wiki.\n
\n"; return; @@ -141,25 +141,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") { if( $card/2 - (int)($card/2) == 0.5) - echo "\"\"\n"; + echo "\"\"\n"; else - echo "\"\"\n"; + echo "\"\"\n"; return; } @@ -260,11 +260,15 @@ function output_home_page() Login - + + - + + - + + +
@@ -313,7 +317,6 @@ function output_header()

Welcome to E-Doko

-

Revision:

\n"; + echo "

copyright 2006-2007 Arun Persaud

\n"; + echo "

Revision: $REV;

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