darkritual/simple-header.tpl
changeset 0 da5928e7af09
equal deleted inserted replaced
-1:000000000000 0:da5928e7af09
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
       
     2 <html xmlns="http://www.w3.org/1999/xhtml">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
       
     6 <meta name="description" content="{SITE_DESC}"/>
       
     7 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
       
     8 <link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
       
     9 <title>{PAGE_NAME} | {SITE_NAME}</title>
       
    10 
       
    11 {JS_DYNAMIC_VARS}
       
    12     
       
    13 <!-- This script automatically loads the other 15 JS files -->
       
    14 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
       
    15 {ADDITIONAL_HEADERS}
       
    16 
       
    17 </head>
       
    18 
       
    19 <body>
       
    20 
       
    21 <div class="container container-simple">
       
    22 
       
    23   <div class="header">{SITE_NAME}</div>
       
    24   
       
    25   <div class="main">
       
    26   
       
    27     <div class="padded">
       
    28     
       
    29       <div style="float: right;">
       
    30         <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
       
    31       </div>
       
    32       <h1 id="h1_page_name">{PAGE_NAME}</h1>
       
    33 
       
    34       <div id="ajaxEditContainer">
       
    35       
       
    36         <!-- START CONTENT -->
       
    37         
       
    38