mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8533 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
779 B
HTML
21 lines
779 B
HTML
<!--%import("css/default.css")-->
|
|
<!--%import("js/member.js")-->
|
|
|
|
<div id="memberModule">
|
|
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
|
|
<form ruleset="resendAuthMail" action="./" method="post">
|
|
<input type="hidden" name="act" value="procMemberResendAuthMail" />
|
|
<h3>{$lang->cmd_resend_auth_mail}</h3>
|
|
<div class="infoText">{$lang->about_resend_auth_mail}</div>
|
|
<table cellspacing="0" class="rowTable">
|
|
<tr>
|
|
<th scope="row">{$lang->email_address}</th>
|
|
<td><input type="text" name="email_address" value="" class="iText" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2"><span class="button black"><input type="submit" value="{$lang->cmd_resend_auth_mail}" /></span></th>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
</div>
|