mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
merge from branch luminous (version 1.5.4.2, ~r12561)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@12611 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2263200ce4
commit
cc47d2b247
196 changed files with 3655 additions and 2033 deletions
32
modules/member/m.skins/default/modify_password.html
Normal file
32
modules/member/m.skins/default/modify_password.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
|
||||
<load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
|
||||
<load target="css/msignup.css" usecdn="true" />
|
||||
<h2 class="h2">{$member_title = $lang->cmd_modify_member_password}</h2>
|
||||
<form ruleset="modifyPassword" id="fo_insert_member" class="ff" action="./" method="post">
|
||||
<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}" />
|
||||
<ul>
|
||||
<li>
|
||||
<label for="uid">{Context::getLang($identifier)}</label>
|
||||
<input type="text" disabled="disabled" value="{$formValue}" id="uid" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="cpw">{$lang->current_password}</label>
|
||||
<input type="password" name="current_password" id="cpw" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="npw1">{$lang->password1}</label>
|
||||
<input type="password" name="password1" id="npw1" /> <span class="desc">{$lang->about_password}</span>
|
||||
</li>
|
||||
<li>
|
||||
<label for="npw2">{$lang->password2}</label>
|
||||
<input type="password" name="password2" id="npw2" />
|
||||
</li>
|
||||
</ul>
|
||||
<div class="bna">
|
||||
<input type="submit" class="bn" value="{$lang->cmd_registration}" />
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue