rhymix/modules/member/skins/default/resend_auth_mail.html
ChanMyeong cd83b4efec Member module UI refactoring.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9203 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-19 11:03:33 +00:00

19 lines
765 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" class="form" action="./" method="post">
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<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" />