File: /www/exchange0old/exchange/cache/%%AF^AFA^AFA7553A%%retailer_change_password.html.php
<?php /* Smarty version 2.6.19, created on 2024-08-21 11:00:30
compiled from retailer/retailer_change_password.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'siteUrl', 'retailer/retailer_change_password.html', 2, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<script type="text/javascript" src="<?php echo ((is_array($_tmp='\js\jquery.pwstrength.bootstrap-2.0.2\dist\pwstrength-bootstrap.min.js')) ? $this->_run_mod_handler('siteUrl', true, $_tmp) : smarty_modifier_siteUrl($_tmp)); ?>
"></script>
<style>
.progress {
width: 100px;
display: none;
vertical-align: middle;
margin: 0 10px;
}
</style>
<script>
$(function () {
password_input = $('input[name="passwd"]');
password_input.on('input', function () {
$('.progress').css({'display': "inline-block"});
}).pwstrength();
if(password_input.val()){
password_input.css({'display': "inline-block"});
}
});
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"> </td>
</tr><tr>
<td class="login_bg" align="left" valign="middle">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="52%" align="left" valign="middle" class="login_bg_t">Exchange Trade Centre | Change Password
</td>
<td width="48%" align="right" valign="middle" class="txt_11"><?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'investor_top_dashboard_links.html', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" class="about_c">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td width="18%" align="left" valign="top"><?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'left_sidebar.html', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?></td>
<td width="82%" align="right" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td valign="top" align="left" class="hdr_center">
<form action="index.php?do=retupdatedetails" method="post">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td valign="top" align="left" class="inves_top1">Change Password</td>
<td valign="top" align="right" class="inves_top1"> </td>
</tr>
<tr><td colspan="2">
<?php if (! empty ( $this->_tpl_vars['result'] )): ?>
<div class="success-msgbox"><?php echo $this->_tpl_vars['result']; ?>
</div>
<?php endif; ?>
</td></tr>
<tr class="row1">
<td width="37%" valign="top" align="left">Old Password :</td>
<td width="53%" valign="top" align="left"> <input type="password" maxlength="25" size="25" class="text_b" value="<?php echo $this->_tpl_vars['values']['oldpasswd']; ?>
" name="oldpasswd"> <span class="txt_11_red"><?php echo $this->_tpl_vars['errmsg']['oldpasswd']; ?>
</span></td>
</tr>
<tr class="row2">
<td width="37%" valign="top" align="left">New Password :</td>
<td width="53%" valign="top" align="left"> <input type="password" maxlength="25" size="25" class="text_b" value="<?php echo $this->_tpl_vars['values']['passwd']; ?>
" name="passwd"><br><span class="txt_11_red"><?php echo $this->_tpl_vars['errmsg']['passwd']; ?>
</span></td>
</tr>
<tr class="row1">
<td width="37%" valign="top" align="left">Confirm New Password :</td>
<td width="53%" valign="top" align="left"><input type="password" maxlength="25" size="25" class="text_b" value="<?php echo $this->_tpl_vars['values']['retype']; ?>
" name="retype"> <span class="txt_11_red"><?php echo $this->_tpl_vars['errmsg']['retype']; ?>
</span></td>
</tr>
<tr class="row5">
<td width="37%" valign="top" align="left"> </td>
<td width="53%" valign="top" align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td width="23%" valign="middle" align="center"><input type="submit" class="login_bttn" value="Submit" name=""></td>
<td width="8%" valign="middle" align="center"></td>
<td width="69%" valign="middle" align="left" class="txt_11_red"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</form>
<form action="index.php?do=retupdatequestion" method="post">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" align="left" class="inves_top1">Security Question</td>
<td valign="top" align="right" class="inves_top1"> </td>
</tr>
<tr><td colspan="2">
<?php if (! empty ( $this->_tpl_vars['result1'] )): ?>
<div class="success-msgbox"><?php echo $this->_tpl_vars['result1']; ?>
</div>
<?php endif; ?>
</td></tr>
<tr class="row1">
<td width="37%" valign="top" align="left">Secret Question :</td>
<td width="53%" valign="top" align="left"> <select name="secret_quest" class="cmb_bx1">
<option value="">Select Secret Question</option>
<?php $_from = $this->_tpl_vars['quest']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['myId'] => $this->_tpl_vars['i']):
?>
<option value="<?php echo $this->_tpl_vars['i']['label_id']; ?>
" <?php if ($this->_tpl_vars['profile']['secret_question_id'] == $this->_tpl_vars['i']['label_id']): ?> selected="selected"<?php endif; ?>> <?php echo $this->_tpl_vars['i']['label_title']; ?>
</option>
<?php endforeach; endif; unset($_from); ?>
</select>
<span class="txt_11_red"><?php echo $this->_tpl_vars['errmsg']['secret_quest']; ?>
</span></td>
</tr>
<tr class="row2">
<td width="37%" valign="top" align="left">Secret Answer :</td>
<td width="53%" valign="top" align="left"> <input type="text" maxlength="25" size="25" class="text_b" value="<?php echo $this->_tpl_vars['profile']['secret_answer']; ?>
" name="secret_answer"> <span class="txt_11_red"><?php echo $this->_tpl_vars['errmsg']['secret_answer']; ?>
</span></td>
</tr>
<tr class="row5">
<td width="37%" valign="top" align="left"> </td>
<td width="53%" valign="top" align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td width="23%" valign="middle" align="center"><input type="submit" class="login_bttn" value="Submit" name=""></td>
<td width="8%" valign="middle" align="center"></td>
<td width="69%" valign="middle" align="left" class="txt_11_red"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" valign="top"> </td>
</tr>
</table>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.html", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>