X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fwelcome.php;h=5dd267c2741832aa2122cffbf49049080c231c97;hp=7aeaf78b05d7e1fd3ba049bc42384c6f1e56ea6e;hb=397a0a16021c28327d45568637cbcc7c05c1c27d;hpb=09515348107d9aab7823a12d31b082a2ebb75555 diff --git a/include/welcome.php b/include/welcome.php index 7aeaf78..5dd267c 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -1,5 +1,5 @@ \n"; + +echo "

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

". +"

For more information please visit our wiki.

". +"

Some statistics:

"; + + +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: $avgage days

"; +?> + +

Login/Register:

+

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

-?> \ No newline at end of file +
+
+ +
+ +
+ + +
+
+