simulz님의 rss reader 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 04:45:02 +00:00
parent 699d8a7fed
commit a4075d9a86
50 changed files with 535 additions and 0 deletions

View file

@ -0,0 +1,32 @@
.sz_rss_reader { position:relative;}
.sz_rss_reader h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}
.sz_rss_reader ul li { height:20px; overflow:hidden; list-style:none; white-space:nowrap; }
.sz_rss_reader ul li .title a { color:#555555; font:0.9em Tahoma; text-decoration:none; }
.sz_rss_reader ul li .title a:hover { text-decoration:underline; }
.sz_rss_reader ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}
.sz_rss_reader .sz_Box_000{ margin:1px; border:solid 0;padding:0;}
.sz_rss_reader .sz_Box_001{ margin:1px; border:solid 1px;border-color:#E7E7E7;padding:5px 5px 2px 5px;background-color:#F4F4F4;color:#696969;}
.sz_rss_reader .sz_Box_002{ margin:1px; border:solid 1px;border-color:#DDEAA8;padding:5px 5px 2px 5px;background-color:#FBFDF1;color:#99B81A;}
.sz_rss_reader .sz_Box_003{ margin:1px; border:solid 1px;border-color:#F9D5D5;padding:5px 5px 2px 5px;background-color:#FEF6F6;color:#D98383;}
.sz_rss_reader .sz_Box_004{ margin:1px; border:solid 1px;border-color:#EFDAF4;padding:5px 5px 2px 5px;background-color:#FCF7FD;color:#AF69C0;}
.sz_rss_reader .sz_Box_005{ margin:1px; border:solid 1px;border-color:#DCDFF6;padding:5px 5px 2px 5px;background-color:#F6F7FE;color:#7381EA;}
.sz_rss_reader .sz_Box_006{ margin:1px; border:solid 1px;border-color:#DAEAEE;padding:5px 5px 2px 5px;background-color:#F0F6F8;color:#619DAC;}
.sz_rss_reader .sz_Box_007{ margin:1px; border:solid 1px;border-color:#D5EDDD;padding:5px 5px 2px 5px;background-color:#EFF9F2;color:#6FB587;}
.sz_rss_reader .sz_Box_008{ margin:1px; border:solid 1px;border-color:#FFEC15;padding:5px 5px 2px 5px;background-color:#FFFCDF;color:#FF9900;}
.sz_rss_reader .sz_Box_009{ margin:1px; border:solid 1px;border-color:#9DD7E8;padding:5px 5px 2px 5px;background-color:#F8FDFF;color:#0A8DBD;}
.sz_rss_reader .sz_Box_001 h2 a { text-decoration:none; color:#696969;}
.sz_rss_reader .sz_Box_002 h2 a { text-decoration:none; color:#99B81A;}
.sz_rss_reader .sz_Box_003 h2 a { text-decoration:none; color:#D98383;}
.sz_rss_reader .sz_Box_004 h2 a { text-decoration:none; color:#AF69C0;}
.sz_rss_reader .sz_Box_005 h2 a { text-decoration:none; color:#7381EA;}
.sz_rss_reader .sz_Box_006 h2 a { text-decoration:none; color:#619DAC;}
.sz_rss_reader .sz_Box_007 h2 a { text-decoration:none; color:#6FB587;}
.sz_rss_reader .sz_Box_008 h2 a { text-decoration:none; color:#FF9900;}
.sz_rss_reader .sz_Box_009 h2 a { text-decoration:none; color:#0A8DBD;}
.sz_rss_reader h2 a:hover { text-decoration:underline;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View file

@ -0,0 +1,19 @@
<!--%import("css/default.css")-->
<div class="sz_rss_reader">
<div class="sz_{$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 title="{strip_tags($item->description)}">
<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>
</div>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">Simulz 스킨 (목록형)</title>
<maker email_address="simulz@simulz.com" link="http://www.simulz.com" date="2007. 10. 26">
<name xml:lang="ko">Simulz</name>
<description xml:lang="ko">
Simulz 스킨입니다.
</description>
</maker>
<colorset>
<color name="Box_000">
<title xml:lang="ko">기본</title>
</color>
<color name="Box_001">
<title xml:lang="ko">회색</title>
</color>
<color name="Box_002">
<title xml:lang="ko">연두</title>
</color>
<color name="Box_003">
<title xml:lang="ko">분홍</title>
</color>
<color name="Box_004">
<title xml:lang="ko">보라</title>
</color>
<color name="Box_005">
<title xml:lang="ko">밝은 파랑</title>
</color>
<color name="Box_006">
<title xml:lang="ko">청록</title>
</color>
<color name="Box_007">
<title xml:lang="ko">초록</title>
</color>
<color name="Box_008">
<title xml:lang="ko">노랑</title>
</color>
<color name="Box_009">
<title xml:lang="ko">파랑</title>
</color>
</colorset>
</skin>