diff --git a/adm/visit_browser.php b/adm/visit_browser.php
index 27919ff8a..bdfe3cc4d 100644
--- a/adm/visit_browser.php
+++ b/adm/visit_browser.php
@@ -31,16 +31,16 @@ while ($row=sql_fetch_array($result)) {
| 순위 |
브라우저 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =$sum_count?> |
- |
+ 합계 |
+ =$sum_count?> |
+ |
@@ -63,20 +63,18 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$no?> |
- =$key?> |
- =$count?> |
- =$s_rate?> |
+ =$no?> |
+ =$key?> |
-
+
|
+ =$count?> |
+ =$s_rate?> |
diff --git a/adm/visit_date.php b/adm/visit_date.php
index a45d75452..7eca0c6e7 100644
--- a/adm/visit_date.php
+++ b/adm/visit_date.php
@@ -31,16 +31,16 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
| 년-월-일 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =number_format($sum_count)?> |
- |
+ 합계 |
+ =number_format($sum_count)?> |
+ |
@@ -55,19 +55,17 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$key?> |
- =number_format($value)?> |
- =$s_rate?> |
+ =$key?> |
- |
+ =number_format($value)?> |
+ =$s_rate?> |
diff --git a/adm/visit_domain.php b/adm/visit_domain.php
index 21a09f798..2fc43beef 100644
--- a/adm/visit_domain.php
+++ b/adm/visit_domain.php
@@ -34,16 +34,16 @@ while ($row=sql_fetch_array($result)) {
| 순위 |
접속 도메인 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =$sum_count?> |
- |
+ 합계 |
+ =$sum_count?> |
+ |
@@ -75,19 +75,17 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$no?> |
- =$link?>=$key?>=$link2?> |
- =$count?> |
- =$s_rate?> |
+ =$no?> |
+ =$link?>=$key?>=$link2?> |
- |
+ =$count?> |
+ =$s_rate?> |
}
diff --git a/adm/visit_hour.php b/adm/visit_hour.php
index 79f474828..cc02663b7 100644
--- a/adm/visit_hour.php
+++ b/adm/visit_hour.php
@@ -32,16 +32,16 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
| 시간 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =number_format($sum_count)?> |
- |
+ 합계 |
+ =number_format($sum_count)?> |
+ |
@@ -54,18 +54,16 @@ if ($i) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$hour?> |
- =number_format($count)?> |
- =$s_rate?> |
+ =$hour?> |
- |
+ =number_format($count)?> |
+ =$s_rate?> |
}
diff --git a/adm/visit_list.php b/adm/visit_list.php
index 68703c939..4c4799e2c 100644
--- a/adm/visit_list.php
+++ b/adm/visit_list.php
@@ -91,11 +91,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
- | =$ip?> |
+ =$ip?> |
=$link?>=$title?>=$link2?> |
- =$brow?> |
- =$os?> |
- =$row['vi_date']?> =$row['vi_time']?> |
+ =$brow?> |
+ =$os?> |
+ =$row['vi_date']?> =$row['vi_time']?> |
diff --git a/adm/visit_month.php b/adm/visit_month.php
index a1083d905..226cb3320 100644
--- a/adm/visit_month.php
+++ b/adm/visit_month.php
@@ -32,16 +32,16 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
| 년-월 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =number_format($sum_count)?> |
- |
+ 합계 |
+ =number_format($sum_count)?> |
+ |
@@ -56,19 +56,17 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$key?> |
- =number_format($value)?> |
- =$s_rate?> |
+ =$key?> |
- |
+ =number_format($value)?> |
+ =$s_rate?> |
diff --git a/adm/visit_os.php b/adm/visit_os.php
index 205de5f39..b4ebe4c3c 100644
--- a/adm/visit_os.php
+++ b/adm/visit_os.php
@@ -32,16 +32,16 @@ while ($row=sql_fetch_array($result)) {
| 순위 |
OS |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =$sum_count?> |
- |
+ 합계 |
+ =$sum_count?> |
+ |
@@ -68,16 +68,18 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$no?> |
- =$key?> |
- =$count?> |
- =$s_rate?> |
- =$graph?> |
+ =$no?> |
+ =$key?> |
+
+
+
+
+ |
+ =$count?> |
+ =$s_rate?> |
diff --git a/adm/visit_week.php b/adm/visit_week.php
index 38410be98..1283db753 100644
--- a/adm/visit_week.php
+++ b/adm/visit_week.php
@@ -30,16 +30,16 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
| 요일 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =$sum_count?> |
- |
+ 합계 |
+ =$sum_count?> |
+ |
@@ -54,10 +54,14 @@ if ($i) {
?>
- | =$weekday[$i]?> |
- =$count?> |
- =$s_rate?> |
- =$graph?> |
+ =$weekday[$i]?> |
+
+
+
+
+ |
+ =$count?> |
+ =$s_rate?> |
diff --git a/adm/visit_year.php b/adm/visit_year.php
index 5c2ddfd6f..856fdcb03 100644
--- a/adm/visit_year.php
+++ b/adm/visit_year.php
@@ -32,16 +32,16 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
| 년 |
+ 그래프 |
접속자수 |
비율(%) |
- 그래프 |
- | 합계 |
- =number_format($sum_count)?> |
- |
+ 합계 |
+ =number_format($sum_count)?> |
+ |
@@ -56,15 +56,17 @@ if (count($arr)) {
$rate = ($count / $sum_count * 100);
$s_rate = number_format($rate, 1);
-
- $bar = (int)($count / $max * 100);
?>
- | =$key?> |
- =number_format($value)?> |
- =$s_rate?> |
- =$graph?> |
+ =$key?> |
+
+
+
+
+ |
+ =number_format($value)?> |
+ =$s_rate?> |
diff --git a/css/adm.css b/css/adm.css
index abc1c1b3d..87b1edac0 100644
--- a/css/adm.css
+++ b/css/adm.css
@@ -1,17 +1,12 @@
/* SIR SOFT 지운아빠 Dec 2012 */
/* 초기화 */
-html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary, footer, time, mark, audio, video {margin:0;padding:0}
+html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block}
header ul, nav ul {margin:0;padding:0;list-style:none}
+table {border-collapse:collapse;border-spacing:0} tfoot td {text-align:center}
+form, img {border:0}
p {margin:10px 0}
-blockquote, q {quotes:none} blockquote:before, blockquote:after, q:before, q:after {content:'';content:none}
-ins {background-color:#fff;color:#000;text-decoration:none}
-mark {background-color:#fff;color:#000;font-style:italic;font-weight:bold}
-del {text-decoration: line-through}
-abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help}
-table {border-collapse:collapse;border-spacing:0}
-img {border:0}
/* 내용 건너띄기 */
#skip_to_main {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden}
@@ -102,6 +97,11 @@ td {padding:10px}
.tbl_gr_list td {text-align:center}
/* 인기검색어 관련 목록 */
.tbl_pop_list td {text-align:center}
+/* 접속자집계 목록 */
+.tbl_visit_list td {text-align:center}
+.td_category {width:120px;text-align:center}
+.visit_bar {position:relative}
+.visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#ddd}
/* pagination */
.pg {margin-bottom:30px;font-size:0.875em;text-align:center}