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@10810 201d5d3c-b55e-5fd7-737f-ddc643e51545
56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<include target="./common_header.html" />
|
|
<load target="filter/find_member_account.xml" />
|
|
<h2 class="h2">{$lang->cmd_find_member_account_with_email}</h2>
|
|
<p>{$lang->about_find_member_account}</p>
|
|
<form action="./" method="get" class="form" onsubmit="return procFilter(this, find_member_account)">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<ul>
|
|
<li>
|
|
<p class="q"><label for="cpw">{$lang->email_address}</label></p>
|
|
<p class="a"><input type="text" name="email_address" /></p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<span class="btn"><input type="submit" value="{$lang->cmd_find_member_account}" /></span>
|
|
</div>
|
|
</form>
|
|
<!--@if(count($lang->find_account_question_items)>1)-->
|
|
<h2 class="h2">{$lang->cmd_find_member_account_with_email_question}</h2>
|
|
<p>{$lang->about_find_account_question}</p>
|
|
<form action="./" method="get" class="form" ruleset="@find_member_account_by_question">
|
|
<input type="hidden" name="module" value="member" />
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
|
<input type="hidden" name="act" value="procMemberFindAccountByQuestion" />
|
|
<input type="hidden" name="success_return_url" value="{getUrl('', 'act', 'dispMemberGetTempPassword')}" />
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<ul>
|
|
<li cond="$identifier == 'user_id'">
|
|
<p class="q"><label for="cpw">{$lang->user_id}</label></p>
|
|
<p class="a"><input type="text" name="user_id" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="cpw">{$lang->email_address}</label></p>
|
|
<p class="a"><input type="text" name="email_address" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q"><label for="cpw">{$lang->find_account_question}</label></p>
|
|
<p class="a">
|
|
<select name="find_account_question" style="width:290px">
|
|
<!--@for($i=1,$c=count($lang->find_account_question_items);$i<$c;$i++)-->
|
|
<option value="{$i}">{$lang->find_account_question_items[$i]}</option>
|
|
<!--@end-->
|
|
</select>
|
|
<br />
|
|
<input type="text" name="find_account_answer" value="" />
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<span class="btn"><input type="submit" value="{$lang->cmd_get_temp_password}" /></span>
|
|
</div>
|
|
</form>
|
|
<!--@end-->
|
|
<include target="./common_footer.html" />
|