rhymix/widgets/counter_status/skins/default/counter_status.html
ChanMyeong fef0e92afd HTML/CSS code cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10298 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-02 14:49:25 +00:00

11 lines
454 B
HTML

<load target="./css/widget.css" />
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
<dl class="wgCounter">
<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>