X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=21ce2fc14e03145139681cba6edfcd2e658c5d0f;hp=5b796813df5738af4770f7bc69e5b5897f79a5f6;hb=68e916d4e488f110dcdab69d7827e8b2f4129cd4;hpb=bae8dd0032b45f632e85f12693debd2f03603f07 diff --git a/output.php b/output.php index 5b79681..21ce2fc 100644 --- a/output.php +++ b/output.php @@ -2,10 +2,10 @@ /* functions which only ouput html */ -function display_status() +function display_status($gametype) { echo "
"; - echo " is someone playing solo, etc?"; + echo " Gametype: $gametype"; echo "
\n"; return; @@ -16,7 +16,7 @@ function display_news() global $wiki; echo "
\n". " Please hit shift+reload.

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

\n". + " the table and the names are now always shown.

". " If you find more bugs, please list them in the wiki.\n
\n"; return; @@ -123,7 +123,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.

@@ -142,7 +142,7 @@ function check_for_sickness($me,$mycards) ";