##// END OF EJS Templates
Update templates to use NewWebInterface
Update templates to use NewWebInterface

File last commit:

r3265:d1aa83f1 default
r3265:d1aa83f1 default
Show More
search.tmpl
31 lines | 514 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 #header#
<title>#repo|escape#: searching for #query|escape#</title>
</head>
<body>
<div class="buttons">
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#log">changelog</a>
<a href="#url#shortlog">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#file/#node|short#">manifest</a>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </div>
<h2>searching for #query|escape#</h2>
<form>
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
<input name="rev" type="text" width="30" value="#query|escape#">
TK Soh
hgweb: a couple of fixes on search page...
r1441 </p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#entries#
<form>
TK Soh
hgweb: a couple of fixes on search page...
r1441 <p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 search:
TK Soh
hgweb: a couple of fixes on search page...
r1441 <input name="rev" type="text" width="30" value="#query|escape#">
</p>
mpm@selenic.com
Add multiple keyword search to hgweb...
r538 </form>
#footer#