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