mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11749 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
885 B
HTML
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" />
|