Initial commit. Template for SGK.com.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 6 Nov 2020 07:56:03 +0000 (23:56 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 6 Nov 2020 07:56:03 +0000 (23:56 -0800)
template/template.tpl [new file with mode: 0644]

diff --git a/template/template.tpl b/template/template.tpl
new file mode 100644 (file)
index 0000000..d2c7416
--- /dev/null
@@ -0,0 +1,32 @@
+<html>
+<head>
+    <title>%%page_title%%</title>
+    <link rel="stylesheet" href="/style.css" type="text/css" media="screen, handheld" title="default">
+    <meta charset="UTF-8">
+    %%meta_description%%
+    %%meta_keywords%%
+</head>
+<body>
+    <div id="header">
+        <a id="headerLink" href="/">%%site_title%%</a>
+    </div>
+    <div id="menu">
+        <span class="left">
+            %%top_level_menu%%
+        </span>
+    </div>
+    <div id="content">
+        <div id="nav">
+            %%current_dir_menu%%
+        </div>
+        <div id="main">
+            <!-- <h1 class="page_header">%%content_header%%</h1> -->
+            %%page_content%%
+        </div>
+    </div>
+    <div id="footer">
+        <span class="left">Powered by <a href="http://gitweb.subgeniuskitty.com/?p=cmless/.git">CMless</a></span>
+        <span class="right">&copy; 2005&ndash;%%current_year%% <a href="http://subgeniuskitty.com/">subgeniuskitty.com</a></span>
+    </div>
+</body>
+</html>