Style and html fixes for user login template.

This commit is contained in:
uriel 2009-03-02 16:46:23 +00:00
parent cd21ca3429
commit d93e9b1bf8

View File

@ -6,9 +6,13 @@
% if not {
% if (~ $REQUEST_METHOD POST)
% echo '<div class="notify_errors">Login failed!</div>'
<form method="POST" style="text-align: right; float: left;">
<form method="post" action="" style="text-align: right; float: left;">
<fieldset>
<label>User name: <input type="text" name="user_name" value="%($"post_arg_user_name%)"/></label><br />
<lavel>User password: <input type="password" name="user_password" /></label><br />
<label>User password: <input type="password" name="user_password" /></label><br />
<input name="s" type="submit" value="Login" />
</fieldset>
</form>
% }
<br style="clear:left" />