From e9660ef491f4e31000dd2e15b6685f92a788d9bd Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 12 Jun 2013 13:16:03 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20#470=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EC=A0=95=EB=A0=AC=20=EC=B6=9C=EB=A0=A5=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EB=B0=8F=20=ED=9A=8C=EC=9B=90=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=9A=8C=EC=9B=90=EB=AA=A9=EB=A1=9D=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20th=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/auth_list.php | 17 ++++++--- adm/board_list.php | 54 ++++++++++++++++------------ adm/boardgroup_list.php | 36 ++++++++++--------- adm/boardgroupmember_list.php | 31 +++++++++++----- adm/mail_list.php | 2 +- adm/member_list.php | 67 ++++++++++++++++++++--------------- adm/point_list.php | 27 +++++++++----- adm/poll_list.php | 2 +- css/admin.css | 23 ++++++------ 9 files changed, 160 insertions(+), 99 deletions(-) diff --git a/adm/auth_list.php b/adm/auth_list.php index fad76a840..f65ca6241 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -73,6 +73,11 @@ $colspan = 5;

설정된 관리권한 내역

권한 r은 읽기권한, w는 쓰기권한, d는 삭제권한입니다.

+ +
@@ -83,9 +88,12 @@ $colspan = 5; - - - + + + @@ -109,7 +117,8 @@ $colspan = 5; diff --git a/adm/board_list.php b/adm/board_list.php index a8f821efc..5553d6143 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -79,11 +79,23 @@ $colspan = 15;

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

-
+ +
    +
  • 그룹 순 정렬
  • +
  • TABLE 순 정렬
  • +
  • 스킨 순 정렬
  • +
  • 모바일 스킨 순 정렬
  • +
  • 제목 순 정렬
  • +
  • SNS 순 정렬
  • +
  • 검색사용 순 정렬
  • +
  • 메뉴보임 순 정렬
  • +
  • 출력순서 순 정렬
  • +
