]> git.plutz.net Git - confetti/blobdiff - ifcomponent/frame.sh
changed page structure
[confetti] / ifcomponent / frame.sh
diff --git a/ifcomponent/frame.sh b/ifcomponent/frame.sh
deleted file mode 100755 (executable)
index fa04fd6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/zsh
-
-cat <<EOF
-<!Doctype HTML>
-
-<html>
-  <head>
-    <title>$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