##// END OF EJS Templates
merge with crew-stable
merge with crew-stable

File last commit:

r4471:1196998c default
r6001:30d2feca merge default
Show More
search.tmpl
34 lines | 702 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>
<div class="buttons">
<a href="#url#log{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#{sessionvars%urlparameter}">manifest</a>
#archives%archiveentry#
</div>
<h2>searching for #query|escape#</h2>
<form>
{sessionvars%hiddenformentry}
<p>
search:
<input name="rev" type="text" width="30" value="#query|escape#">
</p>
</form>
#entries#
<form>
{sessionvars%hiddenformentry}
<p>
search:
<input name="rev" type="text" width="30" value="#query|escape#">
</p>
</form>
#footer#