mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
added the mobile skin setting in member configuration. git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11434 201d5d3c-b55e-5fd7-737f-ddc643e51545
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<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>
|