|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/member/skins/default/','common_header.html');
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","modify_password.xml");
$oXmlFilter->compile();
?>
<h3><?php @print($__Context->member_title = $__Context->lang->cmd_modify_member_password);?></h3>
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, modify_password)">
<input type="hidden" name="mid" value="<?php @print($__Context->mid);?>" />
<input type="hidden" name="document_srl" value="<?php @print($__Context->document_srl);?>" />
<input type="hidden" name="page" value="<?php @print($__Context->page);?>" />
<table cellspacing="0" class="rowTable" title="<?php @print($__Context->lang->cmd_modify_member_password);?>">
<tr>
<th scope="row"><div><?php @print($__Context->lang->user_id);?></div></th>
<td class="wide"><?php @print($__Context->member_info->user_id);?></td>
</tr>
<tr>
<th scope="row"><div><label for="cpw"><?php @print($__Context->lang->current_password);?></label></div></th>
<td><input type="password" name="current_password" id="cpw" class="inputTypeText" /></td>
</tr>
<tr>
<th scope="row"><div><label for="npw1"><?php @print($__Context->lang->password1);?></label>
<br /><br />
<label for="npw2"><?php @print($__Context->lang->password2);?></label></div></th>
<td>
<input type="password" name="password1" id="npw1" class="inputTypeText" />
<br />
<input type="password" name="password2" id="npw2" class="inputTypeText" />
<br />
<p><?php @print($__Context->lang->about_password);?></p>
</td>
</tr>
<tr>
<th class="button" colspan="2">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" accesskey="s" /></span>
<a href="<?php @print(getUrl('act','dispMemberInfo','member_srl',''));?>" class="button"><span><?php @print($__Context->lang->cmd_back);?></span></a>
</th>
</tr>
</table>
</form>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/member/skins/default/','common_footer.html');
?>