view templates/tags.tmpl @ 1441:cbc36ad70945

hgweb: a couple of fixes on search page - show search string in the bottom search box - wrap search boxes within paragraphs, this also puts some space between last changeset and bottom search box in firefox.
author TK Soh <teekaysoh@yahoo.com>
date Mon, 24 Oct 2005 17:54:06 -0700
parents 22041f754f4a
children fbe4bbd847e5
line wrap: on
line source

#header#
<title>#repo#: 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#