Style and html fixes for user login template.
This commit is contained in:
parent
1fafe877e8
commit
94a777ef1f
1 changed files with 6 additions and 2 deletions
|
|
@ -6,9 +6,13 @@
|
||||||
% if not {
|
% if not {
|
||||||
% if (~ $REQUEST_METHOD POST)
|
% if (~ $REQUEST_METHOD POST)
|
||||||
% echo '<div class="notify_errors">Login failed!</div>'
|
% 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 />
|
<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" />
|
<input name="s" type="submit" value="Login" />
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
% }
|
% }
|
||||||
|
|
||||||
|
<br style="clear:left" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue