view templates/gitweb/search.tmpl @ 3689:25e549e9b7d0

Improved examples for network support in README. - Simplified 'hg serve' example, -p80 needs root anyway. - Example for ssh:// with relative or absolute path. - merges need to be committed.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 20 Nov 2006 21:03:02 +0100
parents ce8f31e0b3b8
children 8af65bc092b0
line wrap: on
line source

#header#
<div class="page_nav">
<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/>
</div>

<h2>searching for #query|escape#</h2>

<form action="{url}log">
{sessionvars%hiddenformentry}
search:
<input name="rev" type="text" width="30" value="#query|escape#">
</form>

#entries#

<form action="{url}log">
{sessionvars%hiddenformentry}
search:
<input type="hidden" name="style" value="gitweb">
<input name="rev" type="text" width="30">
</form>

#footer#