templates/tags.tmpl
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 10 Feb 2006 11:25:07 -0800
changeset 1829 b0f6af327fd4
parent 1549 fbe4bbd847e5
child 1768 f79afc26ae3b
permissions -rw-r--r--
hgwebdir: export collections of repos now you can use [collections] section in hgweb.config to export entire tree of repos.

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