templates/shortlogentry.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 11 Oct 2006 20:59:37 +0200
changeset 3362 887da2247b57
parent 3273 46188b9528ca
child 3363 ce8f31e0b3b8
permissions -rw-r--r--
hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2686
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     1
<table class="slogEntry parity#parity#">
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     2
 <tr>
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     3
  <td class="age">#date|age#</td>
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     4
  <td class="author">#author|obfuscate#</td>
3273
46188b9528ca Add {getentries} to default style
Brendan Cully <brendan@kublai.com>
parents: 3265
diff changeset
     5
  <td class="node"><a href="#url#rev/#node|short#{getentries}">#desc|strip|firstline|escape#</a></td>
2686
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     6
 </tr>
d98eebc48d5e [hgweb] Shortlog template for default theme
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
     7
</table>