mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
변경전의 xe.less 파일도 rhymix.less와 함께 load 하여 호환정 유지
CSS 충돌 예)
bootstrap의 .btn
사용 예)
bootstrap 사용시엔 {Context::unloadBasicFiles('xe')}으로 unload 시키면 문제없음
23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<load target="css/msignup.css" />
|
|
<div class="hx h2"><h2>{$lang->cmd_find_member_account_with_email}</h2></div>
|
|
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/m.skin/default/find_member_account/1'" class="rhymix_message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<form action="./" ruleset="findAccount" method="post" class="ff">
|
|
<input type="hidden" name="module" value="member" />
|
|
<input type="hidden" name="act" value="procMemberFindAccount" />
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<input type="hidden" name="success_return_url" value="{getUrl('act', 'dispMemberFindAccount')}" />
|
|
<input type="hidden" name="xe_validator_id" value="modules/member/m.skin/default/find_member_account/1" />
|
|
<ul>
|
|
<li>
|
|
<label for="email_address1">{$lang->email_address}</label>
|
|
<input id="email_address1" type="email" name="email_address" />
|
|
</li>
|
|
</ul>
|
|
<div class="bna">
|
|
<input type="submit" class="bn dark" value="{$lang->cmd_send_mail}" />
|
|
</div>
|
|
</form>
|