view templates/changelog.tmpl @ 172:e9b1147db448

hgweb: alternating colors for multifile diffs
author mpm@selenic.com
date Thu, 26 May 2005 20:37:05 -0800
parents 65cf1b0cfe86
children 8da1df932c16
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: #changenav#<br/>
</form>

#entries#

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

#footer#