공통: 리디자인 중

This commit is contained in:
whitedot
2013-10-15 11:25:07 +09:00
parent 65f5262476
commit 8252129dd0
41 changed files with 169 additions and 173 deletions

View File

@ -6,10 +6,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="find_info" class="new_win mbskin">
<h1 id="new_win_title">회원정보 찾기</h1>
<h1 id="win_title">회원정보 찾기</h1>
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
<fieldset id="find_info_fs">
<fieldset id="info_fs">
<p>
회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br>
해당 이메일로 아이디와 패스워드 정보를 보내드립니다.
@ -18,7 +18,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="text" name="mb_email" id="mb_email" required class="required frm_input email" size="30">
</fieldset>
<?php echo captcha_html(); ?>
<div class="btn_win">
<div class="win_btn">
<input type="submit" value="확인" class="btn_submit">
<button type="button" onclick="window.close();">창닫기</button>
</div>