MercurialWebTheme

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.
     1 <tr class="parity{parity}">     2   <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>     3   <td>{description}</td>     4   <td>{contact|obfuscate}</td>     5   <td class="age">{lastchange|age} ago</td>     6   <td class="indexlinks"><a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a> {archives%archiveentry}</td>     7 </tr>