mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
4
widgets/member_group/skins/default/css/normal.css
Normal file
4
widgets/member_group/skins/default/css/normal.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.mg { padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.mg h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:4px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
|
||||
.mg ul { overflow:hidden; width:100%;}
|
||||
.mg ul li { white-space:nowrap; padding:3px 0 3px 10px; overflow:hidden; border-bottom:1px dashed #EEEEEE; color:#54564b;}
|
||||
BIN
widgets/member_group/skins/default/images/normal/bulletD0.gif
Normal file
BIN
widgets/member_group/skins/default/images/normal/bulletD0.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 B |
BIN
widgets/member_group/skins/default/images/normal/lineNotice.gif
Normal file
BIN
widgets/member_group/skins/default/images/normal/lineNotice.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
20
widgets/member_group/skins/default/list.html
Normal file
20
widgets/member_group/skins/default/list.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="mg">
|
||||
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@end-->
|
||||
|
||||
<ul>
|
||||
<!--@foreach($widget_info->member_list as $key => $val)-->
|
||||
<li>
|
||||
<div class="nick_name member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
25
widgets/member_group/skins/default/skin.xml
Normal file
25
widgets/member_group/skins/default/skin.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">그룹회원 출력 위젯 기본 스킨</title>
|
||||
<title xml:lang="jp">グループ会員表示ウィジェットのデフォルトスキン</title>
|
||||
<title xml:lang="en">Basic Skin of Group Member Display Widget</title>
|
||||
<title xml:lang="zh-CN">会员列表默认皮肤</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 30">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="zh-CN">Zero</name>
|
||||
<description xml:lang="ko">그룹회원 출력 위젯의 기본 스킨</description>
|
||||
<description xml:lang="jp">グループ会員表示ウィジェットのデフォルトスキン</description>
|
||||
<description xml:lang="en">Basic skin of group member display widget</description>
|
||||
<description xml:lang="zh-CN">显示特定用户组会员列表的默认皮肤。</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="normal">
|
||||
<title xml:lang="ko">기본 컬러</title>
|
||||
<title xml:lang="jp">デフォルトカラー</title>
|
||||
<title xml:lang="en">Default Color</title>
|
||||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue