##// END OF EJS Templates
gitweb: strip leading & trailing blank lines in changeset description
gitweb: strip leading & trailing blank lines in changeset description

File last commit:

r1572:385b8872 default
r2195:f027bc2d default
Show More
search-gitweb.tmpl
24 lines | 638 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
<div class="page_nav">
<a href="?cmd=summary;style=gitweb">summary</a> | log | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a><br/>
</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#