annotate templates/manifest.tmpl @ 538:7140bc781655

Add multiple keyword search to hgweb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add multiple keyword search to hgweb People kept pestering me about this one. Now it's done. If you type a tag/id/rev in the search box, it takes you to that entry in the changelog. If you type some other random keywords, it does a case-insensitive search through the history and returns the most recent N items. It's not super-fast, but it's serviceable. manifest hash: e8fa980dee92cf78c04051d3028da9b07a45f3de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxO6JywK+sNU5EO8RArAwAKCq+9qO/OL0mQxa1J7C77Z6AcZoWgCfbiDC AZ5KllldwBtdRRREn7HH6go= =sIy0 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 30 Jun 2005 23:19:37 -0800
parents e5d769afd3ef
children 87d40e085e08 5197fb9d65d5 4f81068ed8cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
1 #header#
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
2 <title>#repo|escape#: manifest #manifest|short#</title>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
3 </head>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
4 <body>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
5
154
1d5f799ebe1e fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents: 153
diff changeset
6 <div class="buttons">
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
168
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 155
diff changeset
8 <a href="?cmd=tags">tags</a>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
9 <a href="?cmd=changeset;node=#node#">changeset</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
10 </div>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
11
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
12 <h2>manifest #manifest|short#: #path#</h2>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
13
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
14 <table cellpadding="0" cellspacing="0">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
15 <tr class="parity1">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
16 <td><tt>drwxr-xr-x</tt>&nbsp;
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
17 <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#">[up]</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
18 #entries#
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
19 </table>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
20 #footer#