From af624251c4609841f96c0d6c07c7ccdea4cbb5ae Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 15 Feb 2013 18:23:45 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2017,=20=EC=B6=94=EA=B0=80=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_list.php | 12 ++++++------ adm/boardgroup_list.php | 14 +++++++------- adm/mail_list.php | 17 ++++++++--------- adm/member_list.php | 20 ++++++++++---------- adm/point_list.php | 6 +++--- adm/poll_list.php | 8 ++++---- css/adm.css | 7 ++++++- 7 files changed, 44 insertions(+), 40 deletions(-) diff --git a/adm/board_list.php b/adm/board_list.php index d6bf584a2..b612ceca0 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -87,16 +87,16 @@ var list_delete_php = 'board_list_delete.php'; - -
- 게시판 추가 -
- -

생성된 게시판 목록

여러개의 게시판 설정을 한번에 바꾸실 때는 게시판 체크기능을 이용하세요.

+ + + +
diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index 25bea246e..2eb7b23fb 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -81,12 +81,6 @@ var list_update_php = "./boardgroup_list_update.php";
- - - -

게시판그룹 목록

@@ -94,6 +88,12 @@ var list_update_php = "./boardgroup_list_update.php"; 접근사용 옵션은 해당 그룹에 속한 모든 게시판에 적용됩니다.

+ + + +
@@ -139,7 +139,7 @@ var list_update_php = "./boardgroup_list_update.php"; - + diff --git a/adm/mail_list.php b/adm/mail_list.php index 4984b6d91..7431b5a67 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -22,10 +22,6 @@ include_once('./admin.head.php'); $colspan = 6; ?> - -

등록된 메일내용 목록

@@ -33,6 +29,10 @@ $colspan = 6; 현재 등록된 메일은 총 건입니다.

+ + @@ -42,13 +42,12 @@ $colspan = 6; - + 수정'; //$s_del = '삭제'; $s_vie = '미리보기'; @@ -61,17 +60,17 @@ $colspan = 6; - + - + '; + echo ""; ?>
작성일시 테스트 보내기관리미리보기
테스트 보내기
자료가 없습니다.
자료가 없습니다.
diff --git a/adm/member_list.php b/adm/member_list.php index 2e84f1965..1d2641951 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -96,16 +96,16 @@ $colspan = 15; - - - -

회원 목록

회원자료 삭제 시 다른 회원이 기존 회원아이디를 사용하지 못하도록 회원아이디, 이름, 별명은 삭제하지 않고 영구 보관합니다.

+ + + +
@@ -187,11 +187,11 @@ $colspan = 15;
- + - - - + Yes':'No';?> + Yes':'No';?> + Yes':'No';?> value="" title=""> diff --git a/adm/point_list.php b/adm/point_list.php index dd7f927f4..9d11e769e 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -151,10 +151,10 @@ function point_clear()
- + - - + +
- -

투표목록

+ + diff --git a/css/adm.css b/css/adm.css index f5f368236..2cd8576c2 100644 --- a/css/adm.css +++ b/css/adm.css @@ -18,6 +18,7 @@ a:hover, a:active {text-decoration:underline} /* 헤딩 */ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spacing:-0.1em} +h2 {font-size:1.2em} /* 화면낭독기 사용자용 */ .sound_only {display:inline-block !important;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;border:0 !important;overflow:hidden !important} @@ -112,7 +113,7 @@ fieldset .btn_submit {height:21px;background:#383a3f;line-height:1.7em} .btn_ft a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;text-decoration:none;line-height:2.4em;vertical-align:middle} .btn_ft a:focus {background:#555} -#btn_add {margin-bottom:10px;text-align:center} +#btn_add {margin-bottom:10px;text-align:right} #btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle} /* 폼 */ @@ -224,6 +225,10 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .td_mbname {width:100px;text-align:left !important} .td_time {width:150px;text-align:center} .td_boolean {width:50px;text-align:center} +.td_pt {text-align:right !important} + +.txt_true {color:#2a6bc4} +.txt_false {color:#ccc} /* 메일 테스트, 세션파일일괄삭제 */ #fsendmailtest p,