rhymix/modules/member/skins/default/resend_auth_mail.html
2012-10-17 04:35:09 +00:00

21 lines
885 B
HTML

<include target="./common_header.html" />
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="resendAuthMail" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<input type="hidden" name="success_return_url" value="{getUrl(act, $act)}" />
<h1 class="h1">{$lang->cmd_resend_auth_mail}</h1>
<p>{$lang->about_resend_auth_mail}</p>
<ul>
<li>
<p class="q"><label for="email_address">{$lang->email_address}</label></p>
<p class="a"><input type="text" id="email_address" name="email_address" value="" /></p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span>
</div>
</form>
<include target="./common_footer.html" />