데이터 테이블 폼 테이블 구분
This commit is contained in:
@ -28,7 +28,7 @@ include_once ('./admin.head.php');
|
|||||||
|
|
||||||
<section id="config_basic">
|
<section id="config_basic">
|
||||||
<h2><span></span>기본환경설정</h2>
|
<h2><span></span>기본환경설정</h2>
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>홈페이지 기본환경 설정</caption>
|
<caption>홈페이지 기본환경 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -168,7 +168,7 @@ include_once ('./admin.head.php');
|
|||||||
|
|
||||||
<section id="config_board">
|
<section id="config_board">
|
||||||
<h2><span></span>게시판 설정</h2>
|
<h2><span></span>게시판 설정</h2>
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>게시판 공통 설정, 게시판 관리에서 개별 설정 가능</caption>
|
<caption>게시판 공통 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -238,7 +238,7 @@ include_once ('./admin.head.php');
|
|||||||
|
|
||||||
<section id="config_mb_join">
|
<section id="config_mb_join">
|
||||||
<h2><span></span>회원가입 설정</h2>
|
<h2><span></span>회원가입 설정</h2>
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>회원가입스킨 및 입력받을 정보 설정</caption>
|
<caption>회원가입스킨 및 입력받을 정보 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -356,8 +356,7 @@ include_once ('./admin.head.php');
|
|||||||
|
|
||||||
<section id="config_mail">
|
<section id="config_mail">
|
||||||
<h2><span></span>메일 설정</h2>
|
<h2><span></span>메일 설정</h2>
|
||||||
|
<table class="frm_tbl">
|
||||||
<table>
|
|
||||||
<caption>기본 메일환경 설정</caption>
|
<caption>기본 메일환경 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -383,7 +382,7 @@ include_once ('./admin.head.php');
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>게시판 글 작성 시 메일 설정</caption>
|
<caption>게시판 글 작성 시 메일 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -424,7 +423,7 @@ include_once ('./admin.head.php');
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>회원가입 시 메일 설정</caption>
|
<caption>회원가입 시 메일 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -444,7 +443,7 @@ include_once ('./admin.head.php');
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>투표 기타의견 작성시 메일 설정</caption>
|
<caption>투표 기타의견 작성시 메일 설정</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -460,7 +459,7 @@ include_once ('./admin.head.php');
|
|||||||
|
|
||||||
<section id="config_extra">
|
<section id="config_extra">
|
||||||
<h2><span></span>여분필드 설정</h2>
|
<h2><span></span>여분필드 설정</h2>
|
||||||
<table>
|
<table class="frm_tbl">
|
||||||
<caption>여분필드의 기본 내용 설정, 게시판 관리에서 개별 설정 가능</caption>
|
<caption>여분필드의 기본 내용 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<? for ($i=1; $i<=10; $i++) { ?>
|
<? for ($i=1; $i<=10; $i++) { ?>
|
||||||
|
|||||||
11
css/adm.css
11
css/adm.css
@ -11,11 +11,15 @@ del {text-decoration: line-through}
|
|||||||
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help}
|
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help}
|
||||||
table {border-collapse:collapse;border-spacing:0}
|
table {border-collapse:collapse;border-spacing:0}
|
||||||
input, select {vertical-align:middle}
|
input, select {vertical-align:middle}
|
||||||
|
label {cursor:pointer}
|
||||||
|
|
||||||
/* 내용 건너띄기 */
|
/* 내용 건너띄기 */
|
||||||
#skip_to_main {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden}
|
#skip_to_main {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden}
|
||||||
#skip_to_main:focus, #skip_to_main:active {height:auto;padding:5px 10px;border:1px solid #000;background:#eee;color:#333;font-size:0.75em;overflow:auto}
|
#skip_to_main:focus, #skip_to_main:active {height:auto;padding:5px 10px;border:1px solid #000;background:#eee;color:#333;font-size:0.75em;overflow:auto}
|
||||||
|
|
||||||
|
/* 내용 없는 테이블 */
|
||||||
|
.empty_table {padding:200px 0;text-align:center}
|
||||||
|
|
||||||
/* 레이아웃 */
|
/* 레이아웃 */
|
||||||
body {background:#dfe4e6;overflow-y:scroll}
|
body {background:#dfe4e6;overflow-y:scroll}
|
||||||
header {background:#2c2f34}
|
header {background:#2c2f34}
|
||||||
@ -28,7 +32,7 @@ header {background:#2c2f34}
|
|||||||
|
|
||||||
/* GNB */
|
/* GNB */
|
||||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||||
/*#gnb ul ul {display:block;visibility:hidden;height:0}*/
|
/* #gnb ul ul {display:block;visibility:hidden;height:0} */
|
||||||
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
|
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
|
||||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;font-weight:bold;text-decoration:none;line-height:2.5em}
|
.gnb_1depth a {display:block;padding-left:15px;height:38px;font-weight:bold;text-decoration:none;line-height:2.5em}
|
||||||
.gnb_2depth {border-bottom:1px solid #eef1f2;background:#fff}
|
.gnb_2depth {border-bottom:1px solid #eef1f2;background:#fff}
|
||||||
@ -51,6 +55,7 @@ table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
|
|||||||
caption {text-align:left}
|
caption {text-align:left}
|
||||||
caption p {color:#6b8088;font-size:0.75em}
|
caption p {color:#6b8088;font-size:0.75em}
|
||||||
th, td {border-bottom:1px solid #e9ecee;font:0.75em normal}
|
th, td {border-bottom:1px solid #e9ecee;font:0.75em normal}
|
||||||
th label {display:block;cursor:pointer}
|
th label {display:block}
|
||||||
th {padding:10px;background:#f1f6f7;text-align:left}
|
th {padding:10px;background:#f1f6f7}
|
||||||
|
.frm_tbl th {text-align:left}
|
||||||
td {padding:10px}
|
td {padding:10px}
|
||||||
Reference in New Issue
Block a user