templates/old/filediff.tmpl
changeset 3263 fc34c031ff54
parent 3206 79fd7a92f3e2
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
       
     1 #header#
       
     2 <title>#repo|escape#: #file|escape# diff</title>
       
     3 </head>
       
     4 <body>
       
     5 
       
     6 <div class="buttons">
       
     7 <a href="?cl=#rev#">changelog</a>
       
     8 <a href="?sl=#rev#">shortlog</a>
       
     9 <a href="?tags=">tags</a>
       
    10 <a href="?cs=#node|short#">changeset</a>
       
    11 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
       
    12 <a href="?fl=#node|short#;file=#file|urlescape#">revisions</a>
       
    13 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a>
       
    14 <a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a>
       
    15 </div>
       
    16 
       
    17 <h2>#file|escape#</h2>
       
    18 
       
    19 <table id="filediffEntry">
       
    20 <tr>
       
    21  <th class="revision">revision #rev#:</th>
       
    22  <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td>
       
    23 </tr>
       
    24 #parent%filediffparent#
       
    25 #child%filediffchild#
       
    26 </table>
       
    27 
       
    28 <div id="fileDiff">
       
    29 #diff#
       
    30 </div>
       
    31 
       
    32 #footer#
       
    33 
       
    34