]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/loginform.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / loginform.html
CommitLineData
3433e5e8
SS
1<html>
2<head>{include="includes"}</head>
3<body{if="ban_canLogin()"} onload="document.loginform.login.focus();"{/if}>
4<div id="pageheader">
5 {include="page.header"}
6
7 <div id="headerform">
8{if="!ban_canLogin()"}
9 You have been banned from login after too many failed attempts. Try later.
10{else}
11 <form method="post" name="loginform">
12 Login: <input type="text" name="login" tabindex="1">&nbsp;&nbsp;&nbsp;
13 Password : <input type="password" name="password" tabindex="2">
14 <input type="submit" value="Login" class="bigbutton" tabindex="4"><br>
15 <input style="margin:10 0 0 40;" type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession">&nbsp;Stay signed in (Do not check on public computers)</label>
16 <input type="hidden" name="token" value="{$token}">
17 {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if}
18 </form>
19{/if}
20 </div>
21</div>
22
23{include="page.footer"}
24</body>
25</html>