changelog.tmpl
29 lines
| 520 B
| application/x-cheetah
|
CheetahLexer
/ templates / changelog.tmpl
mpm@selenic.com
|
r142 | #header# | ||
<title>#repo#: changelog</title> | ||||
</head> | ||||
mpm@selenic.com
|
r138 | <body> | ||
mpm@selenic.com
|
r168 | |||
<div class="buttons"> | ||||
<a href="?cmd=tags">tags</a> | ||||
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a> | ||||
</div> | ||||
mpm@selenic.com
|
r138 | <h2>changelog for #repo#</h2> | ||
mpm@selenic.com
|
r165 | <form> | ||
search: | ||||
<input type="hidden" name="cmd" value="changelog"> | ||||
<input name="rev" type="text" width="30"> | ||||
navigate: #changenav#<br/> | ||||
</form> | ||||
mpm@selenic.com
|
r138 | |||
mpm@selenic.com
|
r142 | #entries# | ||
mpm@selenic.com
|
r138 | |||
mpm@selenic.com
|
r165 | <form> | ||
search: | ||||
<input type="hidden" name="cmd" value="changelog"> | ||||
<input name="rev" type="text" width="30"> | ||||
navigate: #changenav#<br/> | ||||
</form> | ||||
mpm@selenic.com
|
r138 | |||
mpm@selenic.com
|
r142 | #footer# | ||