darkritual/header.tpl
author Dan
Mon, 31 Mar 2008 21:01:57 -0400
changeset 1 a14108b9f932
parent 0 da5928e7af09
child 2 ade40c219b05
permissions -rw-r--r--
Updated for 1.1.3
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
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     4
  <head>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     5
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     6
    <meta name="description" content="{SITE_DESC}"/>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     7
    <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     8
    <link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
     9
    <title>{PAGE_NAME} | {SITE_NAME}</title>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    10
    
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    11
    {JS_DYNAMIC_VARS}
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    12
    
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    13
    <!-- Enable the Office2007 skin in TinyMCE -->
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    14
    <script type="text/javascript">
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    15
    var tinymce_skin = 'o2k7';
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    16
    </script>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    17
    
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    18
    <!-- This script automatically loads the other 15 JS files -->
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    19
    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    20
    {ADDITIONAL_HEADERS}
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    21
    
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    22
    <!-- Enable the modal page editor -->
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    23
    <script type="text/javascript">
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    24
    editor_use_modal_window = true;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    25
    tinymce_skin = 'o2k7';
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    26
    </script>
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    27
  
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    28
  </head>
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    30
  <body>
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
<div class="container">
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 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
    35
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    36
  <div class="main_right">
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
    <div class="padded">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    39
      
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    40
      {SIDEBAR_RIGHT}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    41
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    42
    </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    43
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    44
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    45
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    46
  <div class="menu_nojs" id="pagebar_main">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    47
    <div class="label">{lang:onpage_lbl_pagetools}</div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    48
    {TOOLBAR}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    49
    <ul>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    50
      {TOOLBAR_EXTRAS}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    51
    </ul>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    52
    <span class="menuclear"></span>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    53
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    54
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    55
  <div class="subnav" id="subnav_left">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    56
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    57
    {SIDEBAR_LEFT}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    58
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    59
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    60
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    61
  <div class="main">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    62
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    63
    <div class="padded">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    64
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    65
      <div style="float: right;">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    66
        <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
    67
      </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    68
      <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
    69
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    70
      <div id="ajaxEditContainer">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    71
      
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    72
        <!-- START CONTENT -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    73
        
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    74