##// END OF EJS Templates
Remove temporary git patch files
Remove temporary git patch files

File last commit:

r2684:783220e5 default
r3056:6848528f default
Show More
search-gitweb.tmpl
24 lines | 738 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
<div class="page_nav">
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a><br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<h2>searching for #query|escape#</h2>
<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input type="hidden" name="style" value="gitweb">
<input name="rev" type="text" width="30" value="#query|escape#">
</form>
#entries#
<form>
search:
<input type="hidden" name="cmd" value="changelog">
<input type="hidden" name="style" value="gitweb">
<input name="rev" type="text" width="30">
</form>
#footer#