+ @@ -94,20 +106,23 @@ $colspan = 15;
회원아이디별명 + + + 회원아이디별명 메뉴 권한
- + +
- - - - - - + + + + + + - - - - + + + + @@ -115,13 +130,14 @@ $colspan = 15; 수정'; - $one_copy = '
  • 복사
  • '; + $one_update = '수정'; + $one_copy = '복사'; ?> - + -
    + +
      +
    • 그룹아이디 순 정렬 +
    • 제목 순 정렬 +
    • 그룹관리자 순 정렬 +
    • 출력순서 순 정렬 +
    + @@ -102,15 +109,18 @@ $colspan = 8;
    그룹TABLE스킨모바일
    스킨
    제목 + + + 그룹TABLE스킨모바일
    스킨
    제목 읽기P포인트 쓰기P포인트 댓글P포인트 다운P포인트SNS
    사용
    검색
    사용
    메뉴
    보임
    출력
    순서
    SNS
    사용
    검색
    사용
    메뉴
    보임
    출력
    순서
    접속기기 관리
    - + + @@ -156,15 +172,7 @@ $colspan = 15; -
    - -
      - - -
    -
    -
    - - - - + + + + - + @@ -127,13 +137,14 @@ $colspan = 8; $sql2 = " select count(*) as cnt from {$g4['board_table']} where gr_id = '{$row['gr_id']}' "; $row2 = sql_fetch($sql2); - $s_upd = '
  • 수정
  • '; + $s_upd = '수정'; ?> - +
    -

    그룹에 접근가능한 회원 목록 (그룹아이디:)

    +

    그룹 접근가능 회원 목록 (그룹아이디:)

    + +
      +
    • 회원아이디 순 정렬
    • +
    • 이름 순 정렬
    • +
    • 별명 순 정렬
    • +
    • 최종접속 순 정렬
    • +
    • 처리일시 순 정렬
    • +
    + @@ -83,13 +92,16 @@ $colspan = 7;
    그룹아이디제목그룹관리자 + + + 그룹아이디제목그룹관리자 게시판
    갯수
    접근
    사용
    접근
    회원수
    메뉴
    보임
    출력
    순서
    출력
    순서
    접속기기 관리
    - + + @@ -160,14 +171,7 @@ $colspan = 8; -
    - -
      - -
    -
    -
    - + - - - - - + + + + + @@ -108,7 +120,10 @@ $colspan = 7; $mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']); ?> - + diff --git a/adm/mail_list.php b/adm/mail_list.php index 97da65781..7db0dc873 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -29,7 +29,7 @@ $colspan = 6; 현재 등록된 메일은 총 건입니다.

    -
    + diff --git a/adm/member_list.php b/adm/member_list.php index 553574b44..6776910fc 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -103,11 +103,27 @@ $colspan = 15;

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

    -
    + +
      +
    • 회원아이디 순 정렬
    • +
    • 이름 순 정렬
    • +
    • 최종접속 순 정렬
    • +
    • 포인트 순 정렬
    • +
    • 별명 순 정렬
    • +
    • 권한 순 정렬
    • +
    • 메일인증 순 정렬
    • +
    • 메일수신 순 정렬
    • +
    • 정보공개 순 정렬
    • +
    • 본인확인 순 정렬
    • +
    • 성인인증 순 정렬
    • +
    • 접근차단 순 정렬
    • +
    • 가입일 순 정렬
    • +
    + @@ -118,26 +134,29 @@ $colspan = 15;
    + + + 그룹회원아이디이름별명최종접속처리일시회원아이디이름별명최종접속처리일시
    + + +
    - - - + + + - - + + - - + + - - - - - - - + + + + + + + @@ -155,10 +174,10 @@ $colspan = 15; $s_mod = ''; $s_del = ''; } else { - $s_mod = '
  • 수정
  • '; - //$s_del = '
  • 삭제
  • '; + $s_mod = '수정'; + //$s_del = '삭제'; } - $s_grp = '
  • 그룹
  • '; + $s_grp = '그룹'; $leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date('Ymd', G4_SERVER_TIME); $intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date('Ymd', G4_SERVER_TIME); @@ -190,7 +209,7 @@ $colspan = 15; > @@ -199,15 +218,7 @@ $colspan = 15; - + > diff --git a/adm/point_list.php b/adm/point_list.php index 80a8dd164..af3d342e2 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -100,6 +100,13 @@ function point_clear()

    포인트 내역

    +
      +
    • 회원아이디 순 정렬
    • +
    • 일시 순 정렬
    • +
    • 포인트 내용 순 정렬
    • +
    • 포인트 순 정렬
    • +
    + @@ -111,13 +118,16 @@ function point_clear()
    회원아이디이름 + + + 회원아이디이름 휴대폰 주소최종접속 포인트최종접속포인트 관리
    별명상태/권한별명상태/권한 전화번호메일
    인증
    메일
    수신
    정보
    공개
    본인
    확인
    성인
    인증
    접근
    차단
    가입일메일
    인증
    메일
    수신
    정보
    공개
    본인
    확인
    성인
    인증
    접근
    차단
    가입일 접근그룹
    - + -
    - -
      - - -
    -
    -

    - - + + - - - + + + @@ -140,9 +150,10 @@ function point_clear() diff --git a/adm/poll_list.php b/adm/poll_list.php index fad175aba..b413b5113 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -73,7 +73,7 @@ $colspan = 6;

    투표목록

    -
    + diff --git a/css/admin.css b/css/admin.css index 9737f8993..b868e880d 100644 --- a/css/admin.css +++ b/css/admin.css @@ -135,8 +135,8 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em} .btn_ft a {display:inline-block;padding:0 15px;height:28px;background:#617d46;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: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} +.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} /* 필수입력 */ .required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important} @@ -173,16 +173,20 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f .anchor a:focus, .anchor a:hover {background:#434f54;text-decoration:none} /* 리스트 정렬 */ -#sort_odr {float:left;margin:0;padding-left:1px;list-style:none;zoom:1} -#sort_odr:after {display:block;visibility:hidden;clear:both;content:""} -#sort_odr li {float:left;margin-bottom:-1px} -#sort_odr a {display:block;position:relative;margin-left:-1px;padding:8px 0 6px;width:70px;border:1px solid #e9e9e9;background:#f5f6fa;color:#000;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} -#sort_odr a:focus, #sort_odr a:hover, #sort_odr a:active {text-decoration:none} +.sort_odr {float:left;margin:0 0 10px;padding-left:1px;list-style:none;zoom:1} +.sort_odr:after {display:block;visibility:hidden;clear:both;content:""} +.sort_odr li {float:left;margin-bottom:-1px} +.sort_odr a {display:block;position:relative;margin-left:-1px;padding:8px 0 6px;width:70px;border:1px solid #e9e9e9;background:#f5f6fa;color:#000;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} +.sort_odr a:focus, .sort_odr a:hover, .sort_odr a:active {text-decoration:none} + +.sort_with {float:right} + +#sort_mb {width:800px} /* 테이블 */ table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} caption {padding:10px 0 15px;font-weight:bold;text-align:left} -thead th {padding:12px 0 8px;border-top:1px solid #e9e9e9;background:#f3f6f7} +thead th {padding:12px 0 8px;border-bottom:1px solid #666;background:#565e60;color:#fff} thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} @@ -260,8 +264,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .visit_bar {position:relative} .visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd} /* 공통 */ -.tr_bg {background:#fafeef} -.tr_bg td {border-bottom:1px solid #d8e6b6 !important} +.tr_bg {background:#f5f6fa} .td_chk {width:30px;text-align:center} .td_num {width:60px;text-align:center}
    회원아이디 + + + 회원아이디 이름 별명일시포인트 내용포인트일시포인트 내용포인트 포인트합
    - - - + + + +