diff --git a/adm/auth_list.php b/adm/auth_list.php index 9f5758b56..ee19eb7b6 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -103,9 +103,9 @@ $colspan = 5; continue; } - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/board_list.php b/adm/board_list.php index dd7ed5eb2..94b1b1415 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -119,10 +119,10 @@ $colspan = 16; $one_update = '수정'; $one_copy = '복사'; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index 673485eb3..4b735294c 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -125,10 +125,10 @@ $colspan = 11; $s_upd = '수정'; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/boardgroupmember_list.php b/adm/boardgroupmember_list.php index 37549e711..91c61a462 100644 --- a/adm/boardgroupmember_list.php +++ b/adm/boardgroupmember_list.php @@ -110,9 +110,9 @@ $colspan = 7; $mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/mail_list.php b/adm/mail_list.php index 2ac9d1237..783004d10 100644 --- a/adm/mail_list.php +++ b/adm/mail_list.php @@ -57,10 +57,10 @@ $colspan = 7; $num = number_format($total_count - ($page - 1) * $config['cf_page_rows'] - $i); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/mail_select_list.php b/adm/mail_select_list.php index e95ca52a7..615804895 100644 --- a/adm/mail_select_list.php +++ b/adm/mail_select_list.php @@ -96,9 +96,9 @@ include_once('./admin.head.php'); $ma_list .= $cr . $row['mb_email'] . "||" . $row['mb_id'] . "||" . $row['mb_name'] . "||" . $row['mb_nick'] . "||" . $row['mb_datetime']; $cr = "\n"; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/member_list.php b/adm/member_list.php index 63595fd2c..830b9231b 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -187,7 +187,7 @@ $colspan = 15; $address = $row['mb_zip1'] ? $row['mb_addr1'].' '.$row['mb_addr2'] : ''; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); switch($row['mb_certify']) { case 'hp': @@ -209,7 +209,7 @@ $colspan = 15; } ?> - + @@ -235,7 +235,7 @@ $colspan = 15; - +
Yes':'No'; ?> value="1"> diff --git a/adm/point_list.php b/adm/point_list.php index a6ea202ea..d6400b196 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -151,10 +151,10 @@ function point_clear() if($row['po_expired'] == 1) $expr = ' txt_expired'; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/poll_list.php b/adm/poll_list.php index 40070ed9a..990fccc57 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -105,10 +105,10 @@ $colspan = 7; $s_mod = '수정'; //$s_del = '삭제'; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/popular_list.php b/adm/popular_list.php index bf5b2feb4..f5cae7110 100644 --- a/adm/popular_list.php +++ b/adm/popular_list.php @@ -112,10 +112,10 @@ var list_delete_php = 'popular_list.php'; for ($i=0; $row=sql_fetch_array($result); $i++) { $word = get_text($row['pp_word']); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_browser.php b/adm/visit_browser.php index 3c1656a6a..49b2e77d6 100644 --- a/adm/visit_browser.php +++ b/adm/visit_browser.php @@ -65,10 +65,10 @@ while ($row=sql_fetch_array($result)) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_date.php b/adm/visit_date.php index 9f180df30..1b3a5bf4a 100644 --- a/adm/visit_date.php +++ b/adm/visit_date.php @@ -56,10 +56,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - +
diff --git a/adm/visit_domain.php b/adm/visit_domain.php index 2c3f9c919..da7d2db55 100644 --- a/adm/visit_domain.php +++ b/adm/visit_domain.php @@ -76,9 +76,9 @@ while ($row=sql_fetch_array($result)) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_hour.php b/adm/visit_hour.php index 5e6cb1922..2e0a692dc 100644 --- a/adm/visit_hour.php +++ b/adm/visit_hour.php @@ -55,9 +55,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - +
diff --git a/adm/visit_list.php b/adm/visit_list.php index 200cda1b5..694c449bf 100644 --- a/adm/visit_list.php +++ b/adm/visit_list.php @@ -78,9 +78,9 @@ $result = sql_query($sql); if ($brow == '기타') { $brow = ''.$brow.''; } if ($os == '기타') { $os = ''.$os.''; } - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_month.php b/adm/visit_month.php index 6a61e38d4..4e5b95d41 100644 --- a/adm/visit_month.php +++ b/adm/visit_month.php @@ -57,10 +57,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - +
diff --git a/adm/visit_os.php b/adm/visit_os.php index 936237a72..c0e043683 100644 --- a/adm/visit_os.php +++ b/adm/visit_os.php @@ -69,10 +69,10 @@ while ($row=sql_fetch_array($result)) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_search.php b/adm/visit_search.php index 466d2f711..3408614ed 100644 --- a/adm/visit_search.php +++ b/adm/visit_search.php @@ -114,9 +114,9 @@ $listall = '처음'; //페이지 처음 if ($brow == '기타') $brow = ''.$brow.''; if ($os == '기타') $os = ''.$os.''; - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - + diff --git a/adm/visit_week.php b/adm/visit_week.php index d554d9be9..1842feed8 100644 --- a/adm/visit_week.php +++ b/adm/visit_week.php @@ -52,10 +52,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - +
diff --git a/adm/visit_year.php b/adm/visit_year.php index a176ad681..4bd0f0d9f 100644 --- a/adm/visit_year.php +++ b/adm/visit_year.php @@ -57,10 +57,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $rate = ($count / $sum_count * 100); $s_rate = number_format($rate, 1); - $tr_bg = 'tr_bg'.($i%2); + $bg = 'bg'.($i%2); ?> - +
diff --git a/css/admin.css b/css/admin.css index 8ac3a4137..379a093e3 100644 --- a/css/admin.css +++ b/css/admin.css @@ -245,8 +245,6 @@ tbody td {border:1px solid #ececec} tfoot th, tfoot td {padding:10px 0;border:1px solid #c1d1d5;background:#d7e0e2} tfoot th {} tfoot td {font-weight:bold;text-align:center} -table .tr_bg0 {background:#fff} -table .tr_bg1 {background:#f0f3f7} .tbl_wrap {margin:0 0 10px;padding:0 20px} .tbl_wrap td.empty_table {padding:100px 0;text-align:center} @@ -296,6 +294,14 @@ table .tr_bg1 {background:#f0f3f7} .grid_17 {width:850px} .grid_18 {width:900px} +/* 목록 홀짝 배경색 */ +.bg0 {background:#fff} +.bg1 {background:#f0f3f7} +.bg0cancel {background:#fdebf3} +.bg0cancel td {border-color:#f9d8e6} +.bg1cancel {background:#fdebf3} +.bg1cancel td {border-color:#f9d8e6} + /* 회원관리 목록 */ .mb_leave_msg {color:#b6b6b6} .mb_intercept_msg {color:#f59fe4}