X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=ef67cccc04961f41ac892b22fa24b6bc5ca50266;hp=000c2b2227b061ee405e1268a11cf15289959ca7;hb=686b0be45302319f7f30d38d129cee68ebfc12bf;hpb=f91a22b698415eacda6af7403814caa6f34ad7e5 diff --git a/output.php b/output.php index 000c2b2..ef67ccc 100644 --- a/output.php +++ b/output.php @@ -16,9 +16,9 @@ function display_news() global $wiki; echo "
\n". " Please hit shift+reload.

\n". - " added local time display, let me know what you think

\n". - " If you find more bugs, please list them in the wiki.\n
\n"; + " The server now keeps score... (only from now on)

". + " If you find more bugs, please list them in the wiki.\n\n"; return; } @@ -83,15 +83,20 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) return; } -function output_form_for_new_game() +function output_form_for_new_game($names) { ?> -

Please add 4 names, please make sure that the names are correct!

+

Please select four players

- Name: - Name: - Name: - Name: + \n"; + foreach($names as $name) + echo " \n"; + echo " \n"; + } +?>
@@ -123,7 +128,7 @@ function display_link_card($card) function check_for_sickness($me,$mycards) { ?> -

nothing implemented so far, but give it a try anyway ;)

+

Solo will work, but the first player will not change. Nothing else implemented.

@@ -230,6 +235,7 @@ function output_home_page() function output_header() { + global $REV; ?>

Welcome to E-Doko

+

Revision: