view templates/changelog.tmpl @ 180:f25944662097

hgweb: Fix navigate to 0 bug
author mpm@selenic.com
date Fri, 27 May 2005 12:45:41 -0800
parents 8da1df932c16
children f918a6fa2572
line wrap: on
line source

#header#
<title>#repo#: 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#</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#