rhymix/modules/member/skins/default/resend_auth_mail.html
zero 0968703934 #18205582, #18150330, 메일 인증/ 비밀번호 찾기등의 메일 발송시 경로가 제대로 전달되도록 수정.
auth_key, member_srl등의 값이 제대로 들어가지 않아서 인증이 제대로 되지 않던 문제 수정



git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6723 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-08-05 07:11:28 +00:00

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>