Advertisement
droidus

Untitled

Aug 6th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.97 KB | None | 0 0
  1. <div style="width:300px; line-height:2em; padding:15px;">
  2.      
  3.     <form id="login-form" action="" method="post">
  4.         <label for="login">User ID</label><br />
  5.             <input type="text" name="uname" id="uname" value="<? if (isset($login_errors)) {echo $_POST['uname'];} ?>" style="font-size:16px;" />
  6.             <div class="clear" style="height:15px;"></div>
  7.            
  8.             <label for="password">Password</label><br />
  9.             <input name='pword' type='password' value="<? if (isset($login_errors)) {echo $_POST['pword'];} ?>" style="font-size:16px;" />
  10.         <div class="clear" style="height:15px;"></div>
  11.            
  12.             <label for="remember_me" style="padding: 0;">Remember me?</label>
  13.             <input type="checkbox" id="remember_me" style="position: relative; top: 3px; margin: 0; " name="remember_me" disabled="disabled"/>
  14.         <div class="clear"></div>
  15.                        
  16.             <input type="submit" class="button" name="login" value="Login" style="background-color:#FC0; font-weight:bold; padding:5px; border:none;" />   
  17.   </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement