templates/once.tt
changeset 61 81fc1e7ce91b
child 71 604c7024d7ae
equal deleted inserted replaced
60:e3d6e4095a2c 61:81fc1e7ce91b
       
     1 Content-Type: text/html; charset=utf-8
       
     2 
       
     3 <html>
       
     4 [%-
       
     5     USE date;
       
     6     PROCESS version.tt;
       
     7 -%]
       
     8 <head>
       
     9 <title>Once</title>
       
    10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
    11 <style type="text/css">
       
    12     th { text-align: left; }
       
    13 </style>
       
    14 </head>
       
    15 <body>
       
    16 [% content %]
       
    17 <hr />
       
    18 <div align="right">
       
    19     <font size=1>[% vcs.version %] | Scripting: Matthias Förste, Heiko Schlittermann</font>
       
    20 </div>
       
    21 </body>
       
    22 </html>