rhymix/widgets/point_status/skins/default/status.html

12 lines
626 B
HTML

<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<dl class="widgetPoint">
<dt>Level. {$widget_info->level}</dt>
<dd class="graph"><img src="./img/white/linePoint.gif" width="1" height="5" alt="{$widget_info->per}%" style="width:{$widget_info->per}%" /></dd>
<dd class="point">{number_format($widget_info->point)}/{number_format($widget_info->next_point)} {$widget_info->point_unit}</dd>
<dd class="percentage">{$widget_info->per}%</dd>
</dl>
</div>