diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-23 15:03:01 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-23 15:03:01 +0200 |
commit | adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62 (patch) | |
tree | 562b0df6cb613a1bfe8b8c3caffb3ee82df67ecd /tpl/loginform.html | |
parent | 578a84bda0679720f21271ef34de58106c0646fe (diff) | |
parent | 25c46408a3d5101801574703775cdfd2a0df8d4f (diff) | |
download | Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.tar.gz Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.tar.zst Shaarli-adb1d6c213e64f7a6f4559adbc4d1f69f5a74e62.zip |
Merge remote-tracking branch 'nicolasdanelon/master' into next
Diffstat (limited to 'tpl/loginform.html')
-rw-r--r-- | tpl/loginform.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tpl/loginform.html b/tpl/loginform.html index 954f6f1f..91b948dd 100644 --- a/tpl/loginform.html +++ b/tpl/loginform.html | |||
@@ -10,10 +10,12 @@ | |||
10 | You have been banned from login after too many failed attempts. Try later. | 10 | You have been banned from login after too many failed attempts. Try later. |
11 | {else} | 11 | {else} |
12 | <form method="post" name="loginform"> | 12 | <form method="post" name="loginform"> |
13 | Login: <input type="text" name="login" tabindex="1"> | 13 | <label for="login">Login: <input type="text" id="login" name="login" tabindex="1"></label> |
14 | Password : <input type="password" name="password" tabindex="2"> | 14 | <label for="password">Password: <input type="password" id="password" name="password" tabindex="2"></label> |
15 | <input type="submit" value="Login" class="bigbutton" tabindex="4"><br> | 15 | <input type="submit" value="Login" class="bigbutton" tabindex="4"> |
16 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession"> Stay signed in (Do not check on public computers)</label> | 16 | <label for="longlastingsession"> |
17 | <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"> | ||
18 | Stay signed in (Do not check on public computers)</label> | ||
17 | <input type="hidden" name="token" value="{$token}"> | 19 | <input type="hidden" name="token" value="{$token}"> |
18 | {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if} | 20 | {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if} |
19 | </form> | 21 | </form> |