<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Classifieds - Manager Login</title>
<link rel="stylesheet" href="inc/style.css" type="text/css" />
<style type="text/css">
body {
margin-top:0;
background-image: url(images/style1_bg.gif);
background-repeat: repeat-x;
}
.style9 {font-size: 12px}
.none {text-decoration:none; color:#999999;}
.left { padding-right:20px; }
.style25 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #999999; font-weight: bold; }
.style26 {color: #CCCCCC}
</style>
</head>
<body>
<img src="images/spacer.gif" width="1" height="95" />
<br />
<div class="sidebox">
<div class="boxhead">
<h2>Classifieds Manager Login </h2>
</div>
<div class="boxbody"><p><form id="loginForm" name="loginForm" method="post" action="login-exec.php">
<input type="hidden" name="action" value="login" />
<?PHP if($_GET['e']) {
if(($_GET['e']) == "id") { echo "<font style='color:#f00;'>Error. Your Username Or Password Were Incorrect.</font>"; }
}
?>
<table width="275" height="153" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="58%" height="47" valign="bottom"><span class="style25">Username</span><br />
<div align="left">
<input name="login" type="text" style="width:275px;" />
</div></td>
</tr>
<tr>
<td height="57" valign="bottom"><div align="left"> <span class="style25">Password</span><br />
<input type="password" name="password" style="width:275px;" />
</div></td>
</tr>
<tr>
<td height="49" valign="bottom">
<div align="right"><input type="image" name="Submit" src="images/continue.gif" height="22" width="98" border="0" alt="Continue">
</div>
<div align="right"><span class="style9"><br />
</span></div></td></tr>
</table>
</form></p>
</div>
</div>
<div align="center"><span class="style26"><br />
<span class="style9"> Classifieds Software - <a href="http://www.rcoders.com/" style="color:#cccccc;text-decoration:none;">RCoders Development</a> - Some rights reserved. </span></span><br />
<br />
</div>
</body>
</html>