templates/filelog.tmpl
changeset 142 529bf610092e
parent 138 c77a679e9cfa
child 153 e8a360cd5a9f
child 155 083c38bdfa64
equal deleted inserted replaced
141:5f471a75d607 142:529bf610092e
     1 Content-type: text/html
     1 #header#
     2 
     2 <title>#repo#: #file# history</title>
     3 <html>
     3 </head>
     4 <body>
     4 <body>
     5 
     5 
       
     6 <div class=buttons>
     6 <a href="?cmd=changelog">changelog</a>
     7 <a href="?cmd=changelog">changelog</a>
     7 <a href="?cmd=file&file=#file#&filenode=#filenode#">file</a>
     8 <a href="?cmd=file&file=#file#&filenode=#filenode#">file</a>
     8 <a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
     9 <a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
       
    10 </div>
     9 
    11 
    10 <h2>#file# revision history</h2>
    12 <h2>#file# revision history</h2>
    11 
    13 
    12 <table>
       
    13 #entries#
    14 #entries#
    14 </table>
       
    15 
    15 
    16 </body>
    16 #footer#
    17 </html>