darkritual/simple-header.tpl
author Dan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
permissions -rw-r--r--
First commit, theme is in a working state and should be ready for general use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     2
<html xmlns="http://www.w3.org/1999/xhtml">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     3
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     4
<head>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     5
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     6
<meta name="description" content="{SITE_DESC}"/>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     7
<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     8
<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     9
<title>{PAGE_NAME} | {SITE_NAME}</title>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    10
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    11
{JS_DYNAMIC_VARS}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    12
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    13
<!-- This script automatically loads the other 15 JS files -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    14
<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    15
{ADDITIONAL_HEADERS}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    16
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    17
</head>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    18
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    19
<body>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    20
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    21
<div class="container container-simple">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    23
  <div class="header">{SITE_NAME}</div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    24
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    25
  <div class="main">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    26
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    27
    <div class="padded">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
      <div style="float: right;">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    30
        <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
      </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
      <h1 id="h1_page_name">{PAGE_NAME}</h1>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    33
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    34
      <div id="ajaxEditContainer">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    35
      
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    36
        <!-- START CONTENT -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    37
        
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    38