mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10810 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
No EOL
1.9 KiB
HTML
38 lines
No EOL
1.9 KiB
HTML
<load target="css/msignup.css" usecdn="true" />
|
|
<load target="./../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
|
|
<load target="./../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
|
|
<load target="../skins/default/js/member.js" usecdn="true" />
|
|
<div class="bd">
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<h2 class="h2">{$member_title = $lang->cmd_modify_member_password}</h2>
|
|
<form id="fo_insert_member" action="./" method="post" class="ff" ruleset="modifyPassword">
|
|
<input type="hidden" name="module" value="member" />
|
|
<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}" />
|
|
<fieldset class="sn">
|
|
<ul>
|
|
<li>
|
|
<label for="uid" class="db fb al"><!--@if($identifier == 'user_id')-->{$lang->user_id}<!--@else-->{$lang->email_address}<!--@end--></label>
|
|
<div id="uid"><!--@if($identifier == 'user_id')-->{htmlspecialchars($member_info->user_id)}<!--@else-->{htmlspecialchars($member_info->email_address)}<!--@end--></div>
|
|
</li>
|
|
<li>
|
|
<label for="cpw" class="db fb al">{$lang->current_password}</label>
|
|
<input type="password" name="current_password" id="cpw" class="itx" />
|
|
</li>
|
|
<li>
|
|
<div><label for="npw1" class="db fb al">{$lang->password1}</label><input type="password" name="password1" id="npw1" class="itx" /></div>
|
|
<div><label for="npw1" class="db fb al">{$lang->password2}</label><input type="password" name="password2" id="npw2" class="itx" /></div>
|
|
<p style="color:#666">{$lang->about_password}</p>
|
|
</li>
|
|
</ul>
|
|
</fieldset>
|
|
<div class="cm">
|
|
<input type="submit" value="{$lang->cmd_registration}" class="bn dark" />
|
|
</div>
|
|
|
|
</form>
|
|
</div> |