From 5e1a0bda25ddea405798e52388de4dd0a05d356c Mon Sep 17 00:00:00 2001
From: Arun Persaud If you want to play a game of Doppelkopf, you found the right place ;)".
- " For more information please visit our wiki. 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 "
";
}
-
function output_check_want_to_play($me)
{
?>
@@ -243,64 +242,6 @@ function output_check_want_to_play($me)
return;
}
-function output_home_page($pre,$game,$done,$avgtime)
-{
- global $WIKI;
-
- echo"
\n";
-
- if($done==0)
- echo "No game has been completed on this server.
Please register, in case you have not done that yet
- or login with you email-address or name and password here:
-
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.
Please register, in case you have not done that yet
+ or login with you email-address or name and password here:
+