Skip to content

Instantly share code, notes, and snippets.

@jeromegn
Created May 1, 2009 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeromegn/105281 to your computer and use it in GitHub Desktop.
Save jeromegn/105281 to your computer and use it in GitHub Desktop.
<div id="login_fields">
<h3>
Login
</h3>
<form action="/login" method="post" accept-charset="utf-8" id="login_form" name="login_form">
<input type="hidden" name="site_id" value="58519132" id="site_id"> <input type="hidden" name="_method" value="PUT">
<div class="formRow">
<label>Login: <input type="text" name="login" value="" id="login"></label>
</div>
<div class="formRow">
<label>Password:<input type="password" name="password" value="" id="password"></label>
</div>
<div class="formRow">
<input type="submit" name="Submit" value="Log In" id="Submit">
</div>
<div class="formRow">
<a href="#" id="forgot_password_link" name="forgot_password_link">Forgot password</a>
</div>
</form>
</div>
<div id="forgot_password_fields">
<form action="/send_password" method="post" accept-charset="utf-8" id="send_password_form" name="send_password_form">
<input type="hidden" name="site_id" value="58519132" id="site_id">
<div class="formRow">
<label for="login">Login: <input type="text" class="text" name="forgot_login" id="forgot_login"></label>
</div>
<div class="formRow">
<input type="submit" name="Reset" value="Reset password" id="Reset">
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment