mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
583 B
HTML
16 lines
583 B
HTML
<!--@if($colorset == "black")-->
|
|
<!--%import("./css/black.css")-->
|
|
<!--@elseif($colorset == "white" || $colorset == "normal")-->
|
|
<!--%import("./css/white.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer">
|
|
<dl class="widgetCounter">
|
|
<dt>{$lang->today} :</dt>
|
|
<dd>{number_format($today_counter->unique_visitor)}</dd>
|
|
<dt>{$lang->yesterday} :</dt>
|
|
<dd>{number_format($yesterday_counter->unique_visitor)}</dd>
|
|
<dt>{$lang->total} :</dt>
|
|
<dd>{number_format($total_counter->unique_visitor)}</dd>
|
|
</dl>
|
|
</div>
|