mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
RSS 제목 출력 조건을 변경.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3218 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2db69046db
commit
c7d8e42ec1
4 changed files with 12 additions and 4 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
{@ $tab_id = mt_rand()}
|
{@ $tab_id = mt_rand()}
|
||||||
<div class="rss_reader_sz_select">
|
<div class="rss_reader_sz_select">
|
||||||
<div class="sz_{$colorset}">
|
<div class="sz_{$colorset}">
|
||||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
<!--@if($widget_info->title)-->
|
||||||
|
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title}</a></h2>
|
||||||
|
<!--@end-->
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<div id="tablist">
|
<div id="tablist">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
<div class="rss_reader_sz_xe">
|
<div class="rss_reader_sz_xe">
|
||||||
<div class="sz_{$colorset}">
|
<div class="sz_{$colorset}">
|
||||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
<!--@if($widget_info->title)-->
|
||||||
|
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title}</a></h2>
|
||||||
|
<!--@end-->
|
||||||
<ul>
|
<ul>
|
||||||
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
||||||
<li title="{strip_tags($item->description)}">
|
<li title="{strip_tags($item->description)}">
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@
|
||||||
<!--%import("css/white.css")-->
|
<!--%import("css/white.css")-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<div class="rss_reader_{$colorset}">
|
<div class="rss_reader_{$colorset}">
|
||||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
<!--@if($widget_info->title)-->
|
||||||
|
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title}</a></h2>
|
||||||
|
<!--@end-->
|
||||||
<ul>
|
<ul>
|
||||||
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
||||||
<li>
|
<li>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
<!--%import("js/tab.js")-->
|
<!--%import("js/tab.js")-->
|
||||||
{@ $tab_id = mt_rand()}
|
{@ $tab_id = mt_rand()}
|
||||||
<div class="rss_reader_select">
|
<div class="rss_reader_select">
|
||||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
<!--@if($widget_info->title)-->
|
||||||
|
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title}</a></h2>
|
||||||
|
<!--@end-->
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<div id="tablist">
|
<div id="tablist">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue