사용자: 방문자집계 스타일
This commit is contained in:
@ -62,7 +62,18 @@ hr {display:none}
|
||||
#popular li {float:left;padding:5px 0}
|
||||
#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
|
||||
|
||||
#visit {background:#444}
|
||||
#visit div {margin:0 auto;width:980px;zoom:1}
|
||||
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#visit h2 {float:left;padding:15px 45px 15px 0;color:#fff}
|
||||
#visit dl {float:left;margin:0 0 0 10px;padding:5px 0}
|
||||
#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff}
|
||||
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
|
||||
#visit a {display:inline-block;margin:5px 0;padding:10px;color:#fff;text-decoration:none}
|
||||
# {}
|
||||
|
||||
#ft_catch {padding:30px 0;text-align:center}
|
||||
|
||||
#ft_copy {background:#414141}
|
||||
#ft_copy p {margin:0 auto;width:980px;color:#4a9ab8}
|
||||
#ft_copy b {color:#079cd3}
|
||||
|
||||
@ -5,16 +5,18 @@ global $is_admin;
|
||||
?>
|
||||
|
||||
<section id="visit">
|
||||
<h2>방문자집계</h2>
|
||||
<dl>
|
||||
<dt>오늘</dt>
|
||||
<dd><?=number_format($visit[1])?></dd>
|
||||
<dt>어제</dt>
|
||||
<dd><?=number_format($visit[2])?></dd>
|
||||
<dt>최대</dt>
|
||||
<dd><?=number_format($visit[3])?></dd>
|
||||
<dt>전체</dt>
|
||||
<dd><?=number_format($visit[4])?></dd>
|
||||
</dl>
|
||||
<? if ($is_admin == "super") { ?><a href="<?=$g4['admin_path']?>/visit_list.php">상세보기</a><?}?>
|
||||
<div>
|
||||
<h2>방문자집계</h2>
|
||||
<dl>
|
||||
<dt>오늘</dt>
|
||||
<dd><?=number_format($visit[1])?></dd>
|
||||
<dt>어제</dt>
|
||||
<dd><?=number_format($visit[2])?></dd>
|
||||
<dt>최대</dt>
|
||||
<dd><?=number_format($visit[3])?></dd>
|
||||
<dt>전체</dt>
|
||||
<dd><?=number_format($visit[4])?></dd>
|
||||
</dl>
|
||||
<? if ($is_admin == "super") { ?><a href="<?=$g4['admin_path']?>/visit_list.php">상세보기</a><?}?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user