Files
edx-platform/login.html
Kyle Fiedler 2f246156b1 started reworking homepage
--HG--
branch : kf-homepage
2012-01-11 15:47:15 -05:00

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>