mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
628 B
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>
|
|
|