darkritual/header.tpl
author Dan Fuhry <dan@enanocms.org>
Mon, 15 Nov 2010 17:54:59 -0500
changeset 3 90390da47ea7
parent 2 ade40c219b05
permissions -rw-r--r--
Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
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
    
3
90390da47ea7 Updated with new toolbar.tpl (adds sprite support); fixed modal editor and JS headers
Dan Fuhry <dan@enanocms.org>
parents: 2
diff changeset
    18
    {JS_HEADER}
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    19
    {ADDITIONAL_HEADERS}
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    20
    
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    21
  </head>
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    23
  <body>
0
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="container">
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="header">{SITE_NAME}</div>
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 class="main_right">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    30
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
    <div class="padded">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
      
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    33
      {SIDEBAR_RIGHT}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    34
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    35
    </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    36
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    37
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    38
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    39
  <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
    40
    <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
    41
    {TOOLBAR}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    42
    <ul>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    43
      {TOOLBAR_EXTRAS}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    44
    </ul>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    45
    <span class="menuclear"></span>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    46
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    47
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    48
  <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
    49
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    50
    {SIDEBAR_LEFT}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    51
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    52
  </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    53
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    54
  <div class="main">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    55
  
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    56
    <div class="padded">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    57
    
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    58
      <div style="float: right;">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    59
        <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
    60
      </div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    61
      <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
    62
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    63
      <div id="ajaxEditContainer">
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
        <!-- START CONTENT -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    66
        
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    67