rhymix/widgets/rank_count/skins/default/list.html

17 lines
628 B
HTML

<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<ol class="widgetOlistA">
{@ $no = 1}
<!--@foreach($widget_info->data as $val)-->
<li><a href="#" class="member_{$val->member_srl}" onclick="return false;">{$val->nick_name}</a> <sup>{number_format($val->count)}</sup></li>
{@ $no++}
<!--@end-->
</ol>
<!--@if($widget_info->period)-->
<address class="period">{$widget_info->date_from} ~ {date("Y-m-d")}</address>
<!--@end-->
</div>