templates/old/changelogentry.tmpl
changeset 3263 fc34c031ff54
parent 3205 48395d2692de
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
       
     1 <table class="logEntry parity#parity#">
       
     2  <tr>
       
     3   <th class="age">#date|age# ago:</th>
       
     4   <th class="firstline">#desc|strip|firstline|escape#</th>
       
     5  </tr>
       
     6  <tr>
       
     7   <th class="revision">changeset #rev#:</th>
       
     8   <td class="node"><a href="?cs=#node|short#">#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="?mf=#node|short#;path=/">files</a>:</th>
       
    23   <td class="files">#files#</td>
       
    24  </tr>
       
    25 </table>