Cosmetic html fixes to user login form.
This commit is contained in:
parent
93d4483939
commit
6329ebd8b7
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
% if (~ $REQUEST_METHOD POST)
|
||||
% echo 'Login failed!'
|
||||
<form method="POST">
|
||||
User name: <input type="text" name="user_name" /><br />
|
||||
User password: <input type="password" name="user_password" /><br />
|
||||
<label>User name: <input type="text" name="user_name" /></label><br />
|
||||
<lavel>User password: <input type="password" name="user_password" /></label><br />
|
||||
<input name="s" type="submit" value="Login" />
|
||||
</form>
|
||||
% }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue