templates/filerevision.tmpl
changeset 1650 f2ebd5251e88
parent 1606 ba625c8083d8
child 1653 e8a3df8b62b3
equal deleted inserted replaced
1649:beb7da710c8a 1650:f2ebd5251e88
     1 #header#
     1 #header#
     2 <title>#repo|escape#:#file#</title>
     2 <title>#repo|escape#:#file|escape#</title>
     3 </head>
     3 </head>
     4 <body>
     4 <body>
     5 
     5 
     6 <div class="buttons">
     6 <div class="buttons">
     7 <a href="?cl=#rev#">changelog</a>
     7 <a href="?cl=#rev#">changelog</a>
     8 <a href="?tags=">tags</a>
     8 <a href="?tags=">tags</a>
     9 <a href="?cs=#node|short#">changeset</a>
     9 <a href="?cs=#node|short#">changeset</a>
    10 <a href="?mf=#manifest|short#;path=#path#">manifest</a>
    10 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
    11 <a href="?fl=#filenode|short#;file=#file#">revisions</a>
    11 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
    12 <a href="?fa=#filenode|short#;file=#file#">annotate</a>
    12 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
    13 <a href="?f=#filenode|short#;file=#file#;style=raw">raw</a>
    13 <a href="?f=#filenode|short#;file=#file|urlescape#;style=raw">raw</a>
    14 </div>
    14 </div>
    15 
    15 
    16 <h2>#file#</h2>
    16 <h2>#file|escape#</h2>
    17 
    17 
    18 <table>
    18 <table>
    19 <tr>
    19 <tr>
    20  <td class="metatag">changeset #rev#:</td>
    20  <td class="metatag">changeset #rev#:</td>
    21  <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
    21  <td><a href="?cs=#node|short#">#node|short#</a></td></tr>