equal
deleted
inserted
replaced
1 Content-Type: text/html; charset=utf-8 |
|
2 |
|
3 <html> |
|
4 [%- |
|
5 USE date; # for date formattting in inventory.html |
|
6 -%] |
|
7 <head> |
|
8 <title>Once</title> |
|
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
10 <style type="text/css"> |
|
11 th { text-align: left; } |
|
12 </style> |
|
13 <link rel="stylesheet" href="once/static/once.css"> |
|
14 </head> |
|
15 <body> |
|
16 |
|
17 [% content %] |
|
18 |
|
19 <hr /> |
|
20 <div align="right"> |
|
21 <font size=1>[% vcs.version %] | Scripting: Matthias Förste, Heiko Schlittermann</font> |
|
22 </div> |
|
23 </body> |
|
24 </html> |
|
25 [% |
|
26 # vim:ft=html: |
|
27 %] |
|