rhymix/widgets/point_status/skins/default/status.html
2009-03-06 05:33:56 +00:00

14 lines
649 B
HTML

<!--@if($colorset=="black")-->
<!--%import("./css/black.css")-->
<!--@elseif($colorset=="white" || $colorset=="default")-->
<!--%import("./css/white.css")-->
<!--@end-->
<div class="widgetContainer">
<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>