mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29: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
19
widgets/rss_reader/skins/sz_xe/list.html
Normal file
19
widgets/rss_reader/skins/sz_xe/list.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue