로그인한 사용자의 포인트 현황을 출력하는 위젯 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-23 06:41:34 +00:00
parent f340619618
commit f742b03f73
8 changed files with 137 additions and 2 deletions

View file

@ -2,6 +2,7 @@
.widget_title { border:1px solid #DDDDDD; margin:10px 5px 5px 0; padding:3px; }
.widget_mid_list { margin:0 0 5px 10px; }
.widget_description { color:#AAAAAA; border-top:1px dotted #EEEEEE; margin:5px 0 0 0; padding:5px 0 0 0; }
#colorset_area { margin-top:.5em; }

View file

@ -25,7 +25,12 @@
<caption>{nl2br($lang->about_widget_code_in_page)}</caption>
<tr>
<th scope="row">{$lang->widget}</th>
<td>{$widget_info->title} ver {$widget_info->version}</td>
<td>
{$widget_info->title} ver {$widget_info->version}
<!--@if($widget_info->author->description)-->
<div class="widget_description">{nl2br(trim($widget_info->author->description))}</div>
<!--@end-->
</td>
</tr>
<!--@if(count($skin_list))-->
<tr>