<{* $Id: view_rss.html,v 1.1 2007/05/15 04:57:59 ohwada Exp $ *}>

RSS

<{if $image.url != ""}> <{/if}> <{if $channel.description != ""}> <{/if}> <{if $channel.lastbuilddate_long != ""}> <{elseif $channel.lastbuilddate != ""}> <{/if}> <{if $channel.pubdate_long != ""}> <{elseif $channel.pubdate != ""}> <{/if}> <{if $channel.language != ""}> <{/if}> <{if $channel.copyright != ""}> <{/if}> <{if $channel.managingeditor != ""}> <{/if}> <{if $channel.webmaster != ""}> <{/if}> <{if $channel.category != ""}> <{/if}> <{if $channel.generator != ""}> <{/if}> <{if $channel.docs != ""}> <{/if}> <{if $channel.ttl != ""}> <{/if}> <{if $channel.rating != ""}> <{/if}> <{if $channel.cloud != ""}> <{/if}> <{if $channel.skipdays_day != ""}> <{/if}> <{if $channel.skiphours_hour != ""}> <{/if}> <{if $channel.dc != ""}> <{foreach key=key item=item from=$channel.dc}> <{/foreach}> <{/if}> <{if $textinput.show == 1}> <{foreach key=key item=item from=$textinput}> <{/foreach}> <{/if}> <{section name=i loop=$items}> <{if $items[i].pubdate_long != ""}> <{elseif $items[i].pubdate != ""}> <{/if}> <{if $items[i].guid != ""}> <{/if}> <{if $items[i].author != ""}> <{/if}> <{if $items[i].category != ""}> <{/if}> <{if $items[i].comments != ""}> <{/if}> <{if $items[i].source != ""}> <{/if}> <{if $items[i].enclosure_url != ""}> <{/if}> <{if $items[i].enclosure_type != ""}> <{/if}> <{if $items[i].enclosure_length != ""}> <{/if}> <{if $items[i].dc != ""}> <{foreach key=key item=item from=$items[i].dc}> <{/foreach}> <{/if}> <{if $items[i].summary != ""}> <{elseif $items[i].description != ""}> <{/if}> <{if $items[i].content != ""}> <{elseif $items[i].content.encoded != ""}> <{/if}> <{/section}>
<{if ($channel.title != "") && ($channel.link != "") }> <{$channel.title}> <{elseif $channel.link != ""}> <{$channel.link}> <{elseif $channel.title != ""}> <{$channel.title}> <{else}> No Site Title & Link <{/if}>
<{if ($image.width > 0) && ($image.height > 0) }> <{$image.title}> <{else}> <{$image.title}> <{/if}>
<{$lang_site_desc}> <{$channel.description}>
<{$lang_site_lastbuilddate}> <{$channel.lastbuilddate_long}>
<{$lang_site_lastbuilddate}> <{$channel.lastbuilddate}>
<{$lang_site_pubdate}> <{$channel.pubdate_long}>
<{$lang_site_pubdate}> <{$channel.pubdate}>
<{$lang_site_language}> <{$channel.language}>
<{$lang_site_copyright}> <{$channel.copyright}>
<{$lang_site_managingeditor}> <{$channel.managingeditor}>
<{$lang_site_webmaster}> <{$channel.webmaster}>
<{$lang_site_category}> <{$channel.category}>
<{$lang_site_generator}> <{$channel.generator}>
<{$lang_site_docs}> <{$channel.docs}>
<{$lang_site_ttl}> <{$channel.ttl}>
<{$lang_site_rating}> <{$channel.rating}>
<{$lang_site_cloud}> <{$channel.cloud}>
<{$lang_site_skipdays}> <{$channel.skipdays_day}>
<{$lang_site_skiphours}> <{$channel.skiphours_hour}>
dc:<{$key}> <{$item}>
<{$lang_site_textinput}>
<{$key}> <{$item}>
<{if ($items[i].title != "") && ($items[i].link != "") }> <{$items[i].title}> <{elseif $items[i].link != ""}> <{$items[i].link}> <{elseif $items[i].title != ""}> <{$items[i].title}> <{else}> No Title & Link <{/if}>
<{$lang_pubdate}> <{$items[i].pubdate_long}>
<{$lang_pubdate}> <{$items[i].pubdate}>
<{$lang_guid}> <{$items[i].guid}>
<{$lang_author}> <{$items[i].author}>
<{$lang_category}> <{$items[i].category}>
<{$lang_comments}> <{$items[i].comments}>
<{$lang_source}> <{$items[i].source}>
<{$lang_enclosure_url}> <{$items[i].enclosure_url}>
<{$lang_enclosure_type}> <{$items[i].enclosure_type}>
<{$lang_enclosure_length}> <{$items[i].enclosure_length}>
dc:<{$key}> <{$item}>
<{$lang_summary}> <{$items[i].summary|wordwrap:160}>
<{$lang_description}> <{$items[i].description|wordwrap:160}>
<{$items[i].content|wordwrap:160}>
<{$items[i].content.encoded|wordwrap:160}>