1 <form method=
"post" action=
"?login" name=
"loginform">
3 <h2>login to your poche
</h2>
6 <label for=
"login">Login
</label> <input type=
"text" id=
"login" name=
"login" placeholder=
"Login" tabindex=
"1">
9 <label for=
"password">Password
</label> <input type=
"password" id=
"password" name=
"password" placeholder=
"Password" tabindex=
"2">
12 <label><input type=
"checkbox" name=
"longlastingsession" tabindex=
"3"> Stay signed in (Do not check on public computers)
</label>
15 <button type=
"submit" tabindex=
"4">Sign in
</button>
19 <input type=
"hidden" name=
"returnurl" value=
"<?php echo htmlspecialchars($referer);?>">
20 <input type=
"hidden" name=
"token" value=
"<?php echo Session::getToken(); ?>">