templates/tags.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 14 Sep 2005 16:34:22 -0700
changeset 1253 a45e717c61a8
parent 981 4f81068ed8cd
child 1410 17703aa4491e
permissions -rw-r--r--
Add rename/mv command. This is the logical equivalent of copy and remove, and is in fact implemented as such. It doesn't use the remove command directly.

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

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>

<h2>tags:</h2>

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

#footer#