Reverted CM to version 0.63 with 2 patches:
[redakcja.git] / project / templates / html4print.html
diff --git a/project/templates/html4print.html b/project/templates/html4print.html
new file mode 100644 (file)
index 0000000..53a798a
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <title>{{docid}}</title>
+    <link rel="stylesheet" href="{{STATIC_URL}}css/html.css" type="text/css" charset="utf-8">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  </head>
+  <body>
+      <div class="htmlview">
+        {{ output|safe }}
+      </div>
+  </body>
+</html>