19 lines
607 B
HTML
19 lines
607 B
HTML
<!-- TODO: http://docs.jquery.com/Plugins/Validation -->
|
|
${ error }
|
|
|
|
<div id="login_div">
|
|
<form name="login" action="/login" method="get">
|
|
<div id="login_error"></div>
|
|
E-mail
|
|
<input name="email" id="li_email" type="email" required>
|
|
Password
|
|
<input name="password" id="li_password" type="password" required> </td></tr>
|
|
<input name="remember" id="remember" type="checkbox">Remember me
|
|
<input name="submit" id="login_button" type="button" value="Log in">
|
|
</form>
|
|
|
|
<div>
|
|
<div id="lost_password"><a class="modal" href="#pwd_reset">Lost password?</a></div>
|
|
</div>
|
|
</div>
|