themes/stpatty/header.tpl
changeset 650 e45183014778
parent 420 301f546688d1
child 663 d0f74bcd21eb
equal deleted inserted replaced
649:74e03196fd43 650:e45183014778
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3   <head>
     3   <head>
     4     <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
     4     <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
     5     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     5     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     6     {JS_DYNAMIC_VARS}
     6     {JS_DYNAMIC_VARS}
     7     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
     7     <link rel="stylesheet" type="text/css" href="{CDNPATH}/includes/clientside/css/enano-shared.css" />
     8     <link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
     8     <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
     9     <!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests -->
     9     {JS_HEADER}
    10     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script>
       
    11     <!--[if lt IE 7]>
    10     <!--[if lt IE 7]>
    12     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes-{STYLE_ID}.css" />
    11     <link rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-extra/ie-fixes-{STYLE_ID}.css" />
    13     <![endif]-->
    12     <![endif]-->
    14     <script type="text/javascript">
    13     <script type="text/javascript">
    15     // <![CDATA[
    14     // <![CDATA[
    16     
    15     
    17       // Disable transition effects for the ACL editor
    16       // Disable transition effects for the ACL editor
    75   </head>
    74   </head>
    76   <body>
    75   <body>
    77     <div id="bg">
    76     <div id="bg">
    78       <div id="rap">
    77       <div id="rap">
    79         <div id="title">
    78         <div id="title">
    80           <img id="clover" src="{SCRIPTPATH}/themes/{THEME_ID}/images/clover.png" alt=" " />
    79           <img id="clover" src="{CDNPATH}/themes/{THEME_ID}/images/clover.png" alt=" " />
    81           <h1>{SITE_NAME}</h1>
    80           <h1>{SITE_NAME}</h1>
    82           <h2>{SITE_DESC}</h2>
    81           <h2>{SITE_DESC}</h2>
    83         </div>
    82         </div>
    84         <div class="menu_nojs" id="pagebar_main">
    83         <div class="menu_nojs" id="pagebar_main">
    85           <div class="label">{lang:onpage_lbl_pagetools}</div>
    84           <div class="label">{lang:onpage_lbl_pagetools}</div>
    99           <!-- END in_admin -->
    98           <!-- END in_admin -->
   100           <!-- END sidebar_right -->
    99           <!-- END sidebar_right -->
   101         </div>
   100         </div>
   102         <div id="maincontent">
   101         <div id="maincontent">
   103           <div style="float: right;">
   102           <div style="float: right;">
   104             <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
   103             <img alt=" " src="{CDNPATH}/images/spacer.gif" id="ajaxloadicon" />
   105           </div>
   104           </div>
   106           <h2 id="pagetitle" <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename -->>{PAGE_NAME}</h2>
   105           <h2 id="pagetitle" <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename -->>{PAGE_NAME}</h2>
   107           <div id="ajaxEditContainer">
   106           <div id="ajaxEditContainer">
   108             
   107