From 2a9f144e0d963904dc0093144198445df3c09a86 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Nov 2013 09:59:36 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=96=89?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/admin.css b/css/admin.css index 93b8ad061..6f2cc9982 100644 --- a/css/admin.css +++ b/css/admin.css @@ -245,9 +245,8 @@ 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:#f5fbe8} -table .tr_bg1 td {border-color:#e4f1c6} +table .tr_bg1 {background:#f5f0d6} +table .tr_bg1 td {border-color:#e9e3c4} .tbl_wrap {margin:0 0 10px;padding:0 20px} .tbl_wrap td.empty_table {padding:100px 0;text-align:center} @@ -384,6 +383,7 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center} .txt_true {color:#e8180c} .txt_false {color:#ccc} + .banner_or_img {margin:10px 0 0} .banner_or_img button {display:block;margin:5px 0 0} .txt_active {color:#5d910b} @@ -624,15 +624,15 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} /* 새창 기본 스타일 */ .new_win {} -.new_win h1 {margin-bottom:20px;padding:0 20px;min-width:480px;height:60px;border-top:2px solid #484848;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} +.new_win h1 {margin-bottom:20px;padding:0 20px;min-width:320px/* 적정값으로 변경하여 사용하세요. */;height:60px;border-top:2px solid #484848;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} .new_win h2 {margin:0 20px 10px} .new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #515151;background:#484848;list-style:none;zoom:1} .new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} .new_win_ul li {float:left;margin-left:-1px} .new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #595959;border-left:1px solid #595959;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none} -.new_win_desc {margin:0 20px} -.new_win .anchor {margin:0 20px 5px} +.new_win_desc {margin:0 auto;width:93%} +.new_win .anchor {margin:0 auto 5px;width:93%} .new_win .tbl_wrap {margin:0 20px 20px;padding:0} .new_win .local_sch, .new_win .local_cmd, .new_win .local_desc01, .new_win .local_desc02, .new_win .local_ov {min-width:480px} From fee3813b507fef86403b06f98fce22d8605f5bba Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 7 Nov 2013 10:30:48 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20tr=5Fbg=20?= =?UTF-8?q?=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B2=98=EB=A6=AC=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EA=B0=84=EC=86=8C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/auth_list.php | 4 ++-- adm/board_list.php | 4 ++-- adm/boardgroup_list.php | 4 ++-- adm/boardgroupmember_list.php | 4 ++-- adm/mail_list.php | 4 ++-- adm/mail_select_list.php | 4 ++-- adm/member_list.php | 4 ++-- adm/point_list.php | 4 ++-- adm/poll_list.php | 4 ++-- adm/popular_list.php | 4 ++-- adm/visit_browser.php | 4 ++-- adm/visit_date.php | 4 ++-- adm/visit_domain.php | 4 ++-- adm/visit_hour.php | 4 ++-- adm/visit_list.php | 6 +++--- adm/visit_month.php | 4 ++-- adm/visit_os.php | 4 ++-- adm/visit_week.php | 4 ++-- adm/visit_year.php | 4 ++-- 19 files changed, 39 insertions(+), 39 deletions(-) diff --git a/adm/auth_list.php b/adm/auth_list.php index dab3c51f7..9f5758b56 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -103,9 +103,9 @@ $colspan = 5; continue; } - $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/board_list.php b/adm/board_list.php index a97f3b3cb..dd7ed5eb2 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -119,10 +119,10 @@ $colspan = 16; $one_update = '수정'; $one_copy = '복사'; - $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index 2f727e233..673485eb3 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -125,10 +125,10 @@ $colspan = 11; $s_upd = '수정'; - $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/boardgroupmember_list.php b/adm/boardgroupmember_list.php index a21918493..37549e711 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/mail_list.php b/adm/mail_list.php index dc1431731..2ac9d1237 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/mail_select_list.php b/adm/mail_select_list.php index 7cce2e4fd..e95ca52a7 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/member_list.php b/adm/member_list.php index b7ddc81e6..96bdd8fe9 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); switch($row['mb_certify']) { case 'hp': @@ -209,7 +209,7 @@ $colspan = 15; } ?> - > + diff --git a/adm/point_list.php b/adm/point_list.php index 7c6bde3b2..a6ea202ea 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/poll_list.php b/adm/poll_list.php index 5320f2307..40070ed9a 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -105,10 +105,10 @@ $colspan = 7; $s_mod = '수정'; //$s_del = '삭제'; - $tr_bg = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/popular_list.php b/adm/popular_list.php index 26b5c9773..bf5b2feb4 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/visit_browser.php b/adm/visit_browser.php index d6496ab1f..3c1656a6a 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/visit_date.php b/adm/visit_date.php index 88bebbc7f..9f180df30 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > +
diff --git a/adm/visit_domain.php b/adm/visit_domain.php index eb5bb60b6..2c3f9c919 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/visit_hour.php b/adm/visit_hour.php index 83aef104f..5e6cb1922 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > +
diff --git a/adm/visit_list.php b/adm/visit_list.php index 090ded735..200cda1b5 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + @@ -98,7 +98,7 @@ $result = sql_query($sql);
- > +
diff --git a/adm/visit_os.php b/adm/visit_os.php index a5752e494..936237a72 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > + diff --git a/adm/visit_week.php b/adm/visit_week.php index 917652ff1..d554d9be9 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > +
diff --git a/adm/visit_year.php b/adm/visit_year.php index 181948564..a176ad681 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 = $i%2 ? 'class="tr_bg1"' : 'class="tr_bg0"'; + $tr_bg = 'tr_bg'.($i%2); ?> - > +
From 848e9ff54fc97192bb4203ada62815d336f3c4ca Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Nov 2013 10:38:51 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=96=89?= =?UTF-8?q?=EA=B5=AC=EB=B6=84=20=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index 6f2cc9982..8ac3a4137 100644 --- a/css/admin.css +++ b/css/admin.css @@ -245,8 +245,8 @@ 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_bg1 {background:#f5f0d6} -table .tr_bg1 td {border-color:#e9e3c4} +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} From 35a7ab09c1f20f8ed7881875d5d7cc694b8e2bf2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Nov 2013 10:41:54 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EA=B4=80=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20=ED=96=89?= =?UTF-8?q?=EA=B5=AC=EB=B6=84=20=EB=B0=B0=EA=B2=BD=EC=83=89=20=EB=A7=88?= =?UTF-8?q?=ED=81=AC=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/member_list.php b/adm/member_list.php index 96bdd8fe9..63595fd2c 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -235,7 +235,7 @@ $colspan = 15; - > +
Yes':'No'; ?> value="1">