diff options
| author | sostler <sbostler@gmail.com> | 2010-02-10 01:50:49 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-10 01:50:49 -0500 |
| commit | df8facec107abe15a37b6d747bc87be06124f224 (patch) | |
| tree | 315839bda881fbe5f406986ffba182515e8b8873 /static/index.html | |
| parent | 71de79d5c650fab0bbaffe24f450e7fed9605c42 (diff) | |
Added remember-me links
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index a963264..7710601 100755 --- a/static/index.html +++ b/static/index.html @@ -175,6 +175,11 @@ line-height:-1; <input type="text" id="nickInput" size="17" /> <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> <input type="password" id="passwordInput" size="17" /> + + <label> + <input type="checkbox" name="rememberme" id="remembermeInput" /> + Remember Me + </label> <!-- <br /><a id="signin-submit">Sign In</a> --> <input id="signin-submit" value="Sign In" /> </div> |
