templates/tags.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 19 Oct 2005 00:10:52 -0700
changeset 1415 c6e6ca96a033
parent 1410 17703aa4491e
child 1419 22041f754f4a
permissions -rw-r--r--
refactor some unlink/remove code and make sure we prune empty dir

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

<div class="buttons">
<a href="?cl=#rev#">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>

<h2>tags:</h2>

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

#footer#