shortlog.tmpl
41 lines
| 1.1 KiB
| application/x-cheetah
|
CheetahLexer
Brendan Cully
|
r3264 | #header# | ||
<title>#repo|escape#: shortlog</title> | ||||
Robert Bachmann
|
r5269 | <link rel="alternate" type="application/atom+xml" | ||
href="#url#atom-log" title="Atom feed for #repo|escape#"> | ||||
Brendan Cully
|
r3264 | <link rel="alternate" type="application/rss+xml" | ||
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> | ||||
</head> | ||||
<body> | ||||
<div class="buttons"> | ||||
<a href="?cl=#rev#">changelog</a> | ||||
<a href="?cmd=tags">tags</a> | ||||
<a href="?mf=#node|short#;path=/">manifest</a> | ||||
#archives%archiveentry# | ||||
<a type="application/rss+xml" href="?style=rss">rss</a> | ||||
Robert Bachmann
|
r5269 | <a type="application/atom+xml" href="#url#atom-log" title="Atom feed for #repo|escape#">atom</a> | ||
Brendan Cully
|
r3264 | </div> | ||
<h2>shortlog for #repo|escape#</h2> | ||||
<form action="#"> | ||||
<p> | ||||
<label for="search1">search:</label> | ||||
<input type="hidden" name="cmd" value="changelog"> | ||||
<input name="rev" id="search1" type="text" size="30"> | ||||
navigate: <small class="navigate">#changenav%navshortentry#</small> | ||||
</p> | ||||
</form> | ||||
#entries%shortlogentry# | ||||
<form action="#"> | ||||
<p> | ||||
<label for="search2">search:</label> | ||||
<input type="hidden" name="cmd" value="changelog"> | ||||
<input name="rev" id="search2" type="text" size="30"> | ||||
navigate: <small class="navigate">#changenav%navshortentry#</small> | ||||
</p> | ||||
</form> | ||||
#footer# | ||||