From d4a85c497c76daa0c5d6481ffe2239590bf0c401 Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 17 May 2007 12:29:55 +0000 Subject: wedding should work now, started working on calling 120/90/60/30/0, small bugfixes --- output.php | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index edd23fb..ec827c7 100644 --- a/output.php +++ b/output.php @@ -267,8 +267,31 @@ function output_home_page($pre,$game,$done) { ?>

If you want to play a game of Doppelkopf, you found the right place ;)

-

At the moment there are games that are being started and games that are ongoing. - games have been completed on this server.

+ 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. "; + + 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.

"; +?> +

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

-- cgit v1.2.3-18-g5258