templates/tags.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jan 2006 16:36:44 +1300
changeset 1628 88ad18c16ae5
parent 1549 fbe4bbd847e5
child 1768 f79afc26ae3b
permissions -rw-r--r--
[hgweb] Prevent search engine bots from indexing the entire repository

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