diff --git a/adm/board_list.php b/adm/board_list.php index 2b7b0d380..d018ecf43 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -92,7 +92,11 @@ var list_delete_php = 'board_list_delete.php'; -게시판 추가 + +
+ 게시판 추가 +
+
diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index 906021c2b..427f6c7c8 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -82,7 +82,11 @@ var list_update_php = "./boardgroup_list_update.php";
-게시판그룹 추가 + +
+ 게시판그룹 추가 +
+
diff --git a/adm/mail_list.php b/adm/mail_list.php index 99f354d15..cdbe07d15 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -22,13 +22,13 @@ include_once('./admin.head.php'); $colspan = 6; ?> -메일내용추가 - -건수 : +
+ 메일내용추가 +
- 등록된 메일내용 목록 + 등록된 메일내용 목록 (전체 건)

테스트는 등록된 최고관리자의 이메일로 테스트 메일을 발송

diff --git a/adm/member_list.php b/adm/member_list.php index 62a740785..6f06375ce 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -121,7 +121,11 @@ var list_delete_php = 'member_list_delete.php'; -회원추가 + + +
diff --git a/adm/poll_list.php b/adm/poll_list.php index 12e1e93d9..7bee74c5e 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -69,7 +69,9 @@ $colspan = 6;
-투표 추가 + diff --git a/adm/popular_list.php b/adm/popular_list.php index a89c0bee7..57f95d060 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -58,7 +58,8 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '전체목록'; +if ($stx) + $listall = '전체목록'; $g4['title'] = '인기검색어관리'; include_once('./admin.head.php'); diff --git a/adm/popular_rank.php b/adm/popular_rank.php index 040298d7c..590761b2b 100644 --- a/adm/popular_rank.php +++ b/adm/popular_rank.php @@ -34,7 +34,7 @@ $sql = " select pp_word, count(*) as cnt limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '처음'; +if ($_GET['fr_date'] || $_GET['to_date']) $listall = '전체목록'; $g4['title'] = '인기검색어순위'; include_once('./admin.head.php'); diff --git a/css/adm.css b/css/adm.css index 2e75e0fe7..13d89aed3 100644 --- a/css/adm.css +++ b/css/adm.css @@ -28,7 +28,7 @@ header {background:#2c2f34} #current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#eee;font-size:0.75em;line-height:2.95em} #current_location ul {margin-left:20px} #current_location li {float:left} -#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px} +#wrapper {margin:60px 210px 0 20px;min-height:630px;height:auto !important;height:630px} footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8} footer p {color:#576a71} @@ -37,12 +37,12 @@ footer p {color:#576a71} h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";letter-spacing:-0.1em} /* GNB */ -#gnb {position:absolute;top:110px;left:20px;width:180px} +#gnb {position:absolute;top:110px;right:20px;width:180px} .gnb_1depth ul {display:block;visibility:hidden;height:0} .gnb_1depth_on ul {visibility:visible;height:auto} .gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3} -.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em} -.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff;color:#333} +.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#333;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em} +.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff} .gnb_2depth {border-bottom:1px solid #eef1f2} .gnb_2depth a {display:block;padding-left:15px;height:30px;border:0;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em} .gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa} @@ -59,6 +59,9 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum"; .btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle} .btn_list a:focus {background:#555} +#btn_add {text-align:center} +#btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.2em;vertical-align:middle} + /* 폼 */ label {vertical-align:middle} textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
투표목록