Mercurial > hg
annotate templates/search.tmpl @ 7287:6e9fe4ff9c54
hgweb: handle subdirectories within static directory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Tue, 28 Oct 2008 21:58:30 -0700 |
parents | 7f58dec6aeb7 |
children |
rev | line source |
---|---|
538 | 1 #header# |
2 <title>#repo|escape#: searching for #query|escape#</title> | |
3 </head> | |
4 <body> | |
5 | |
6 <div class="buttons"> | |
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3362
diff
changeset
|
7 <a href="#url#log{sessionvars%urlparameter}">changelog</a> |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3362
diff
changeset
|
8 <a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a> |
6693
7f58dec6aeb7
hgweb: Fix up non-coal styles to support graph.
Augie Fackler <durin42@gmail.com>
parents:
6177
diff
changeset
|
9 <a href="#url#graph{sessionvars%urlparameter}">graph</a> |
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3362
diff
changeset
|
10 <a href="#url#tags{sessionvars%urlparameter}">tags</a> |
6177
673d8a6bc709
Renamed "manifest" to "files" in web templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4471
diff
changeset
|
11 <a href="#url#file/#node|short#{sessionvars%urlparameter}">files</a> |
4471
1196998c62e3
Add archive download links to hgweb search template
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3363
diff
changeset
|
12 #archives%archiveentry# |
538 | 13 </div> |
14 | |
15 <h2>searching for #query|escape#</h2> | |
16 | |
17 <form> | |
3362
887da2247b57
hgweb: Keep session variables (currently only style) in HTML forms, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
18 {sessionvars%hiddenformentry} |
1441
cbc36ad70945
hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents:
1432
diff
changeset
|
19 <p> |
538 | 20 search: |
21 <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
|
22 </p> |
538 | 23 </form> |
24 | |
25 #entries# | |
26 | |
27 <form> | |
3362
887da2247b57
hgweb: Keep session variables (currently only style) in HTML forms, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
28 {sessionvars%hiddenformentry} |
1441
cbc36ad70945
hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents:
1432
diff
changeset
|
29 <p> |
538 | 30 search: |
1441
cbc36ad70945
hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents:
1432
diff
changeset
|
31 <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
|
32 </p> |
538 | 33 </form> |
34 | |
35 #footer# |