templates/spartan/changelogentry.tmpl
changeset 9999 f91e5630ce7e
parent 9998 4a3c388f8c69
child 10000 16f49d671c7f
equal deleted inserted replaced
9998:4a3c388f8c69 9999:f91e5630ce7e
     1 <table class="logEntry parity{parity}">
       
     2  <tr>
       
     3   <th class="age">{date|age}:</th>
       
     4   <th class="firstline">{desc|strip|firstline|escape|nonempty}</th>
       
     5  </tr>
       
     6  <tr>
       
     7   <th class="revision">changeset {rev}:</th>
       
     8   <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
       
     9  </tr>
       
    10  {parent%changelogparent}
       
    11  {child%changelogchild}
       
    12  {changelogtag}
       
    13  <tr>
       
    14   <th class="author">author:</th>
       
    15   <td class="author">{author|obfuscate}</td>
       
    16  </tr>
       
    17  <tr>
       
    18   <th class="date">date:</th>
       
    19   <td class="date">{date|date}</td>
       
    20  </tr>
       
    21  <tr>
       
    22   <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
       
    23   <td class="files">{files}</td>
       
    24  </tr>
       
    25 </table>