<% if (isset($rss)) :%>
<%=htmlspecialchars($rss->channel['title']) %>
<% foreach ($rss->items as $item) :%>
<%=strftime('%m/%d/%y %H:%M', $item['date']) %>
<%=htmlspecialchars($item['title']) %>
<% endforeach %>
発行者:<%=htmlspecialchars($rss->channel['dc:publisher']) %>
<%=htmlspecialchars($rss->channel['dc:rights']) %>
<% endif %>