summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-03-24 21:24:36 +0000
committerarun <arun>2007-03-24 21:24:36 +0000
commita85c98f05cdf22065914272eb21e97cb8a344036 (patch)
tree6be67cbd38b72c20b4f03df5b174ff610b5fb4cd /output.php
parent618acae3ad3b85d79d68124e7793aa858daed7c3 (diff)
downloade-DoKo-a85c98f05cdf22065914272eb21e97cb8a344036.tar.gz
e-DoKo-a85c98f05cdf22065914272eb21e97cb8a344036.tar.bz2
e-DoKo-a85c98f05cdf22065914272eb21e97cb8a344036.zip
some missing html and some more comments
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 ba3c473..55cf0a5 100644
--- a/output.php
+++ b/output.php
@@ -260,11 +260,15 @@ function output_home_page()
<legend>Login</legend>
<table>
<tr>
- <td><label for="email">Email:</label></td><td><input type="text" id="email" name="email" size="20" maxlength="30" /> </td>
+ <td><label for="email">Email:</label></td>
+ <td><input type="text" id="email" name="email" size="20" maxlength="30" /> </td>
</tr><tr>
- <td><label for="password">Password:</label></td><td><input type="password" id="password" name="password" size="20" maxlength="30" /></td>
+ <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> <input type="submit" value="login" /></td>
+ <td></td>
+ </tr>
</table>
</fieldset>
</form>