##// END OF EJS Templates
hgweb: report detected character set...
hgweb: report detected character set Add comments on overriding charset to CGI scripts

File last commit:

r3363:ce8f31e0 default
r3781:713e35dc default
Show More
search.tmpl
27 lines | 723 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
<a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<h2>searching for #query|escape#</h2>
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <form action="{url}log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 search:
<input name="rev" type="text" width="30" value="#query|escape#">
</form>
#entries#
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <form action="{url}log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 search:
<input type="hidden" name="style" value="gitweb">
<input name="rev" type="text" width="30">
</form>
#footer#