mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Member module UI refactoring.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9203 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2b1930c6e
commit
cd83b4efec
36 changed files with 572 additions and 813 deletions
|
|
@ -1,39 +1,31 @@
|
|||
<!--#include("./common_header.html")-->
|
||||
<h3>{$member_title = $lang->cmd_modify_member_password}</h3>
|
||||
<form ruleset="modifyPassword" id="fo_insert_member" action="./" method="post">
|
||||
<include target="./common_header.html" />
|
||||
<h1 class="h1">{$member_title = $lang->cmd_modify_member_password}</h1>
|
||||
<form ruleset="modifyPassword" id="fo_insert_member" class="form" action="./" method="post">
|
||||
<input type="hidden" name="act" value="procMemberModifyPassword" />
|
||||
<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="rowTable" title="{$lang->cmd_modify_member_password}">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->user_id}</div></th>
|
||||
<td class="wide">{$member_info->user_id}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div><label for="cpw">{$lang->current_password}</label></div></th>
|
||||
<td><input type="password" name="current_password" id="cpw" class="iText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div><label for="npw1">{$lang->password1}</label>
|
||||
<br /><br />
|
||||
<label for="npw2">{$lang->password2}</label></div></th>
|
||||
<td>
|
||||
<input type="password" name="password1" id="npw1" class="iText" />
|
||||
<br />
|
||||
<input type="password" name="password2" id="npw2" class="iText" />
|
||||
<br />
|
||||
<p>{$lang->about_password}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="button" colspan="2">
|
||||
<span class="button black strong"><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>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<!--#include("./common_footer.html")-->
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="uid">{$lang->user_id}</label></p>
|
||||
<p class="a"><input type="text" disabled="disabled" value="{$member_info->user_id}" id="uid" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="cpw">{$lang->current_password}</label></p>
|
||||
<p class="a"><input type="password" name="current_password" id="cpw" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="npw1">{$lang->password1}</label></p>
|
||||
<p class="a"><input type="password" name="password1" id="npw1" /> <span class="desc">{$lang->about_password}</span></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="npw2">{$lang->password2}</label></p>
|
||||
<p class="a"><input type="password" name="password2" id="npw2" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
|
||||
</div>
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue