view templates/tags.tmpl @ 1768:f79afc26ae3b

add rss link to tags page
author Peter van Dijk <peter@dataloss.nl>
date Fri, 03 Feb 2006 11:23:34 +0100
parents fbe4bbd847e5
children 46b19175fec6
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/rss+xml"
   href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries%tagentry#
</ul>

#footer#