templates/filelog.tmpl
changeset 138 c77a679e9cfa
child 142 529bf610092e
equal deleted inserted replaced
137:b45b1b00fc9e 138:c77a679e9cfa
       
     1 Content-type: text/html
       
     2 
       
     3 <html>
       
     4 <body>
       
     5 
       
     6 <a href="?cmd=changelog">changelog</a>
       
     7 <a href="?cmd=file&file=#file#&filenode=#filenode#">file</a>
       
     8 <a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
       
     9 
       
    10 <h2>#file# revision history</h2>
       
    11 
       
    12 <table>
       
    13 #entries#
       
    14 </table>
       
    15 
       
    16 </body>
       
    17 </html>