summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-10 15:26:58 +0000
committerarun <arun>2007-04-10 15:26:58 +0000
commit97dc3b828845ca92c4eab2b0df38afdbc167b423 (patch)
treef0b043623346c1b0a0e256cd871fc8b20c3abbd5 /output.php
parent4b94fd36ed89060493ac80d89db3c1e304b13623 (diff)
downloade-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.tar.gz
e-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.tar.bz2
e-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.zip
added email to first player at the beginning of the game; fixed small layout issue
Diffstat (limited to 'output.php')
-rw-r--r--output.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/output.php b/output.php
index 3ff0442..a85c2bb 100644
--- a/output.php
+++ b/output.php
@@ -18,7 +18,7 @@ function output_link_to_user_page($email,$password)
echo "<form action=\"index.php\" method=\"post\">\n";
echo " <input type=\"hidden\" name=\"email\" value=\"".$email."\" />\n";
echo " <input type=\"hidden\" name=\"password\" value=\"".$password."\" />\n";
- echo " <input type=\"submit\" value=\"go to my user page\" />\n";
+ echo " <input type=\"submit\" class=\"submitbutton\" value=\"go to my user page\" />\n";
echo "</form>\n";
echo "</div>\n";
@@ -258,8 +258,8 @@ function output_home_page($pre,$game,$done)
<td><label for="password">Password:</label></td>
<td><input type="password" id="password" name="password" size="20" maxlength="30" /></td>
</tr><tr>
- <td> <input type="submit" value="login" /></td>
- <td></td>
+ <td> <input type="submit" class="submitbutton" name="login" value="login" /></td>
+ <td> <input type="submit" class="submitbutton" name="forgot" value="Forgot your password?" /></td>
</tr>
</table>
</fieldset>