<{* $Id: rssc_build_rss.html,v 1.5 2009/02/26 15:11:53 ohwada Exp $ *}> <{$channel_title}> <{$channel_link}> <{if $channel_description != ""}> <{$channel_description}> <{/if}> <{if $channel_pubdate != ""}> <{$channel_pubdate}> <{/if}> <{if $channel_lastbuild != ""}> <{$channel_lastbuild}> <{/if}> <{if $channel_docs != ""}> <{$channel_docs}> <{/if}> <{if $channel_generator != ""}> <{$channel_generator}> <{/if}> <{if $channel_category != ""}> <{$channel_category}> <{/if}> <{if $channel_managingeditor != ""}> <{$channel_managingeditor}> <{/if}> <{if $channel_webmaster != ""}> <{$channel_webmaster}> <{/if}> <{if $channel_copyright != ""}> <{$channel_copyright}> <{/if}> <{if $channel_language != ""}> <{$channel_language}> <{/if}> <{if $channel_atom_link != ""}> <{/if}> <{if $image_url != ""}> <{$image_title}> <{$image_link}> <{$image_url}> <{$image_width}> <{$image_height}> <{/if}> <{foreach item=item from=$items}> <{* === item begin === *}> <{$item.title}> <{$item.link}> <{if $item.description_cdata != ""}> ]]> <{elseif $item.description != ""}> <{$item.description}> <{/if}> <{if $item.pubdate != ""}> <{$item.pubdate}> <{/if}> <{if $item.guid != ""}> <{$item.guid}> <{/if}> <{if $item.category != ""}> <{$item.category}> <{/if}> <{if $item.enclosure_url != ""}> <{if ($item.enclosure_type != "") &&($item.enclosure_length != "") }> <{else}> <{/if}> <{/if}> <{* === content === *}> <{if $item.content_encoded != ""}> ]]> <{/if}> <{* === dc === *}> <{if $item.dc_creator != ""}> <{$item.dc_creator}> <{/if}> <{* === geo === *}> <{if ($item.geo_lat != "")&&($item.geo_long != "") }> <{$item.geo_lat}> <{$item.geo_long}> <{/if}> <{* === georss === *}> <{if $item.georss_point != ""}> <{$item.georss_point}> <{/if}> <{* === media rss begin === *}> <{if $item.media_group != ""}> <{/if}> <{if $item.media_title != ""}> <{$item.media_title}> <{/if}> <{if $item.media_description != ""}> <{$item.media_description}> <{/if}> <{if $item.media_text != ""}> <{$item.media_text}> <{/if}> <{if $item.media_keywords != ""}> <{$item.media_keywords}> <{/if}> <{if $item.media_credit != ""}> <{$item.media_credit}> <{/if}> <{if $item.media_content_url != "" }> <{* image *}> <{if $item.media_content_medium == 'image' }> <{if $item.media_content_filesize && $item.media_content_width && $item.media_content_height && $item.media_content_type }> <{elseif $item.media_content_filesize && $item.media_content_type }> <{else}> <{/if}> <{* video *}> <{elseif $item.media_content_medium == 'video' }> <{if $item.media_content_filesize && $item.media_content_type && $item.media_content_duration }> <{elseif $item.media_content_filesize && $item.media_content_type }> <{else}> <{/if}> <{* other *}> <{elseif $item.media_content_filesize && $item.media_content_type }> <{else}> <{/if}> <{/if}> <{* thumbnail *}> <{if $item.media_thumbnail_url != ""}> <{/if}> <{if $item.media_thumbnail_medium_url != ""}> <{/if}> <{if $item.media_thumbnail_large_url != ""}> <{/if}> <{if $item.media_group != ""}> <{/if}> <{* --- media rss end --- *}> <{* --- item end --- *}> <{/foreach}>