summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/templates/en_US/prefill_html401.tmpl16
-rw-r--r--share/templates/en_US/prefill_xhtml10.tmpl17
2 files changed, 33 insertions, 0 deletions
diff --git a/share/templates/en_US/prefill_html401.tmpl b/share/templates/en_US/prefill_html401.tmpl
new file mode 100644
index 0000000..15ea790
--- /dev/null
+++ b/share/templates/en_US/prefill_html401.tmpl
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <title>I AM YOUR DOCUMENT TITLE REPLACE ME</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf-8">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+</head>
+<body>
+ <div>
+
+<TMPL_VAR NAME="fragment">
+
+ </div>
+</body>
+</html> \ No newline at end of file
diff --git a/share/templates/en_US/prefill_xhtml10.tmpl b/share/templates/en_US/prefill_xhtml10.tmpl
new file mode 100644
index 0000000..22dec35
--- /dev/null
+++ b/share/templates/en_US/prefill_xhtml10.tmpl
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title>I AM YOUR DOCUMENT TITLE REPLACE ME</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
+ <meta http-equiv="content-style-type" content="text/css" />
+ </head>
+ <body>
+ <div>
+
+<TMPL_VAR NAME="fragment">
+
+ </div>
+</body>
+ </html> \ No newline at end of file