templates/tags.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 17 Jul 2006 11:30:33 -0500
changeset 2630 837119f1bf4d
parent 1768 f79afc26ae3b
child 2687 46b19175fec6
permissions -rw-r--r--
Merge with tonfa

#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#