mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
auth_key, member_srl등의 값이 제대로 들어가지 않아서 인증이 제대로 되지 않던 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6723 201d5d3c-b55e-5fd7-737f-ddc643e51545
20 lines
737 B
HTML
20 lines
737 B
HTML
<!--%import("filter/resend_auth_mail.xml")-->
|
|
<!--%import("css/default.css")-->
|
|
<!--%import("js/member.js")-->
|
|
|
|
<div id="memberModule">
|
|
<form action="./" method="post" onsubmit="return procFilter(this, resend_auth_mail)">
|
|
<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="inputTypeText" /></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>
|