rhymix/modules/member/skins/simple_world/rechecked_password.html
2017-01-08 17:27:28 +09:00

28 lines
1.3 KiB
HTML

<include target="./common_header.html" />
<div class="signin">
<section class="sw-body">
<h1>{$lang->msg_rechecked_password}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<p class="rx_member-notice">{$lang->about_rechecked_password}</p>
<form action="./index.php" method="post" ruleset="recheckedPassword">
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/1" />
<input cond="$success_return_url" type="hidden" name="success_return_url" value="{$success_return_url}" />
<div class="control-group">
<label for="uid">
{$identifierTitle}
</label>
<input type="text" id="uid" value="{$identifierValue}" readonly title="{$identifierTitle}" />
<label for="pw">
{lang('common.password')}
</label>
<input type="password" name="password" id="pw" required title="{$lang->password}" />
<input type="submit" value="{$lang->cmd_confirm}" />
</div>
</form>
</section>
</div>
<include target="./common_footer.html" />