mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
simulz님의 rss reader 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
699d8a7fed
commit
a4075d9a86
50 changed files with 535 additions and 0 deletions
13
widgets/rss_reader/skins/xe_official/css/black.css
Normal file
13
widgets/rss_reader/skins/xe_official/css/black.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.rss_reader_black { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.rss_reader_black h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
|
||||
.rss_reader_black h2 a { text-decoration:none; color:#ffffff;}
|
||||
.rss_reader_black h2 a:hover { text-decoration:underline;}
|
||||
|
||||
.rss_reader_black ul li { height:20px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
|
||||
|
||||
.rss_reader_black ul li .title a { color:#818181; text-decoration:none; }
|
||||
.rss_reader_black ul li .title a:hover { text-decoration:underline; }
|
||||
.rss_reader_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
|
||||
.rss_reader_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }
|
||||
|
||||
.rss_reader_black ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}
|
||||
13
widgets/rss_reader/skins/xe_official/css/white.css
Normal file
13
widgets/rss_reader/skins/xe_official/css/white.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.rss_reader_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.rss_reader_white h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;}
|
||||
.rss_reader_white h2 a { text-decoration:none; color:#000000;}
|
||||
.rss_reader_white h2 a:hover { text-decoration:underline;}
|
||||
|
||||
.rss_reader_white ul li { height:20px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
|
||||
|
||||
.rss_reader_white ul li .title a { color:#555555; text-decoration:none; }
|
||||
.rss_reader_white ul li .title a:hover { text-decoration:underline; }
|
||||
.rss_reader_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
|
||||
.rss_reader_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }
|
||||
|
||||
.rss_reader_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}
|
||||
BIN
widgets/rss_reader/skins/xe_official/images/black/bulletD0.gif
Normal file
BIN
widgets/rss_reader/skins/xe_official/images/black/bulletD0.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 B |
BIN
widgets/rss_reader/skins/xe_official/images/black/lineNotice.gif
Normal file
BIN
widgets/rss_reader/skins/xe_official/images/black/lineNotice.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
BIN
widgets/rss_reader/skins/xe_official/images/white/bulletD0.gif
Normal file
BIN
widgets/rss_reader/skins/xe_official/images/white/bulletD0.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 B |
BIN
widgets/rss_reader/skins/xe_official/images/white/lineNotice.gif
Normal file
BIN
widgets/rss_reader/skins/xe_official/images/white/lineNotice.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
22
widgets/rss_reader/skins/xe_official/list.html
Normal file
22
widgets/rss_reader/skins/xe_official/list.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="black")-->
|
||||
<!--%import("css/black.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/white.css")-->
|
||||
<!--@end-->
|
||||
<div class="rss_reader_{$colorset}">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2 title="{date('Y-m-d H:i:s')}">{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->rss->title}</a></h2>
|
||||
<!--@end-->
|
||||
<ul>
|
||||
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
||||
<li>
|
||||
<span class="date">{$item->date}</span>
|
||||
<span class="title"><a href="{$item->link}" onclick="window.open(this.href);return false">{$item->title}</a></span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
51
widgets/rss_reader/skins/xe_official/skin.xml
Normal file
51
widgets/rss_reader/skins/xe_official/skin.xml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">XE 최신글 스킨 (목록형)</title>
|
||||
<title xml:lang="jp">XEデフォルトレイアウト用の最新コンテンツ表示スキン</title>
|
||||
<title xml:lang="zh-CN">XE 官方网站主题列表</title>
|
||||
<title xml:lang="en">XE Official Layout's newest document skin</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 8. 1">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">
|
||||
XE 공식 레이아웃에 적합한 최신글 스킨입니다.
|
||||
디자인 : 이소라 (http://ra-ra.pe.kr)
|
||||
퍼블리싱 : 정찬명 (http://naradesign.net)
|
||||
레이아웃 제작 : zero (http://blog.nzeo.com)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
XEデフォルトレイアウトに最も適した最新コンテンツ表示用のスキンです。
|
||||
デザイン:イソラ(http://ra-ra.pe.kr)
|
||||
パブリシング:ジョンチャンミョン(http://naradesign.net)
|
||||
レイアウト作成:Zero (http://blog.nzeo.com)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
适合XE 官方网站的主题列表。
|
||||
设计 : So-Ra Lee(http://ra-ra.pe.kr)
|
||||
HTML/CSS : Chan-Myung Jeong(http://naradesign.net)
|
||||
布局: zero (http://blog.nzeo.com)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
It is a skin suitable for the XE official layout.
|
||||
Design : So-Ra Lee (http://ra-ra-.pe.kr)
|
||||
HTML/CSS : Chan-Myung Jeong(http://naradesign.net)
|
||||
Layout : zero (http://blog.nzeo.com)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white">
|
||||
<title xml:lang="ko">흰색 바탕용</title>
|
||||
<title xml:lang="jp">白い背景</title>
|
||||
<title xml:lang="zh-CN">白色背景</title>
|
||||
<title xml:lang="en">White Background</title>
|
||||
</color>
|
||||
<color name="black">
|
||||
<title xml:lang="ko">어두운 바탕용</title>
|
||||
<title xml:lang="jp">暗い背景</title>
|
||||
<title xml:lang="zh-CN">暗色背景</title>
|
||||
<title xml:lang="en">Dark Background</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue