summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-06-04 12:51:02 +0000
committerarun <arun>2007-06-04 12:51:02 +0000
commit223b9a88ef79e40f039f215e0a0ef51c1023d9b5 (patch)
tree15f5e7676e3a1171a7c2ddf1d0a35233fa0ce54b /output.php
parent65d3845752e76b9f1895cd9e2bf1a4fa6021f0af (diff)
downloade-DoKo-223b9a88ef79e40f039f215e0a0ef51c1023d9b5.tar.gz
e-DoKo-223b9a88ef79e40f039f215e0a0ef51c1023d9b5.tar.bz2
e-DoKo-223b9a88ef79e40f039f215e0a0ef51c1023d9b5.zip
small fixes, typo, etc
Diffstat (limited to 'output.php')
-rw-r--r--output.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/output.php b/output.php
index 0871bcc..9cadcb0 100644
--- a/output.php
+++ b/output.php
@@ -64,8 +64,7 @@ function output_user_settings($email,$password)
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 passwords <br />\n";
+ echo "TODO: figure out a better way to handle passwords <br />\n";
?>
<form action="index.php" method="post">
<fieldset>
@@ -83,7 +82,12 @@ function output_register()
</tr><tr>
<td><label for="Rtimezone">Timezone:</label></td>
<td>
- <input type="text" id="Rtimezone" name="Rtimezone" size="4" maxsize="4" value="+1" />
+ <select id="Rtimezone" name="Rtimezone" size="1">
+ <option value="1">Berlin</option>
+ <option value="-8">Berkeley</option>
+ <option value="13">Wellington</option>
+ </select>
+ (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.)
</td>
</tr><tr>
<td colspan="2"> <input type="submit" value="register" /></td>