templates/once.tt
changeset 92 a09a3ae04dcf
parent 91 75a06e057016
--- a/templates/once.tt	Tue Oct 17 17:28:05 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-Content-Type: text/html; charset=utf-8
-
-<html>
-[%-
-    USE date;	# for date formattting in inventory.html
--%]
-<head>
-<title>Once</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<style type="text/css">
-    th { text-align: left; }
-</style>
-<link rel="stylesheet" href="once/static/once.css">
-</head>
-<body>
-
-[% content %]
-
-<hr />
-<div align="right">
-    <font size=1>[% vcs.version %] | Scripting: Matthias Förste, Heiko Schlittermann</font>
-</div>
-</body>
-</html>
-[%
-   # vim:ft=html: 
-%]