<?php /* Smarty version 2.6.28, created on 2016-11-27 00:09:02
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/pwreset.tpl */ ?>
<?php if ($this->_tpl_vars['success']): ?>

	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['pwresetvalidationsent']; ?>
</p>
		</div>
	</div>

  <p><?php echo $this->_tpl_vars['LANG']['pwresetvalidationcheckemail']; ?>


<?php else: ?>

<p><?php echo $this->_tpl_vars['LANG']['pwresetdesc']; ?>
</p>

<?php if ($this->_tpl_vars['errormessage']): ?>
	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['errormessage']; ?>
</p>
		</div>
	</div>
<?php endif; ?>

<form method="post" action="pwreset.php">
<input type="hidden" name="action" value="reset" />

		<div class="feildset">
		
			<div class="col1">
			
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['loginemail']; ?>
:</span>
						<input type="text" name="email" class="inputstyle" value="<?php echo $this->_tpl_vars['email']; ?>
" placeholder="<?php echo $this->_tpl_vars['LANG']['pwreset_email']; ?>
" autofocus="autofocus" />
					</label>
				</div>
				
				<?php if ($this->_tpl_vars['securityquestion']): ?>
				
				<h2><?php echo $this->_tpl_vars['LANG']['pwresetsecurityquestionrequired']; ?>
</h2>
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['loginemail']; ?>
:</span>
						<?php echo $this->_tpl_vars['securityquestion']; ?>

					</label>
				</div>
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['clientareasecurityanswer']; ?>
:</span>
						<input type="text" name="answer" value="<?php echo $this->_tpl_vars['answer']; ?>
">
					</label>
				</div>				
				
				<?php endif; ?>						
  
  			</div>
  			
  		</div>

  <p class="center">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['pwresetsubmit']; ?>
" class="button1 color1">
  </p>

</form>

<?php endif; ?>