mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
로그인한 사용자의 포인트 현황을 출력하는 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f340619618
commit
f742b03f73
8 changed files with 137 additions and 2 deletions
27
widgets/point_status/skins/default/status.html
Normal file
27
widgets/point_status/skins/default/status.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!--@if($colorset=="black")-->
|
||||
{@ $colorset="black"}
|
||||
<!--@else-->
|
||||
{@ $colorset="white"}
|
||||
<!--@end-->
|
||||
<!--%import("status.css")-->
|
||||
|
||||
<div class="point_status_{$colorset}">
|
||||
<div class="level">
|
||||
Lv.<strong>{$widget_info->level}</strong>
|
||||
</div>
|
||||
<div class="next">
|
||||
<strong>{$widget_info->per}%</strong>
|
||||
<span class="next_point">(-{$widget_info->next_point-$widget_info->point})</span>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="bar_box">
|
||||
<div style="width:{$widget_info->per}%;" class="bar"></div>
|
||||
</div>
|
||||
|
||||
<div class="point">
|
||||
{number_format($widget_info->point)}{$widget_info->point_unit}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue