MercurialWebTheme

Annotated themes/mercurialweb/indexentry.tmpl

0:d211c584e3f2
2010-06-01 Paul Boddie A theme for hgweb and hgwebdir which resembles the Mercurial Web site and related Wiki theme.
paul@0 1
<tr class="parity{parity}">
paul@0 2
  <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
paul@0 3
  <td>{description}</td>
paul@0 4
  <td>{contact|obfuscate}</td>
paul@0 5
  <td class="age">{lastchange|age} ago</td>
paul@0 6
  <td class="indexlinks"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a> {archives%archiveentry}</td>
paul@0 7
</tr>