{include file="sub_header.tpl" width="85%"}
{if $error != ""}
<hr>
<p class="bad" align="center">{$error}</p>
<hr>
{/if}
<form action="admin.php?op=login" method="post">
<table border="0" width="100%">
<tr><td class="field-title">Username:</td></tr>
<tr><td> <input type="text" name="uname" size="30"></td></tr>
<tr><td class="field-title">Password:</td></tr>
<tr><td> <input type="password" name="pass" size="30"></td></tr>
</table>
<input type="submit" value="Login">
</form>
{include file="sub_footer.tpl"}