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">
|
||||
|
||||
<!--@if($total_counter)-->
|
||||
<div class="header">Total</div>
|
||||
<div class="footer">{$total_counter->unique_visitor} / {$total_counter->pageview}</div>
|
||||
<!--@end-->
|
||||
<ul>
|
||||
<!--@if($total_counter)-->
|
||||
<li><strong>Total</strong> : {$total_counter->unique_visitor}</li>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($today_counter)-->
|
||||
<div class="header">Today</div>
|
||||
<div class="footer">{$today_counter->unique_visitor} / {$today_counter->pageview}</div>
|
||||
<!--@end-->
|
||||
<!--@if($today_counter)-->
|
||||
<li><strong>Today</strong> : {$today_counter->unique_visitor}</li>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($yesterday_counter)-->
|
||||
<div class="header">Yesterday</div>
|
||||
<div class="footer">{$yesterday_counter->unique_visitor} / {$yesterday_counter->pageview}</div>
|
||||
<!--@end-->
|
||||
<!--@if($yesterday_counter)-->
|
||||
<li><strong>Yesterday</strong> : {$yesterday_counter->unique_visitor}</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,14 +6,3 @@
|
|||
font-family:tahoma;
|
||||
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