<html>
<body>
<table border="1" width="100%">
<tr><td colspan="2"><center> login screen header </center></td></tr>
<tr>
<td> </td>
<td>
<form action="./index.cgi" method="post">
<input type="hidden" name="page" value="1">
<input type="hidden" name="action" value="login_check">
<table>
<tr><td>Username</td>
<td><input type="text" name="username" value=""></td></tr>
<tr><td>Password</td>
<td><input type="password" name="passwd" value=""></td></tr>
<tr><td><input type="submit" name="login" value=""></td></tr>
</table>
</form>
</td>
</tr>
<tr><td colspan="2"><center> login screen footer </center></td></tr>
</table>
</body>
</html>