X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=38356ddb46035d62e9ecbabae2293259283ed055;hp=4f4a5b6ff3c493053b4e8a61338c19ab8995a320;hb=5e1a0bda25ddea405798e52388de4dd0a05d356c;hpb=4fc2c543112c4734b71272b1e4a1392406d63455 diff --git a/include/output.php b/include/output.php index 4f4a5b6..38356dd 100644 --- a/include/output.php +++ b/include/output.php @@ -36,6 +36,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) { global $RULES; + echo "
\n
\n"; echo "Do you want to continue playing?(This will start a new game, with the next person as dealer.)\n"; echo " \n"; echo " \n"; @@ -46,7 +47,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) echo " \n"; echo " \n"; echo " \n"; - + echo "
\n
"; return; } @@ -225,7 +226,6 @@ function output_form_calls($me) "
"; } - function output_check_want_to_play($me) { ?> @@ -242,64 +242,6 @@ function output_check_want_to_play($me) return; } -function output_home_page($pre,$game,$done,$avgtime) -{ - global $WIKI; - - echo"

If you want to play a game of Doppelkopf, you found the right place ;)". - " For more information please visit our wiki.

"; - - if($pre == 0) - echo "

At the moment there are no games that are being started "; - else if($pre==1) - echo "

At the moment there is one games that is being started "; - else - echo "

At the moment there are $pre games that are being started "; - - echo "and "; - - if($game==0) - echo "zero games that are ongoing. "; - else if($game==1) - echo "one game that is ongoing. "; - else - echo "$game games that are ongoing. "; - - echo "
\n"; - - if($done==0) - echo "No game has been completed on this server.

"; - else if($done==1) - echo "One game has been completed on this server.

"; - else - echo "$done games have been completed on this server. Average time of a game: $avgtime days

"; -?> - -

Please register, in case you have not done that yet
- or login with you email-address or name and password here: -

-
-
- Login - - - - - - - - - - - -
-
-
- -e-Doko - +