From 6613f7c5e72e31e2d8db93be14c7cfe302439020 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 15 Feb 2013 17:59:19 +0900 Subject: [PATCH 1/6] =?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=2016,=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=20=ED=8C=A8=EC=8A=A4=EC=9B=8C=EB=93=9C=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 2 +- adm/member_list.php | 4 ++-- css/adm.css | 16 ++++++++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/adm/config_form.php b/adm/config_form.php index 672993e57..612f50b1f 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -556,7 +556,7 @@ $pg_anchor = " XSS 혹은 CSRF 방지

관리자 권한을 탈취당하는 경우를 대비하여 패스워드를 다시 한번 확인합니다.

- +
diff --git a/adm/member_list.php b/adm/member_list.php index a3ad496fa..2e84f1965 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -164,11 +164,11 @@ $colspan = 15; $intercept_title = ''; if ($row['mb_leave_date']) { $mb_id = $mb_id; - $leave_msg = '탈퇴함'; + $leave_msg = '
탈퇴함'; } else if ($row['mb_intercept_date']) { $mb_id = $mb_id; - $intercept_msg = '차단됨'; + $intercept_msg = '
차단됨'; $intercept_title = '차단해제'; } if ($intercept_title == '') diff --git a/css/adm.css b/css/adm.css index ecd7c2263..f5f368236 100644 --- a/css/adm.css +++ b/css/adm.css @@ -99,6 +99,7 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa .btn_confirm a:focus {background:#555} .btn_submit {padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;line-height:2.5em;vertical-align:middle} .btn_submit:focus {padding:0 15px;height:30px;border:0;background:#555;color:#fff;line-height:2.5em;vertical-align:middle} +fieldset .btn_submit {height:21px;background:#383a3f;line-height:1.7em} .btn_list input, .btn_list button {padding:0 15px;height:30px;background:#74868b;color:#fff;line-height:2.2em;vertical-align:middle} @@ -122,6 +123,12 @@ textarea:focus, textarea {width:90%} select {border:1px solid #ced9de} button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer} +fieldset {margin-bottom:20px} +legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden} +fieldset span {display:block;margin-bottom:10px} +fieldset p {color:#4c5f67} +fieldset button, .fieldset_submit {padding:0 15px;height:23px;border:0;background:#74868b;color:#fff;font-size:1em;line-height:2.1em;vertical-align:middle;cursor:pointer} +fieldset button:focus, .fieldset_submit:focus {padding:0 15px;height:23px;border:0;background:#555;color:#fff;font-size:1em;line-height:2.1em;vertical-align:middle} .readonly {background:#a7bac2} /* 폼 안내글 */ @@ -213,8 +220,8 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .td_num {width:60px;text-align:center} .td_bignum {width:120px;text-align:center} .td_mbid, -.td_mbnick, -.td_mbname {width:100px;text-align:left} +.td_name, +.td_mbname {width:100px;text-align:left !important} .td_time {width:150px;text-align:center} .td_boolean {width:50px;text-align:center} @@ -233,6 +240,11 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .sv_wrap a:active {text-decoration:none !important} .sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important;background:#ddd} +/* 관리자 패스워드 확인 */ +#admin_confirm {padding:0 0 10px;background:#222;text-align:center} +#admin_confirm p {margin:0 0 10px;color:#9ab9c5;background:#383a3f} +#admin_confirm label {color:#fff} + /* pagination */ .pg_wrap {clear:both;margin:0 0 20px;padding-top:20px;text-align:center} .pg {display:inline-block;border:1px solid #ddd;letter-spacing:-4px} From af624251c4609841f96c0d6c07c7ccdea4cbb5ae Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 15 Feb 2013 18:23:45 +0900 Subject: [PATCH 2/6] =?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, From 0ee7b54e5ba57a24c337e3a335dc07eddd342402 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 10:59:41 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1=20merge=20?= =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/mail_list.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/adm/mail_list.php b/adm/mail_list.php index 1960bfe6f..e9b030825 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -29,14 +29,11 @@ $colspan = 6; 현재 등록된 메일은 총 건입니다.

-<<<<<<< HEAD -=======
->>>>>>> 75f31cd998e7ebb2d18eed50b548a4ac81fa39b3
From 1fa26d725f8ad8521528252a973e756681cc104b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 11:04:01 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EC=A0=91?= =?UTF-8?q?=EC=86=8D=EC=9E=90=EC=A7=91=EA=B3=84=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/visit.sub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/visit.sub.php b/adm/visit.sub.php index c006d767e..f9a853637 100644 --- a/adm/visit.sub.php +++ b/adm/visit.sub.php @@ -23,10 +23,10 @@ $qstr = "fr_date=".$fr_date."&to_date=".$to_date;
- 접속자집계 기간지정 + 기간별 접속자집계 검색 부터 까지 - +
From 7b45e607fb1fd8f1e1a15fae7254be0c23aed0ea Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 11:20:21 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20merge=20?= =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/boardgroup_list.php | 4 ---- adm/member_list.php | 4 ---- adm/poll_list.php | 3 --- 3 files changed, 11 deletions(-) diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index de47e0545..6102d473b 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -88,17 +88,13 @@ var list_update_php = "./boardgroup_list_update.php"; 접근사용 옵션은 해당 그룹에 속한 모든 게시판에 적용됩니다.

-<<<<<<< HEAD -
-======= ->>>>>>> 75f31cd998e7ebb2d18eed50b548a4ac81fa39b3 diff --git a/adm/member_list.php b/adm/member_list.php index 59f981167..3594e04cc 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -100,17 +100,13 @@ $colspan = 15;

회원 목록

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

-<<<<<<< HEAD - -======= ->>>>>>> 6ed598e865fecf9bd14c8d69b500f5d2b05a1046 diff --git a/adm/poll_list.php b/adm/poll_list.php index c3aac8606..a3dc7b38f 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -72,12 +72,10 @@ $colspan = 6;

투표목록

-<<<<<<< HEAD -======= @@ -85,7 +83,6 @@ $colspan = 6; ->>>>>>> 75f31cd998e7ebb2d18eed50b548a4ac81fa39b3
From 8505966476666045433e122fabb6e36fe650eb32 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 11:58:15 +0900 Subject: [PATCH 6/6] =?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=2018,=20=EB=A9=94=EC=9D=BC=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/sendmail_test.php | 34 +++++++++++++++++++++------------- css/adm.css | 9 ++++++--- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/adm/sendmail_test.php b/adm/sendmail_test.php index 4f199e2c1..ffce8e97c 100644 --- a/adm/sendmail_test.php +++ b/adm/sendmail_test.php @@ -20,36 +20,44 @@ if (isset($_POST['mail'])) { for ($i=0; $i[메일검사] 내용

이 내용이 제대로 보인다면 보내는 메일 서버에는 이상이 없는것입니다.

'.date("Y-m-d H:i:s").'

이 메일 주소로는 회신되지 않습니다.', 1); + echo "

"; + echo "

결과메세지

"; + echo "

"; + echo "다음의 메일 주소로 메일을 발송 하였습니다."; + echo "

"; + echo "
    "; + for ($i=0;$i".$email[$i].""; + } + echo "
"; echo "

"; - echo "결과메세지
"; - echo "----------------------------------------------------------------------------------------
"; - echo "다음의 메일 주소로 메일을 발송 하였습니다. ($mail)
"; echo "해당 주소로 메일이 왔는지 확인하여 주십시오.
"; echo "만약, 메일이 오지 않는다면 여러곳의 메일 주소로 메일을 보내 보십시오.
"; echo "그래도 메일이 하나도 도착하지 않는다면 메일 서버(sendmail server)의 오류일 가능성이 높습니다.
"; echo "이런 경우에는 웹 서버관리자에게 문의하여 주십시오.
"; - echo "----------------------------------------------------------------------------------------"; echo "

"; + echo "
"; } ?> -

- - 고객님들께서 메일이 오지 않는다고 하면 사용하는 메뉴입니다.
- 입력한 메일주소로 테스트 메일을 발송합니다.
- 만약 [메일검사] 라는 내용으로 메일이 도착하지 않는다면 보내는 메일서버와 받는 메일 서버중 문제가 발생했을 가능성이 있습니다.
- 메일을 보냈는데도 도착하지 않는다면 다른 여러곳으로도 메일을 발송하여 주십시오.
- 여러곳으로 메일을 발송하시려면 , 로 메일을 구분하십시오. + 메일서버가 정상적으로 동작 중인지 확인할 수 있습니다.
+ 아래 입력칸에 테스트 메일을 발송하실 메일 주소를 입력하시면, [메일검사] 라는 제목으로 테스트 메일을 발송합니다.
+ 여러 곳으로 테스트 메일을 발송하시려면 , 로 메일을 구분하십시오.

-
+ +
테스트메일 발송
+

+ 만약 [메일검사] 라는 내용으로 테스트 메일이 도착하지 않는다면 보내는 메일서버 혹은 받는 메일서버 중 문제가 발생했을 가능성이 있습니다.
+ 따라서 보다 정확한 테스트를 원하신다면 여러 곳으로 테스트 메일을 발송하시기 바랍니다.
+

\ No newline at end of file +?> diff --git a/css/adm.css b/css/adm.css index 2cd8576c2..67f8c529c 100644 --- a/css/adm.css +++ b/css/adm.css @@ -101,6 +101,7 @@ h2 {font-size:1.2em} .btn_submit {padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;line-height:2.5em;vertical-align:middle} .btn_submit:focus {padding:0 15px;height:30px;border:0;background:#555;color:#fff;line-height:2.5em;vertical-align:middle} fieldset .btn_submit {height:21px;background:#383a3f;line-height:1.7em} +fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em} .btn_list input, .btn_list button {padding:0 15px;height:30px;background:#74868b;color:#fff;line-height:2.2em;vertical-align:middle} @@ -230,9 +231,11 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .txt_true {color:#2a6bc4} .txt_false {color:#ccc} -/* 메일 테스트, 세션파일일괄삭제 */ -#fsendmailtest p, -#session_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff} +/* 메일 테스트 */ +#fsendmailtest {margin-bottom:20px;padding:30px 0;border:1px solid #ced9de;background:#fff;text-align:center} + +/* 세션파일일괄삭제 */ +#session_del p, #cache_del p {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff} /* 사이드뷰 */