author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 11 Aug 2006 09:11:54 +0200 | |
changeset 2853 | 619f1c65384c |
parent 2687 | 46b19175fec6 |
child 3205 | 48395d2692de |
permissions | -rw-r--r-- |
538 | 1 |
#header# |
2 |
<title>#repo|escape#: searching for #query|escape#</title> |
|
3 |
</head> |
|
4 |
<body> |
|
5 |
||
6 |
<div class="buttons"> |
|
1432
612f3eba73ee
hgweb: fix broken search->changelog link
TK Soh <teekaysoh@yahoo.com>
parents:
1410
diff
changeset
|
7 |
<a href="?cl=tip">changelog</a> |
2687
46b19175fec6
[hgweb] links to shortlog for the default templates
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
1441
diff
changeset
|
8 |
<a href="?sl=tip">shortlog</a> |
1410
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
538
diff
changeset
|
9 |
<a href="?tags=">tags</a> |
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
538
diff
changeset
|
10 |
<a href="?mf=#manifest|short#;path=/">manifest</a> |
538 | 11 |
</div> |
12 |
||
13 |
<h2>searching for #query|escape#</h2> |
|
14 |
||
15 |
<form> |
|
1441
cbc36ad70945
hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents:
1432
diff
changeset
|
16 |
<p> |
538 | 17 |
search: |
18 |
<input type="hidden" name="cmd" value="changelog"> |
|
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 | 21 |
</form> |
22 |
||
23 |
#entries# |
|
24 |
||
25 |
<form> |
|
1441
cbc36ad70945
hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com>
parents:
1432
diff
changeset
|
26 |
<p> |
538 | 27 |
search: |
28 |
<input type="hidden" name="cmd" value="changelog"> |
|
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 | 31 |
</form> |
32 |
||
33 |
#footer# |