server keeps score now, several small bugfixes
[e-DoKo.git] / output.php
index 5b796813df5738af4770f7bc69e5b5897f79a5f6..21ce2fc14e03145139681cba6edfcd2e658c5d0f 100644 (file)
@@ -2,10 +2,10 @@
 
 /* functions which only ouput html  */
 
-function display_status()
+function display_status($gametype)
 {
   echo "<div class=\"info\">";
-  echo " is someone playing solo, etc?";
+  echo " Gametype: $gametype";
   echo "</div>\n";
   
   return;
@@ -16,7 +16,7 @@ function display_news()
   global $wiki;
   echo "<div class=\"bug\">\n".
     "  Please hit <strong>shift+reload</strong>.<br /><hr />\n".
-    "  added local time display, let me know what you think<br /><hr />\n".
+    "  the table and the names are now always shown. <br /><hr />".
     "  If you find more bugs, please list them in the <a href=\"".$wiki.
     "\">wiki</a>.\n</div>\n";
   return;
@@ -123,7 +123,7 @@ function display_link_card($card)
 function check_for_sickness($me,$mycards)
 {
  ?>
-  <p> nothing implemented so far, but give it a try anyway ;) </p>               
+  <p> Solo will work, but the first player will not change. Nothing else implemented. </p>               
 
   <form action="index.php" method="post">
 
@@ -142,7 +142,7 @@ function check_for_sickness($me,$mycards)
 
  <?php   
       
-   echo "wedding?";
+  echo "wedding?";
   if(check_wedding($mycards))
      {
        echo " yes<input type=\"radio\" name=\"wedding\" value=\"yes\" checked=\"checked\" />";