]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
styling for iban assignment
[confetti] / templates / frame.html.sh
diff --git a/templates/frame.html.sh b/templates/frame.html.sh
deleted file mode 100755 (executable)
index bac2871..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-cat <<EOF
-<!Doctype HTML>
-
-<html>
-  <head>
-    <title>$($PAGE title)</title>
-    <style type="text/css">
-    <!--
-
-
-    $($PAGE css)
-    -->
-    </style>
-  </head>
-  <body>
-    <div class="NAVIGATION">
-      $(NAVIGATION |sed -r 's:^([^ ]+) (.+)$:<a href="\1">\2</a>:g')
-    </div>
-    <div class="MAIN">
-      $($PAGE body)
-    </div>
-  </body>
-</html>
-EOF
-
-# vi:set filetype=html: