annotate templates/searchentry.tmpl @ 568:e8fd41110dce

[PATCH] Add tags to hgweb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Add tags to hgweb From: Goffredo Baroncelli <kreijack@libero.it> manifest hash: 3a59c363799c974b042dbb55f943d830feb1b34f -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxcfHywK+sNU5EO8RAgEKAJ40SRMOyBOkbS8QU2MIBUzBnhu5AwCbBDjR M+gaWyqzqOBzO1r+9zpb37k= =l1pL -----END PGP SIGNATURE-----
author mpm@selenic.com
date Fri, 01 Jul 2005 14:46:31 -0800
parents 7140bc781655
children 2ee819a950aa
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 <div class="parity#parity#">
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
2 <table width="100%" cellpadding="0" cellspacing="0">
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
3 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
4 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
5 <td><b>#desc|firstline|escape#</b></td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
6 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
7 <td align="right">changeset #rev#:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
8 <td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
9 #parent1#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
10 #parent2#
568
e8fd41110dce [PATCH] Add tags to hgweb
mpm@selenic.com
parents: 538
diff changeset
11 #changelogtag#
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
12 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
13 <td align="right">author:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
14 <td>#author|obfuscate#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
15 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
16 <td align="right">date:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
17 <td>#date|date#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
18 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
19 <td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
20 <td>#files#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
21 </table>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
22 </div>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
23