<!--admin_header.html start-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>{{config_auto_admin_title_page}}</title>
{{config_auto_metarerfesh}}
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="{{tpl_auto_css}}" rel="stylesheet" type="text/css"></head>
<script type="text/javascript">
<!--
function verifyForm(theForm){
var msg='';
if((theForm.email.value=='blank')||(theForm.email.value=='')){
msg='{{tpl_auto_please_type_email_address}}'
theForm.email.focus();
}else
if((theForm.email.value.indexOf('@')<1)||
(theForm.email.value.indexOf('@')>(theForm.email.value.length - 5))||
(theForm.email.value.indexOf('.')<1)){
msg='{{tpl_auto_please_type_email_address}}'
theForm.email.focus();
}
if(msg!=''){
alert(msg);
return false
}else{
return true;
}
}
//-->
</script>
<body>
<DIV id=content>
<DIV class=itemWrapper>
<!--admin_header.html ends-->
<TABLE border=0 cellPadding=0 cellSpacing=0 bgcolor="#DF273E" style="WIDTH: 100%">
<TBODY>
<TR>
<TD width="35%" class=helpLinks> <DIV class=helpLinksLeft><A
href="#">{{config_auto_sitename}}</A></DIV></TD>
</TR>
</TBODY>
</TABLE>
<p> </p>
<p> </p>
<TABLE
border=0 align="center" cellPadding=0 cellSpacing=0 class=tableBorder>
<FORM method="POST" name="login" onSubmit="return verifyForm(this);">
<input type=hidden name=p value=forgot1>
<TBODY>
<TR>
<TD class=tablePad> <TABLE style="WIDTH: 100%" cellSpacing=0 cellPadding=20 border=0>
<TBODY>
<TR>
<TD colspan="2" class=tableHeadingBold style="WIDTH: 32%">{{tpl_auto_Admin_Forgot_Password}}<br>
{{error}}</TD>
</TR>
<TR>
<TD class=tableCellTwo>{{tpl_auto_Email}}</TD>
<TD class=tableCellTwo><input class=input id=title22 maxlength=100 name=email value="{{email}}" size="27">
</TD>
</TR>
<TR>
<TD colspan="2" class=tableCellTwo align="center"><input name=preview type=submit class=submit value="{{tpl_auto_Send_New_Password}}">
</TD>
</TR>
<tr>
<td colspan="2" align="center" class="tableCellOne"> <a href="index.php">{{tpl_auto_Login}}</a>
</td>
</tr>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</FORM>
</TABLE>
<script>
function setfocus() {
document.login.email.focus()
}
setfocus();
</script>
<!--admin_footer.html start-->
</DIV>
</div>
<p> </p>
</body>
</html>
<!--admin_footer.html ends-->