Guest User

Untitled

a guest
Jul 19th, 2016
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1. <form name="login_form" id="login_form" method="post" ng-non-bindable="">
  2.                 <h1>Sign in</h1>
  3.                 <fieldset class="inputs">
  4.                     <input type="text" name="form_login" id="login_form_login" class="input" value="" size="20" tabindex="10" placeholder="Username" autofocus="autofocus">
  5.                     <input type="password" name="form_password" id="login_form_password" class="input" value="" size="20" tabindex="20" placeholder="Password">
  6.                     <input type="hidden" name="form_nonce" id="login_form_nonce" value="adb987b63bab346d6f936c36419e3f94">
  7.                 </fieldset>
  8.  
  9.                 <fieldset class="actions">
  10.                     <input name="form_rememberme" type="checkbox" id="login_form_rememberme" value="1" tabindex="90">
  11.                     <label for="login_form_rememberme">Remember Me</label>
  12.                     <input class="submit" id="login_form_submit" type="submit" value="Sign in" tabindex="100">
  13.                 </fieldset>
  14.             </form>
Add Comment
Please, Sign In to add comment