<?php /* Smarty version 2.6.2, created on 2013-01-22 23:55:24
         compiled from forgot_password.tpl */ ?>
<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'myescape', 'forgot_password.tpl', 23, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header_full.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<div class="colelem" id="u6080"><!-- simple frame -->

<div align=center style="margin-top: 30px;">


<?php echo '
<script language=javascript>
function checkform() {
  if (document.forgotform.email.value == \'\') {
    alert("Please type your username or email!");
    document.forgotform.email.focus();
    return false;
  }
  return true;
}
</script>
'; ?>


<h3>Forgot your password:&nbsp;&nbsp;</h3><br>

<?php if (((is_array($_tmp=$this->_tpl_vars['found_records'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 2): ?>
Your accound found. Please check your e-mail address and follow confirm URL to reset your password.
<?php else: ?>
<form method=post name=forgotform onsubmit="return checkform();">
<input type=hidden name=a value="forgot_password">
<input type=hidden name=action value="forgot_password">
<table cellspacing=0 cellpadding=2 border=0>
<tr>
 <td>Type your username or e-mail:</td>
 <td><input type=text name='email' value="" class=inpts size=30></td>
</tr>
<tr>
 <td>&nbsp;</td>
 <td><input type=submit value="Forgot" class=sbmt></td>
</tr>
</table>
</form><br><br>

<?php if (((is_array($_tmp=$this->_tpl_vars['found_records'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 0): ?>
No accounts found
<?php elseif (((is_array($_tmp=$this->_tpl_vars['found_records'])) ? $this->_run_mod_handler('myescape', true, $_tmp) : smarty_modifier_myescape($_tmp)) == 1): ?>
Login and password send to you. Please check your e-mail account
<?php endif; ?>
<?php endif; ?>




</div>
</div>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>