From b96434c362b39eb94e42c3dbb91a9a87c7f6f644 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 15 Feb 2013 17:14:36 +0900 Subject: [PATCH] =?UTF-8?q?#273=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EB=A7=88=ED=81=AC=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/boardgroup_list.php | 8 ++-- adm/mail_list.php | 14 +++++- adm/member_list.php | 8 ++-- adm/poll_list.php | 100 ++++++++++++++++++++++------------------ adm/popular_list.php | 1 + adm/visit.sub.php | 29 +++++++----- 6 files changed, 95 insertions(+), 65 deletions(-) diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index c62a5b728..25bea246e 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -128,10 +128,10 @@ var list_update_php = "./boardgroup_list_update.php"; $row2 = sql_fetch($sql2); $s_upd = '수정'; - $s_del = ''; + /*$s_del = ''; if ($is_admin == 'super') { $s_del = '삭제'; - } + }*/ ?> @@ -161,7 +161,7 @@ var list_update_php = "./boardgroup_list_update.php"; - +
+ + 게시판그룹 추가 diff --git a/adm/mail_list.php b/adm/mail_list.php index 3e1e4fe7f..4984b6d91 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -36,6 +36,7 @@ $colspan = 6; + @@ -48,19 +49,23 @@ $colspan = 6; 수정'; - $s_del = '삭제'; + //$s_del = '삭제'; $s_vie = '미리보기'; $num = number_format($total_count - ($page - 1) * $config['cf_page_rows'] - $i); ?> + - +
번호 제목 작성일시
+ + + 테스트 보내기
+ +
+ + +
diff --git a/adm/popular_list.php b/adm/popular_list.php index c20f0233e..486617e63 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -136,6 +136,7 @@ var list_delete_php = 'popular_list.php';
+
diff --git a/adm/visit.sub.php b/adm/visit.sub.php index 4bdf559e1..c006d767e 100644 --- a/adm/visit.sub.php +++ b/adm/visit.sub.php @@ -6,22 +6,27 @@ include_once(G4_LIB_PATH.'/visit.lib.php'); if (empty($fr_date)) $fr_date = G4_TIME_YMD; if (empty($to_date)) $to_date = G4_TIME_YMD; -$qstr = 'fr_date='.$fr_date.'&to_date='.$to_date; +$qstr = "fr_date=".$fr_date."&to_date=".$to_date; ?> + +
- 접속자집계 열람조건 지정 - 기간지정 부터 까지 - - - - - - - - - + 접속자집계 기간지정 + 부터 + 까지 +