mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
649 B
HTML
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>
|