templates/changelogentry.tmpl
changeset 1410 17703aa4491e
parent 1334 0843e1bf2b97
child 1416 19d2776f1725
equal deleted inserted replaced
1409:964baa35faf8 1410:17703aa4491e
     3   <th class="age" width="15%">#date|age# ago:</th>
     3   <th class="age" width="15%">#date|age# ago:</th>
     4   <th class="firstline">#desc|firstline|escape#</th>
     4   <th class="firstline">#desc|firstline|escape#</th>
     5  </tr>
     5  </tr>
     6  <tr>
     6  <tr>
     7   <th class="changesetRev">changeset #rev#:</th>
     7   <th class="changesetRev">changeset #rev#:</th>
     8   <td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
     8   <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td>
     9  </tr>
     9  </tr>
    10  #parent#
    10  #parent#
    11  #changelogtag#
    11  #changelogtag#
    12  <tr>
    12  <tr>
    13   <th class="author">author:</th>
    13   <th class="author">author:</th>
    16  <tr>
    16  <tr>
    17   <th class="date">date:</th>
    17   <th class="date">date:</th>
    18   <td class="date">#date|date#</td>
    18   <td class="date">#date|date#</td>
    19  </tr>
    19  </tr>
    20  <tr>
    20  <tr>
    21   <th class="files"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th>
    21   <th class="files"><a href="?mf=#manifest|short#;path=/">files</a>:</th>
    22   <td class="files">#files#</td>
    22   <td class="files">#files#</td>
    23  </tr>
    23  </tr>
    24 </table>
    24 </table>