mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1717 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fcb4fe15d6
commit
bf23eca99d
48 changed files with 719 additions and 530 deletions
|
|
@ -1,54 +1,51 @@
|
|||
<!--#include("./common_header.html")-->
|
||||
<!--%import("filter/modify_password.xml")-->
|
||||
|
||||
<div>
|
||||
{$lang->msg_update_member}
|
||||
</div>
|
||||
|
||||
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, modify_password)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
<div>
|
||||
{$lang->member_default_info}
|
||||
<div class="smallBox w498">
|
||||
<div class="header">
|
||||
<h3>{$lang->cmd_modify_member_password}</h3>
|
||||
</div>
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>{$lang->user_id}</th>
|
||||
<td>
|
||||
{$member_info->user_id}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->current_password}</th>
|
||||
<td>
|
||||
<input type="password" name="current_password" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="3">{$lang->password1}</th>
|
||||
<td>
|
||||
<input type="password" name="password1" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="password" name="password2" value="" /> {$lang->password2}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_password}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" />
|
||||
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, modify_password)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
||||
<div class="complex">
|
||||
<fieldset class="pwModify">
|
||||
<legend>{$lang->cmd_modify_member_password}</legend>
|
||||
|
||||
<table cellspacing="0" class="leftHeaderType">
|
||||
<tr>
|
||||
<th scope="row">{$lang->user_id}</th>
|
||||
<td>{$member_info->user_id}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="cpw">{$lang->current_password}</label></th>
|
||||
<td><input type="password" name="current_password" id="cpw" class="inputTypeText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="npw1">{$lang->password1}</label></th>
|
||||
<td>
|
||||
<input type="password" name="password1" id="npw1" class="inputTypeText" />
|
||||
<br />
|
||||
<input type="password" name="password2" id="npw2" class="inputTypeText" />
|
||||
{$lang->password2}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>{$lang->about_password}</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div class="button">
|
||||
<ul>
|
||||
<li><span class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /><img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
|
||||
<li><a href="#" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />취소<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<!--#include("./common_footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue