mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
회원정보 보기시에 쪽지함보기/친구보기/작성글 보기를 title에 select box로 모음. 작성글 보기 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1981 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68f7f1a30f
commit
4593918f77
16 changed files with 211 additions and 87 deletions
|
|
@ -1,49 +1,40 @@
|
|||
{@ $member_title = $lang->cmd_modify_member_password }
|
||||
<!--#include("./common_header.html")-->
|
||||
<!--%import("filter/modify_password.xml")-->
|
||||
|
||||
<div class="memberSmallBox w400">
|
||||
<div class="header">
|
||||
<h3>{$lang->cmd_modify_member_password}</h3>
|
||||
</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 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>
|
||||
|
||||
<table cellspacing="0" class="memberInfoTable gap1" title="{$lang->cmd_modify_member_password}">
|
||||
<col width="140" />
|
||||
<col />
|
||||
<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}
|
||||
<br />
|
||||
<p>{$lang->about_password}</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<div class="help tCenter">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" class="button"><span>취소</span></a>
|
||||
<a href="#" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<!--#include("./common_footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue