templates/tags.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 17 Nov 2005 19:11:13 +0100
changeset 1549 fbe4bbd847e5
parent 1419 22041f754f4a
child 1768 f79afc26ae3b
permissions -rw-r--r--
Always escape repository name in hgweb, very important in notfound.tmpl.

#header#
<title>#repo|escape#: tags</title>
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>

<h2>tags:</h2>

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

#footer#