##// END OF EJS Templates
test-encoding: copy a bundle from TESTDIR rather than constructing one
test-encoding: copy a bundle from TESTDIR rather than constructing one

File last commit:

r3363:ce8f31e0 default
r3780:d0a48313 default
Show More
shortlog.tmpl
38 lines | 1012 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #header#
<title>#repo|escape#: shortlog</title>
<link rel="alternate" type="application/rss+xml"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log" title="RSS feed for #repo|escape#">
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </head>
<body>
<div class="buttons">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#/{sessionvars%urlparameter}">manifest</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 #archives%archiveentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log">rss</a>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </div>
<h2>shortlog for #repo|escape#</h2>
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search1">search:</label>
<input name="rev" id="search1" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#entries%shortlogentry#
Brendan Cully
Update templates to use NewWebInterface
r3265 <form action="#url#log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <p>
<label for="search2">search:</label>
<input name="rev" id="search2" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#footer#