view templates/changelog.tmpl @ 173:8da1df932c16

hgweb: make navigation of changesets a bit nicer
author mpm@selenic.com
date Thu, 26 May 2005 22:47:43 -0800
parents 65cf1b0cfe86
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#