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/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
40
modules/member/skins/cozy_simple/modify_password.html
Normal file
40
modules/member/skins/cozy_simple/modify_password.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{@ $member_title = $lang->cmd_modify_member_password }
|
||||
<!--#include("./common_header.html")-->
|
||||
<!--%import("filter/modify_password.xml")-->
|
||||
<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}" />
|
||||
|
||||
<table cellspacing="0" class="memberInfoTable gap1" title="{$lang->cmd_modify_member_password}">
|
||||
<col width="140" />
|
||||
<col />
|
||||
<tr class="first-child">
|
||||
<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}
|
||||
<br />
|
||||
<p>{$lang->about_password}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<div class="help tCenter">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
<a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<!--#include("./common_footer.html")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue