##// END OF EJS Templates
hgweb: alternating colors for multifile diffs
hgweb: alternating colors for multifile diffs

File last commit:

r168:65cf1b0c default
r172:e9b1147d default
Show More
changelog.tmpl
29 lines | 520 B | application/x-cheetah | CheetahLexer
#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#