MercurialWebTheme

Annotated themes/mercurialweb/searchentry.tmpl

30:925d89f7f113
2011-02-26 Paul Boddie Tidied up the presentation of changelog entries and changesets, making full commit messages preformatted text, and confining file lists to the commit message column. Added file diffs to search result entries.
paul@2 1
<tr class="parity{parity}">
paul@7 2
  <td>{date|age}</td>
paul@29 3
  <td>{author|person|xmlescape}</td>
paul@30 4
  <td class="navigation">
paul@30 5
    <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
paul@30 6
    <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">shortlog</a>
paul@30 7
    <a href="{url}changelog/{node|short}{sessionvars%urlparameter}#{node|short}">changelog</a>
paul@30 8
  </td>
paul@30 9
  <td width="50%"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
paul@2 10
</tr>
paul@30 11
<tr class="parity{parity}">
paul@30 12
  <td colspan="3"></td>
paul@30 13
  <td class="files searchentryfiles">{files}</td>
paul@30 14
</tr>