summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-09 09:25:29 +0000
committerarun <arun>2007-04-09 09:25:29 +0000
commita0b3efd697ed19fe2bf204868ab5920e4af5d467 (patch)
tree9915963cc9894f4e36478822794cfbe7dc2dd0e0 /output.php
parentdf684cccba11a7efdee637b58de9c1ecd25bdc10 (diff)
downloade-DoKo-a0b3efd697ed19fe2bf204868ab5920e4af5d467.tar.gz
e-DoKo-a0b3efd697ed19fe2bf204868ab5920e4af5d467.tar.bz2
e-DoKo-a0b3efd697ed19fe2bf204868ab5920e4af5d467.zip
minor cleanup
Diffstat (limited to 'output.php')
-rw-r--r--output.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/output.php b/output.php
index 3bf901d..3ff0442 100644
--- a/output.php
+++ b/output.php
@@ -238,11 +238,13 @@ function check_want_to_play($me)
return;
}
-function output_home_page()
+function output_home_page($pre,$game,$done)
{
?>
<p> If you want to play a game of Doppelkopf, you found the right place ;) </p>
- <p> Please <a href="index.php?register">register</a>, in case you haven't done yet <br />
+ <p> At the moment there are <?php echo "$pre";?> games that are being started and <?php echo"$game"; ?> games that are ongoing.
+ <?php echo"$done";?> games have been completed on this server. </p>
+ <p> Please <a href="index.php?register">register</a>, in case you haven't done that yet <br />
or login with you email-address or name and password here:
</p>
<form action="index.php" method="post">
@@ -321,7 +323,7 @@ function output_footer()
echo "<div class=\"footer\">\n";
echo "<p class=\"left\"> copyright 2006-2007 Arun Persaud</p>\n";
- echo "<p class=\"right\"> Revision: $REV; </p> \n";
+ echo "<p class=\"right\"> Revision: $REV; <a href=\"http://svn.nubati.net/emaildoko/trunk/\">http://svn.nubati.net/emaildoko/trunk/</a></p> \n";
echo "\n";
echo "</div>\n";