Source of: /ADI/auth-db-sessions/login_template.tpl

<html>
<head>
  <title> Please Log In for Access </title>
</head>
<body>
<h1> Login </h1>

{if $MESSAGE != '' }
   <p>{$MESSAGE}</p>
{/if}

<p>If you are
   not a registered user, <a href="signup_smarty.php">click here</a>
   to sign up for instant access!</p>
<p><form method="post" action="login_action_smarty.php">
<table>
 <tr>
   <td>User ID:</td>
   <td><input type="text" name="uid" value="{$uid}" size="8" /></td>
 </tr>
 <tr>
   <td>Password:</td>
   <td> <input type="password" name="pwd" value="" SIZE="8" /></td>
 </tr>
</table>
<input type="submit" value="Log in" />
</form>
</p>
{include file='footer.tpl'}
</body>
</html>