summaryrefslogtreecommitdiff
path: root/include/template/help.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'include/template/help.tpl')
-rw-r--r--include/template/help.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/template/help.tpl b/include/template/help.tpl
new file mode 100644
index 0000000..6d923bf
--- /dev/null
+++ b/include/template/help.tpl
@@ -0,0 +1,23 @@
+<!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="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<pun_head>
+</head>
+
+<body>
+
+<div id="punhelp" class="pun">
+<div class="top-box"></div>
+<div class="punwrap">
+
+<div id="brdmain">
+<pun_main>
+</div>
+
+</div>
+<div class="end-box"></div>
+</div>
+
+</body>
+</html>