사용자: 전체 디자인 작업 중4

This commit is contained in:
whitedot
2013-02-05 11:48:59 +09:00
parent 1471160d7d
commit cab2f66fad
15 changed files with 223 additions and 236 deletions

View File

@ -40,7 +40,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
<div id="point" class="new_win"> <div id="point" class="new_win">
<h1><?=$g4['title']?></h1> <h1><?=$g4['title']?></h1>
<table> <table class="basic_tbl">
<caption>포인트 사용내역 목록</caption> <caption>포인트 사용내역 목록</caption>
<thead> <thead>
<tr> <tr>

View File

@ -53,8 +53,6 @@ pre {overflow-x:scroll;font-size:1.1em}
#container {float:left;width:730px;zoom:1} #container {float:left;width:730px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""} #container:after {display:block;visibility:hidden;clear:both;content:""}
.cbg {border:1px solid #e9e9e9}
/* 하단 레이아웃 */ /* 하단 레이아웃 */
#ft {background:#484848} #ft {background:#484848}
#ft h1 {width:0;height:0;overflow:hidden} #ft h1 {width:0;height:0;overflow:hidden}
@ -397,7 +395,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
.btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none} .btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
#bo_cate {margin-bottom:15px;padding-left:1px} #bo_cate {margin-bottom:15px;padding-left:1px}
#bo_cate h2 {width:0;height:0;overflow:hidden} #bo_cate h2 {width:0;height:0;overflow:hidden}
#bo_cate_ul {margin:0;padding:1px 0 0 1px;zoom:1} #bo_cate_ul {margin:1px 0 0 1px;zoom:1}
#bo_cate_ul:after {display:block;visibility:hidden;clear:both;content:""} #bo_cate_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate_ul li {position:relative;float:left} #bo_cate_ul li {position:relative;float:left}
#bo_cate_ul a {display:block;margin-top:-1px;margin-left:-1px;padding:7px 15px 5px;border:1px solid #eee;background:#f7f7f7;color:#000;font-weight:bold;text-decoration:none} #bo_cate_ul a {display:block;margin-top:-1px;margin-left:-1px;padding:7px 15px 5px;border:1px solid #eee;background:#f7f7f7;color:#000;font-weight:bold;text-decoration:none}

View File

@ -18,7 +18,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<label for="login_auto_login">자동로그인</label> <label for="login_auto_login">자동로그인</label>
</fieldset> </fieldset>
<section class="cbg"> <section>
<h2>회원로그인 안내</h2> <h2>회원로그인 안내</h2>
<p> <p>
회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.<br> 회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.<br>

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div id="mb_confirm"> <div id="mb_confirm">
<h1><?=$g4['title']?></h1> <h1><?=$g4['title']?></h1>
<p class="cbg"> <p>
<strong>패스워드를 한번 더 입력해주세요.</strong> <strong>패스워드를 한번 더 입력해주세요.</strong>
회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다. 회원님의 정보를 안전하게 보호하기 위해 패스워드를 한번 더 확인합니다.
</p> </p>
@ -14,7 +14,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type=hidden name="mb_id" value="<?=$member[mb_id]?>"> <input type=hidden name="mb_id" value="<?=$member[mb_id]?>">
<input type=hidden name="w" value="u"> <input type=hidden name="w" value="u">
<fieldset class="cbg"> <fieldset>
회원아이디 회원아이디
<span id="mb_confirm_id"><?=$member[mb_id]?></span> <span id="mb_confirm_id"><?=$member[mb_id]?></span>

View File

@ -11,7 +11,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<li><a href="./memo_form.php">쪽지쓰기</a></li> <li><a href="./memo_form.php">쪽지쓰기</a></li>
</ul> </ul>
<table> <table class="basic_tbl">
<caption> <caption>
전체 <?=$kind_title?>쪽지 <?=$total_count?>통<br> 전체 <?=$kind_title?>쪽지 <?=$total_count?>통<br>
</caption> </caption>

View File

