summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-02-08 19:19:11 +0000
committerarun <arun>2007-02-08 19:19:11 +0000
commit0dd96314cb0fc3d40502d87f354c6fd61f35a3cd (patch)
treee94bfceda4b45f9297d18b609049720a9e09cd39 /output.php
parent9fd03423a0e5e26397250e8924d2be0e01e2ceaf (diff)
downloade-DoKo-0dd96314cb0fc3d40502d87f354c6fd61f35a3cd.tar.gz
e-DoKo-0dd96314cb0fc3d40502d87f354c6fd61f35a3cd.tar.bz2
e-DoKo-0dd96314cb0fc3d40502d87f354c6fd61f35a3cd.zip
* rewrote checking for sickness, the player now sees a nice summary before getting to the table...
* wedding is now announced * for solo and normal games, re and contra are assigned correctly * the score for re and contra is computed at the end * used one variable $CARDS instead of several global ones e.g. $CARDS["trump"] instead of $TRUMP
Diffstat (limited to 'output.php')
-rw-r--r--output.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/output.php b/output.php
index 721858f..d20d725 100644
--- a/output.php
+++ b/output.php
@@ -39,7 +39,7 @@ function output_register()
{
echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)<br /><br />";
echo "TODO: convert timezone into a menu<br />\n";
- echo "TODO: figure out a way to handle passwrods <br />\n";
+ echo "TODO: figure out a way to handle passwords <br />\n";
?>
<form action="index.php" method="post">
<fieldset>
@@ -126,9 +126,14 @@ function output_form_for_new_game($names)
<p> schweinchen (both foxes):
<ul>
<li> <input type="radio" name="schweinchen" value="none" /> none </li>
- <li> <input type="radio" name="schweinchen" value="both" /> both become highest trump (call at beginning of the game)(doesn't work yet) </li>
- <li> <input type="radio" name="schweinchen" value="second" checked="checked" /> first one normal, second one becomes highest (call during the game) (doesn't work yet) </li>
- <li> <input type="radio" name="schweinchen" value="secondaftercall" /> second one become highest only in case re/contra was announced (doesn't work yet)</li>
+ <li> <input type="radio" name="schweinchen" value="both" />
+ both become highest trump (automatic call at beginning of the game)
+ (does not work yet) </li>
+ <li> <input type="radio" name="schweinchen" value="second" checked="checked" />
+ first one normal, second one becomes highest (call during the game) (does not work yet) </li>
+ <li> <input type="radio" name="schweinchen" value="secondaftercall" />
+ second one become highest only in case re/contra was announced
+ (does not work yet)</li>
</ul>
</p>