view templates/tags.tmpl @ 1143:4fffb3d84b7c

Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 29 Aug 2005 07:39:01 +0200
parents 4f81068ed8cd
children 17703aa4491e
line wrap: on
line source

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

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>

<h2>tags:</h2>

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

#footer#