templates/tags.tmpl
author Peter van Dijk <peter@dataloss.nl>
Sun, 29 Jan 2006 00:18:52 +0100
changeset 1650 f2ebd5251e88
parent 1549 fbe4bbd847e5
child 1768 f79afc26ae3b
permissions -rw-r--r--
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames

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