rhymix/modules/member/m.skins/default/rechecked_password.html
devjin f6a83e335d issue 2471 fixed a bug that show the private information in mobile view.
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
2012-09-21 09:05:48 +00:00

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>