templates/changelog.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 02 Jun 2005 07:05:56 +0100
changeset 233 33c48b635690
parent 201 f918a6fa2572
child 584 9bdf5ae63d1f
permissions -rw-r--r--
Add missing > to </td> in templates.

#header#
<title>#repo|escape#: changelog</title>
</head>
<body>

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

<h2>changelog for #repo|escape#</h2>

<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30">
navigate: <small>#changenav#</small><br/>
</form>

#entries#

<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30">
navigate: <small>#changenav#</small><br/>
</form>

#footer#