MercurialWebTheme

themes/mercurialweb/changelogentry.tmpl

56:38afdf6585ee
2012-05-20 Paul Boddie Changed the name of the variable providing node data. Added a new version of the patch to hgweb.
     1 <tr class="parity{parity}" id="{node|short}">     2   <td colspan="5">     3     <strong>{rev}:{node|short}</strong>     4     <span class="changesetlinks"><div class="changesetchildlinks"></div>{child%changeloglink}</span>     5     <span class="changesetlinks"><div class="changesetparentlinks"></div>{parent%changeloglink}</span>     6   </td>     7 </tr>     8 <tr class="parity{parity}">     9   <td class="date">{date|age}</td>    10   <td class="author">{author|person|xmlescape}</td>    11   <td class="changeset-navigation">    12     <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a>    13     <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>    14     <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">shortlog</a>    15     <a href="{url}graph/{node|short}{sessionvars%urlparameter}#{node|short}">graph</a>    16   </td>    17   <td class="description">{desc|strip|escape}</td>    18   <td class="branchinfo">{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}{bookmarks%bookmarktag}</td>    19 </tr>    20 <tr class="parity{parity}">    21   <td colspan="3"></td>    22   <td class="files changelogfiles">    23     {files}    24   </td>    25   <td></td>    26 </tr>