summaryrefslogtreecommitdiff
path: root/template/form_login.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/form_login.st')
-rw-r--r--template/form_login.st28
1 files changed, 9 insertions, 19 deletions
diff --git a/template/form_login.st b/template/form_login.st
index 4d78b20..0ca2107 100644
--- a/template/form_login.st
+++ b/template/form_login.st
@@ -2,29 +2,19 @@
<div class="topnav"><a href="login" class="signin"><span>Sign in</span></a> </div>
<fieldset id="signin_menu">
<form onsubmit="return false">
- </p>
- </p>
- </p><br>
- </p>
-
-
- <i></i>
+ <br>
<input id="nickInput" name="nickInput" title="username" tabindex="4" type="text">
- </p>
<p>
- <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible">
- <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password">
+ <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible">
+ <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password">
</p>
-
-
-
<p class="remember"><br>
-<input id="signin-submit" value="Sign in" tabindex="6" type="submit">
-<br><br>
- <label>
- <input type="checkbox" name="rememberme" id="remembermeInput" checked="checked"/>
- Remember Me
- </label>
+ <input id="signin-submit" value="Sign in" tabindex="6" type="submit">
+ <br><br>
+ <label>
+ <input type="checkbox" name="rememberme" id="remembermeInput" checked="checked"/>
+ Remember Me
+ </label>
</p>
</form>
</fieldset>