@ -18,7 +18,7 @@ else {
<li><a href="./memo.php?kind=send">보낸쪽지</a></li> <li><a href="./memo.php?kind=send">보낸쪽지</a></li>
<li><a href="./memo_form.php">쪽지쓰기</a></li> <li><a href="./memo_form.php">쪽지쓰기</a></li>
</ul> </ul>
<section class="cbg"> <section>
<h2>쪽지 내용</h2> <h2>쪽지 내용</h2>
<ul id="memo_view_ul"> <ul id="memo_view_ul">
<li class="memo_view_li"> <li class="memo_view_li">

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div id="pw_confirm"> <div id="pw_confirm">
<h1><?=$g4['title']?></h1> <h1><?=$g4['title']?></h1>
<p class="cbg"> <p>
<strong>비밀글 기능으로 보호된 글입니다.</strong> <strong>비밀글 기능으로 보호된 글입니다.</strong>
작성자와 관리자만 열람하실 수 있습니다. 본인이라면 패스워드를 입력하세요. 작성자와 관리자만 열람하실 수 있습니다. 본인이라면 패스워드를 입력하세요.
</p> </p>
@ -18,7 +18,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="hidden" name="stx" value="<?=$stx?>"> <input type="hidden" name="stx" value="<?=$stx?>">
<input type="hidden" name="page" value="<?=$page?>"> <input type="hidden" name="page" value="<?=$page?>">
<fieldset class="cbg"> <fieldset>
<label for="password_wr_password">패스워드<strong class="sound_only">필수</strong></label> <label for="password_wr_password">패스워드<strong class="sound_only">필수</strong></label>
<input type="password" id="password_wr_password" name="wr_password" class="fs_input required" maxLength="20" size="15" required> <input type="password" id="password_wr_password" name="wr_password" class="fs_input required" maxLength="20" size="15" required>
<input type="submit" class="fs_submit" value="확인"> <input type="submit" class="fs_submit" value="확인">

View File

@ -6,7 +6,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<h1>아이디/패스워드 찾기</h1> <h1>아이디/패스워드 찾기</h1>
<form name="fpasswordlost" method="post" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" autocomplete="off"> <form name="fpasswordlost" method="post" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" autocomplete="off">
<div class="cbg">
<fieldset> <fieldset>
<p> <p>
회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br> 회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br>
@ -16,7 +15,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="text" id="mb_email" name="mb_email" class="fs_input email" required size="30"> <input type="text" id="mb_email" name="mb_email" class="fs_input email" required size="30">
</fieldset> </fieldset>
<?=captcha_html(); ?> <?=captcha_html(); ?>
</div>
<div class="btn_win"> <div class="btn_win">
<input type="submit" class="btn_submit" value="확인"> <input type="submit" class="btn_submit" value="확인">
<a href="javascript:window.close();" class="btn_cancel">창닫기</a> <a href="javascript:window.close();" class="btn_cancel">창닫기</a>

View File

@ -32,7 +32,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</tbody> </tbody>
</table> </table>
<section class="cbg"> <section>
<h2>인사말</h2> <h2>인사말</h2>
<p><?=$mb_profile?></p> <p><?=$mb_profile?></p>
</section> </section>

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<form id="fregister" name="fregister" method="POST" action="<?=$register_action_url?>" onsubmit="return fregister_submit(this);" autocomplete="off"> <form id="fregister" name="fregister" method="POST" action="<?=$register_action_url?>" onsubmit="return fregister_submit(this);" autocomplete="off">
<section id="fregister_term" class="cbg"> <section id="fregister_term">
<h2>회원가입약관</h2> <h2>회원가입약관</h2>
<textarea readonly><?=get_text($config['cf_stipulation'])?></textarea> <textarea readonly><?=get_text($config['cf_stipulation'])?></textarea>
<fieldset class="fregister_agree"> <fieldset class="fregister_agree">
@ -13,7 +13,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</fieldset> </fieldset>
</section> </section>
<section id="fregister_private" class="cbg"> <section id="fregister_private">
<h2>개인정보수집이용안내</h2> <h2>개인정보수집이용안내</h2>
<textarea readonly><?=get_text($config['cf_privacy'])?></textarea> <textarea readonly><?=get_text($config['cf_privacy'])?></textarea>
<fieldset class="fregister_agree"> <fieldset class="fregister_agree">

View File

@ -18,7 +18,6 @@ var member_skin_url = "<?=$member_skin_url?>";
<input type="hidden" name="mb_nick" value="<?=$member['mb_nick']?>"> <input type="hidden" name="mb_nick" value="<?=$member['mb_nick']?>">
<? } ?> <? } ?>
<div class="cbg">
<table class="frm_tbl"> <table class="frm_tbl">
<caption>사이트 이용정보 입력</caption> <caption>사이트 이용정보 입력</caption>
<tr> <tr>
@ -38,9 +37,7 @@ var member_skin_url = "<?=$member_skin_url?>";
<td><input type="password" id="reg_mb_password_re" name="mb_password_re" class="frm_input minlength_3 <?=$required?>" maxlength="20" <?=$required?>></td> <td><input type="password" id="reg_mb_password_re" name="mb_password_re" class="frm_input minlength_3 <?=$required?>" maxlength="20" <?=$required?>></td>
</tr> </tr>
</table> </table>
</div>
<div class="cbg">
<table class="frm_tbl"> <table class="frm_tbl">
<caption>개인정보 입력</caption> <caption>개인정보 입력</caption>
<tr> <tr>
@ -119,9 +116,7 @@ var member_skin_url = "<?=$member_skin_url?>";
</tr> </tr>
<? } ?> <? } ?>
</table> </table>
</div>
<div class="cbg">
<table class="frm_tbl"> <table class="frm_tbl">
<caption>기타 개인설정</caption> <caption>기타 개인설정</caption>
<? if ($config['cf_use_signature']) { ?> <? if ($config['cf_use_signature']) { ?>
@ -210,7 +205,6 @@ var member_skin_url = "<?=$member_skin_url?>";
<td><?=$captcha_html?></td> <td><?=$captcha_html?></td>
</tr> </tr>
</table> </table>
</div>
<div class="btn_confirm"> <div class="btn_confirm">
<input type="submit" class="btn_submit" value="<?=$w==''?'회원가입':'정보수정';?>" accesskey="s"> <input type="submit" class="btn_submit" value="<?=$w==''?'회원가입':'정보수정';?>" accesskey="s">

View File

@ -2,7 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?> ?>
<div id="reg_result" class="cbg"> <div id="reg_result">
<div id="reg_result_logo"><a href="<?=G4_URL?>"><img src="<?=$member_skin_url?>/img/reg_result_logo.jpg" alt="메인으로"></a></div> <div id="reg_result_logo"><a href="<?=G4_URL?>"><img src="<?=$member_skin_url?>/img/reg_result_logo.jpg" alt="메인으로"></a></div>

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div id="scrap" class="new_win"> <div id="scrap" class="new_win">
<h1><?=$g4['title']?></h1> <h1><?=$g4['title']?></h1>
<table> <table class="basic_tbl">
<caption>스크랩 목록</caption> <caption>스크랩 목록</caption>
<thead> <thead>
<tr> <tr>

View File

@ -5,8 +5,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div id="scrap_do" class="new_win"> <div id="scrap_do" class="new_win">
<h1>스크랩하기</h1> <h1>스크랩하기</h1>
<div class="cbg">
<form name="f_scrap_popin" method="post" action="./scrap_popin_update.php"> <form name="f_scrap_popin" method="post" action="./scrap_popin_update.php">
<input type="hidden" name="bo_table" value="<?=$bo_table?>"> <input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="wr_id" value="<?=$wr_id?>"> <input type="hidden" name="wr_id" value="<?=$wr_id?>">
@ -28,7 +26,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<p> <p>
스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다. 스크랩을 하시면서 감사 혹은 격려의 댓글을 남기실 수 있습니다.
</p> </p>
</div>
<div class="btn_win"> <div class="btn_win">
<input type="submit" class="btn_submit" value="스크랩"> <input type="submit" class="btn_submit" value="스크랩">

View File

@ -12,7 +12,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="hidden" name="frm_addr1" value="<?=$frm_addr1?>"> <input type="hidden" name="frm_addr1" value="<?=$frm_addr1?>">
<input type="hidden" name="frm_addr2" value="<?=$frm_addr2?>"> <input type="hidden" name="frm_addr2" value="<?=$frm_addr2?>">
<fieldset class="cbg"> <fieldset>
<label for="addr1">동/읍/면/리 검색</label> <label for="addr1">동/읍/면/리 검색</label>
<input type="text" id="addr1" name="addr1" class="fs_input" value="<?=$addr1?>" required minlength=2> <input type="text" id="addr1" name="addr1" class="fs_input" value="<?=$addr1?>" required minlength=2>
<input type="submit" class="fs_submit" value="검색"> <input type="submit" class="fs_submit" value="검색">
@ -26,7 +26,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<? if ($search_count > 0) { ?> <? if ($search_count > 0) { ?>
<dl class="cbg"> <dl>
<dt>총 <?=$search_count?>건 가나다순 정렬</dt> <dt>총 <?=$search_count?>건 가나다순 정렬</dt>
<dd> <dd>
<ul> <ul>