MercurialWebTheme

Change of themes/mercurialweb/changelogentry.tmpl

30:925d89f7f113
themes/mercurialweb/changelogentry.tmpl
     1.1 --- a/themes/mercurialweb/changelogentry.tmpl	Sat Feb 26 02:00:27 2011 +0100
     1.2 +++ b/themes/mercurialweb/changelogentry.tmpl	Sat Feb 26 18:26:23 2011 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4 -<tr id="{node|short}">
     1.5 +<tr class="parity{parity}" id="{node|short}">
     1.6    <td colspan="5">
     1.7      <strong>{rev}:{node|short}</strong>
     1.8      <span class="changesetlinks"><div class="changesetchildlinks"></div>{child%changeloglink}</span>
     1.9      <span class="changesetlinks"><div class="changesetparentlinks"></div>{parent%changeloglink}</span>
    1.10    </td>
    1.11  </tr>
    1.12 -<tr>
    1.13 +<tr class="parity{parity}">
    1.14    <td>{date|age}</td>
    1.15    <td>{author|person|xmlescape}</td>
    1.16    <td class="navigation">
    1.17 @@ -16,8 +16,10 @@
    1.18    <td width="40%">{desc|strip|escape}</td>
    1.19    <td>{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}</td>
    1.20  </tr>
    1.21 -<tr>
    1.22 -  <td colspan="5" class="files changelogfiles">
    1.23 +<tr class="parity{parity}">
    1.24 +  <td colspan="3"></td>
    1.25 +  <td class="files changelogfiles">
    1.26      {files}
    1.27    </td>
    1.28 +  <td></td>
    1.29  </tr>