darkritual/simple-header.tpl
changeset 0 da5928e7af09
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/simple-header.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+<meta name="description" content="{SITE_DESC}"/>
+<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
+<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
+<title>{PAGE_NAME} | {SITE_NAME}</title>
+
+{JS_DYNAMIC_VARS}
+    
+<!-- This script automatically loads the other 15 JS files -->
+<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
+{ADDITIONAL_HEADERS}
+
+</head>
+
+<body>
+
+<div class="container container-simple">
+
+  <div class="header">{SITE_NAME}</div>
+  
+  <div class="main">
+  
+    <div class="padded">
+    
+      <div style="float: right;">
+        <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
+      </div>
+      <h1 id="h1_page_name">{PAGE_NAME}</h1>
+
+      <div id="ajaxEditContainer">
+      
+        <!-- START CONTENT -->
+        
+        
\ No newline at end of file