mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +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
24 lines
957 B
HTML
24 lines
957 B
HTML
<load target="css/msignup.css" usecdn="true" />
|
|
<h2 class="h2">{$lang->msg_rechecked_password}</h2>
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<form class="ff" action="./index.php" method="post" ruleset="recheckedPassword">
|
|
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
|
|
<input type="hidden" name="module" value="member" />
|
|
<ul>
|
|
<li>
|
|
<label for="identifier">{$identifierTitle}</label>
|
|
<p id="identifier">{$identifierValue}</p>
|
|
</li>
|
|
<li>
|
|
<label for="password">{$lang->password}</label>
|
|
<input id ="password" type="password" name="password" />
|
|
<p class="desc">{$lang->about_rechecked_password}</p>
|
|
</li>
|
|
</ul>
|
|
<div class="bna">
|
|
<input class="bn white" type="submit" value="{$lang->cmd_confirm}" />
|
|
<span class="bn white"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span>
|
|
</div>
|
|
</form>
|