Author: nick Date: 2006-06-22 15:51:06 +0100 (Thu, 22 Jun 2006) New Revision: 816
Modified: trunk/templates/site_index.tt Log: (Correctly) add links to rdf, rss and atom
Modified: trunk/templates/site_index.tt =================================================================== --- trunk/templates/site_index.tt 2006-06-22 14:43:15 UTC (rev 815) +++ trunk/templates/site_index.tt 2006-06-22 14:51:06 UTC (rev 816) @@ -30,11 +30,11 @@
<p> This list is available as - <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=rdf">rdf</a>, + <a href="[% cgi_url %]?action=index;index_type=[% criterion.type %];index_value=[% criterion.value %];format=rdf">rdf</a>, or as a - <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=rss">rss feed</a>, + <a href="[% cgi_url %]?action=index;index_type=[% criterion.type %];index_value=[% criterion.value %];format=rss">rss feed</a>, or as an - <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=atom">atom feed</a>. + <a href="[% cgi_url %]?action=index;index_type=[% criterion.type %];index_value=[% criterion.value %];format=atom">atom feed</a>. </p>
[% INCLUDE footer.tt %]
openguides-commits@lists.openguides.org