<?php /* Smarty version 2.6.28, created on 2017-10-30 01:03:38
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/pwresetvalidation.tpl */ ?>
<script type="text/javascript" src="includes/jscript/pwstrength.js"></script>

<?php if ($this->_tpl_vars['invalidlink']): ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['invalidlink']; ?>
</p>
		</div>
	</div>

<?php elseif ($this->_tpl_vars['success']): ?>

	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['pwresetvalidationsuccess']; ?>
</p>
		</div>
	</div>

<?php else: ?>

<?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 class="form-horizontal" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?action=pwreset">
<input type="hidden" name="key" id="key" value="<?php echo $this->_tpl_vars['key']; ?>
" />

<p><?php echo $this->_tpl_vars['LANG']['pwresetenternewpw']; ?>
</p>

		<div class="feildset">
		
			<div class="col1">
			
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['newpassword']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input type="password" name="newpw" id="newpw" autofocus="autofocus" placeholder="<?php echo $this->_tpl_vars['LANG']['resetpassword_new']; ?>
" />
					</label>
				</div>	
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['confirmnewpassword']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input type="password" name="confirmpw" id="confirmpw" placeholder="<?php echo $this->_tpl_vars['LANG']['resetpassword_confirm']; ?>
" />
					</label>
				</div>							
			
			</div>
			
		</div>

<p class="center"><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['clientareasavechanges']; ?>
" class="button1 color2" /> <input type="reset" value="<?php echo $this->_tpl_vars['LANG']['cancel']; ?>
" class="button1 color1" /></p>

</form>

<?php endif; ?>