MercurialWebTheme

Annotated themes/mercurialweb/indexentry.tmpl

36:ba89c5d38ceb
2011-04-05 Paul Boddie Added archives to the manifest and fixed the navigation area width. Tidied the presentation of feeds and archives on the index page. Limited annotations to 10% of the page width.
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@7 5
  <td class="age">{lastchange|age}</td>
paul@36 6
  <td class="archives">{archives%archiveentry}</td>
paul@36 7
  <td class="feeds"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a></td>
paul@0 8
</tr>