]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/login.html
tout est recentré sur index.php
[github/wallabag/wallabag.git] / tpl / login.html
CommitLineData
a1953dff 1{include="head"}
e4d2565e 2 <form method="post" action="?login" name="loginform">
eac33d55 3 <fieldset>
4 <h2>login to your poche</h2>
5 <ul id="login">
6 <li>
7 <label for="login">Login</label> <input type="text" id="login" name="login" placeholder="Login" tabindex="1">
8 </li>
9 <li>
10 <label for="password">Password</label> <input type="password" id="password" name="password" placeholder="Password" tabindex="2">
11 </li>
12 <li>
13 <label><input type="checkbox" name="longlastingsession" tabindex="3">&nbsp;Stay signed in (Do not check on public computers)</label>
14 </li>
15 <li>
16 <button type="submit" tabindex="4">Sign in</button>
17 </li>
18 </ul>
19 </fieldset>
20 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
21 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
a1953dff 22 </form>
23{include="footer"}