templates/once.tt
changeset 71 604c7024d7ae
parent 61 81fc1e7ce91b
child 77 3ee9d9b5724c
equal deleted inserted replaced
70:4aee8dec908d 71:604c7024d7ae
     9 <title>Once</title>
     9 <title>Once</title>
    10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    11 <style type="text/css">
    11 <style type="text/css">
    12     th { text-align: left; }
    12     th { text-align: left; }
    13 </style>
    13 </style>
       
    14 <link rel="stylesheet" href="once/public/once.css">
    14 </head>
    15 </head>
    15 <body>
    16 <body>
    16 [% content %]
    17 [% content %]
    17 <hr />
    18 <hr />
    18 <div align="right">
    19 <div align="right">
    19     <font size=1>[% vcs.version %] | Scripting: Matthias Förste, Heiko Schlittermann</font>
    20     <font size=1>[% vcs.version %] | Scripting: Matthias Förste, Heiko Schlittermann</font>
    20 </div>
    21 </div>
    21 </body>
    22 </body>
    22 </html>
    23 </html>
       
    24 [%# vim:ft=html: %]