templates/searchentry.tmpl
author mpm@selenic.com
Fri, 01 Jul 2005 14:43:36 -0800
changeset 567 87f37e61d0db
parent 538 7140bc781655
child 568 e8fd41110dce
permissions -rw-r--r--
Add parent revision numbers back to hgweb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add parent revision numbers back to hgweb From: Goffredo Baroncelli <kreijack@libero.it> manifest hash: 9f81492df935e94e7c544b071aa9caac3b102190 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxccYywK+sNU5EO8RAkW7AJ9aXTUZ9JnbZMrxCrcuXozYzkdw/gCfT8IO qnqe966Mvapr2jULeXldQW4= =XiV5 -----END PGP SIGNATURE-----
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    11
<tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    12
 <td align="right">author:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    13
 <td>#author|obfuscate#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    14
<tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    15
 <td align="right">date:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    16
 <td>#date|date#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    17
<tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    18
 <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
    19
 <td>#files#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    20
</table>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    21
</div>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
    22