view templates/tags.tmpl @ 1741:9777298fed84

stop read end of pipe from staying open forever in child process.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 17 Feb 2006 16:32:07 -0800
parents fbe4bbd847e5
children f79afc26ae3b
line wrap: on
line source

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