-
-
Save burin/568780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/account/login" class="login signup" method="post"> | |
<fieldset> | |
<h2>Login to an account</h2> | |
<dl> | |
<dt><label for="loginid">Login</label> <span class="forgot"><a href="/retrievals/new?forgot=login" tabindex="4">Forgot login?</a></span></dt> | |
<dd><input type="text" id="loginid" name="login" size="40" class="text" tabindex="1"></dd> | |
<dt><label for="password">Password</label> <span class="forgot"><a href="/retrievals/new?forgot=password" tabindex="5">Forgot password?</a></span></dt> | |
<dd><input type="password" id="password" name="password" size="40" class="text" tabindex="2"></dd> | |
</dl> | |
<div class="buttons"> | |
<input type="submit" name="commit" value="Login" class="button large" tabindex="3"> <span class="signup"><a href="/account/signup" tabindex="4">Sign up for an account »</a></span> | |
</div> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment