templates/tags.tmpl
author Josef "Jeff" Sipek <jeffpc@optonline.net>
Wed, 17 Aug 2005 21:14:20 -0500
changeset 974 aedb47764f29
parent 586 11578820b5d7
child 980 5197fb9d65d5
permissions -rw-r--r--
Added support for #foo%bar# syntax This required moving template() into the templater class

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