mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1636 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
917fef9d9f
commit
3c984cbdc0
2 changed files with 11 additions and 23 deletions
|
|
@ -4,19 +4,18 @@
|
||||||
|
|
||||||
<div class="counter_plugin">
|
<div class="counter_plugin">
|
||||||
|
|
||||||
<!--@if($total_counter)-->
|
<ul>
|
||||||
<div class="header">Total</div>
|
<!--@if($total_counter)-->
|
||||||
<div class="footer">{$total_counter->unique_visitor} / {$total_counter->pageview}</div>
|
<li><strong>Total</strong> : {$total_counter->unique_visitor}</li>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
<!--@if($today_counter)-->
|
<!--@if($today_counter)-->
|
||||||
<div class="header">Today</div>
|
<li><strong>Today</strong> : {$today_counter->unique_visitor}</li>
|
||||||
<div class="footer">{$today_counter->unique_visitor} / {$today_counter->pageview}</div>
|
<!--@end-->
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<!--@if($yesterday_counter)-->
|
<!--@if($yesterday_counter)-->
|
||||||
<div class="header">Yesterday</div>
|
<li><strong>Yesterday</strong> : {$yesterday_counter->unique_visitor}</li>
|
||||||
<div class="footer">{$yesterday_counter->unique_visitor} / {$yesterday_counter->pageview}</div>
|
<!--@end-->
|
||||||
<!--@end-->
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,3 @@
|
||||||
font-family:tahoma;
|
font-family:tahoma;
|
||||||
font-size:8pt;
|
font-size:8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter_plugin .header {
|
|
||||||
font-weight:bold;
|
|
||||||
float:left;
|
|
||||||
width:50px;
|
|
||||||
margin-right:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter_plugin .footer {
|
|
||||||
clear:right;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue