Source of: /ADI/auth-db-sessions/login.html

<html>
<head>
  <title> Please Log In for Access </title>
</head>
<body>
<h1> Login </h1>
<p>If you are
   not a registered user, <a href="signup.php">click here</a>
   to sign up for instant access!</p>
<p><form method="post" action="login_action.php">
<table>
 <tr>
   <td>User ID:</td>
   <td><input type="text" name="uid" size="8" /></td>
 </tr>
 <tr>
   <td>Password:</td>
   <td> <input type="password" name="pwd" SIZE="8" /></td>
 </tr>
</table>
<input type="submit" value="Log in" />
</form>
</p>
</body>
</html>