view templates/shortlogentry.tmpl @ 3269:a7370503d800

hgweb: provide means for handling query parameters
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 14:27:14 -0700
parents d1aa83f199ef
children 46188b9528ca
line wrap: on
line source

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>