templates/changeset.tmpl
changeset 1445 56281e086f38
parent 1417 90b62337f8dd
child 1606 ba625c8083d8
equal deleted inserted replaced
1444:f84ed9c6131d 1445:56281e086f38
     9 <a href="?mf=#manifest|short#;path=/">manifest</a>
     9 <a href="?mf=#manifest|short#;path=/">manifest</a>
    10 <a href="?cs=#node|short#;style=raw">raw</a>
    10 <a href="?cs=#node|short#;style=raw">raw</a>
    11 #archives%archiveentry#
    11 #archives%archiveentry#
    12 </div>
    12 </div>
    13 
    13 
    14 <h2>changeset: #desc|escape|firstline#</h2>
    14 <h2>changeset: #desc|strip|escape|firstline#</h2>
    15 
    15 
    16 <table id="changesetEntry">
    16 <table id="changesetEntry">
    17 <tr>
    17 <tr>
    18  <th class="changeset">changeset #rev#:</th>
    18  <th class="changeset">changeset #rev#:</th>
    19  <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
    19  <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
    30 <tr>
    30 <tr>
    31  <th class="files">files:</th>
    31  <th class="files">files:</th>
    32  <td class="files">#files#</td></tr>
    32  <td class="files">#files#</td></tr>
    33 <tr>
    33 <tr>
    34  <th class="description">description:</th>
    34  <th class="description">description:</th>
    35  <td class="description">#desc|escape|addbreaks#</td>
    35  <td class="description">#desc|strip|escape|addbreaks#</td>
    36 </tr>
    36 </tr>
    37 </table>
    37 </table>
    38 
    38 
    39 <div id="changesetDiff">
    39 <div id="changesetDiff">
    40 #diff#
    40 #diff#