2013-04-19 05:41:12 -04:00
|
|
|
{include="head"}
|
2013-04-18 09:39:34 -04:00
|
|
|
<form method="post" action="?login" name="loginform">
|
2013-04-18 09:47:06 -04:00
|
|
|
<fieldset>
|
|
|
|
<h2>login to your poche</h2>
|
|
|
|
<ul id="login">
|
|
|
|
<li>
|
|
|
|
<label for="login">Login</label> <input type="text" id="login" name="login" placeholder="Login" tabindex="1">
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<label for="password">Password</label> <input type="password" id="password" name="password" placeholder="Password" tabindex="2">
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<label><input type="checkbox" name="longlastingsession" tabindex="3"> Stay signed in (Do not check on public computers)</label>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<button type="submit" tabindex="4">Sign in</button>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</fieldset>
|
|
|
|
<input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
|
|
|
|
<input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
|
2013-04-19 05:41:12 -04:00
|
|
|
</form>
|
|
|
|
{include="footer"}
|