<html>
<head>
<title>Please authorize!</title>
<link href="style.css" rel="stylesheet">
</head>
<body style="width:350px;">
<center><P><BR>
<a href="./" target="_blank"><img alt="FreeFiles" border="0" src="img/logo-small.jpg" /></a>
<form method="post">
<table border="0" cellpadding="5" bgcolor="#FFFFA4" style="width:250px;">
<tr class="head">
<td colspan="2"><a href="./" target="_blank">
<img src="img/yellow.gif" width="8" height="8" border="0">
Please login to the system.</td>
</tr>
<tr>
<td>Username:</td>
<td><P class="text2"><input type="text" size="20" name="login" maxlength="8"></P></td>
</tr>
<tr>
<td>Password:</td>
<td><P class="text2"><input type="password" size="20" name="password"></P></td>
</tr>
<?php
if (isset($loginerror))
{
echo '<tr><td colspan="2" align="center" class="warn">' . $loginerror . '</td></tr>';
}
?>
<tr>
<td colspan="2"><p class="submit" align="right"><input type="submit" value="Login"></p></td>
</tr>
</table>
</form>
</center>
</body>
</html>