annotate templates/search.tmpl @ 3362:887da2247b57

hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 11 Oct 2006 20:59:37 +0200
parents 46188b9528ca
children ce8f31e0b3b8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
1 #header#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
2 <title>#repo|escape#: searching for #query|escape#</title>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
3 </head>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
4 <body>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
5
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
6 <div class="buttons">
3272
46188b9528ca Add {getentries} to default style
Brendan Cully <brendan@kublai.com>
parents: 3264
diff changeset
7 <a href="#url#log{getentries}">changelog</a>
46188b9528ca Add {getentries} to default style
Brendan Cully <brendan@kublai.com>
parents: 3264
diff changeset
8 <a href="#url#shortlog{getentries}">shortlog</a>
46188b9528ca Add {getentries} to default style
Brendan Cully <brendan@kublai.com>
parents: 3264
diff changeset
9 <a href="#url#tags{getentries}">tags</a>
46188b9528ca Add {getentries} to default style
Brendan Cully <brendan@kublai.com>
parents: 3264
diff changeset
10 <a href="#url#file/#node|short#{getentries}">manifest</a>
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
11 </div>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
12
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
13 <h2>searching for #query|escape#</h2>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
14
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
15 <form>
3362
887da2247b57 hgweb: Keep session variables (currently only style) in HTML forms, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 3272
diff changeset
16 {sessionvars%hiddenformentry}
1441
cbc36ad70945 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents: 1432
diff changeset
17 <p>
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
18 search:
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
19 <input name="rev" type="text" width="30" value="#query|escape#">
1441
cbc36ad70945 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents: 1432
diff changeset
20 </p>
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
21 </form>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
22
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
23 #entries#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
24
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
25 <form>
3362
887da2247b57 hgweb: Keep session variables (currently only style) in HTML forms, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 3272
diff changeset
26 {sessionvars%hiddenformentry}
1441
cbc36ad70945 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents: 1432
diff changeset
27 <p>
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
28 search:
1441
cbc36ad70945 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents: 1432
diff changeset
29 <input name="rev" type="text" width="30" value="#query|escape#">
cbc36ad70945 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents: 1432
diff changeset
30 </p>
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
31 </form>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
32
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
33 #footer#