themes/springy/header.tpl
changeset 0 faec06138933
child 1 deac853bf428
equal deleted inserted replaced
-1:000000000000 0:faec06138933
       
     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   <head>
       
     4     <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
       
     5     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
       
     6     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
       
     7     <link id="mdgCss" rel="stylesheet" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" />
       
     8     {JS_DYNAMIC_VARS}
       
     9     <!-- This script automatically loads the other 15 JS files -->
       
    10     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
       
    11     <script type="text/javascript">
       
    12       if ( !IE )
       
    13         document.write('<link rel="stylesheet" href="{SCRIPTPATH}/themes/{THEME_ID}/css-global/for-mozillas-eyes-only.css" type="text/css" />');
       
    14     </script>
       
    15     {ADDITIONAL_HEADERS}
       
    16     <!-- BEGINNOT user_logged_in -->
       
    17     <style type="text/css">
       
    18       div#category_box_wrapper {
       
    19         display: none;
       
    20       }
       
    21     </style>
       
    22     <!-- BEGINELSE user_logged_in -->
       
    23     <script type="text/javascript" src="{SCRIPTPATH}/themes/{THEME_ID}/js/navi.js"></script>
       
    24     <!--[if IE]>
       
    25     <script type="text/javascript" src="{SCRIPTPATH}/themes/{THEME_ID}/js/sidebar-ie.js"></script>
       
    26     <![endif]-->
       
    27     <!-- END user_logged_in -->
       
    28     <script type="text/javascript">
       
    29       // Disable transition effects for the ACL editor
       
    30       // (they're real slow in this theme, at least in fx/opera/IE)
       
    31       var aclDisableTransitionFX = true;
       
    32     </script>
       
    33   </head>
       
    34   <body>
       
    35     <!-- BEGIN user_logged_in -->
       
    36       <div id="right-sidebar-trigger">
       
    37         <a href="#" onclick="sidebar_right_toggle(); return false;">show navigation</a>
       
    38       </div>
       
    39       <div id="right-sidebar">
       
    40         {SIDEBAR_RIGHT}
       
    41       </div>
       
    42     <!-- END user_logged_in -->
       
    43     <div id="mainholder">
       
    44       <div class="title">
       
    45         <h1 class="site-name">{SITE_NAME}</h1>
       
    46         <h2 class="site-desc">{SITE_DESC}</h2>
       
    47       </div>
       
    48       <div id="rap">
       
    49         <div class="content-holder">
       
    50           <!-- BEGIN user_logged_in -->
       
    51           <div class="menu_nojs" id="pagebar_main" style="margin-bottom: 12px;">
       
    52             <div class="label">Page tools</div>
       
    53             {TOOLBAR}
       
    54             <ul>
       
    55               {TOOLBAR_EXTRAS}
       
    56             </ul>
       
    57             <span class="menuclear"></span>
       
    58           </div>
       
    59           <!-- END user_logged_in -->
       
    60           <!-- The original idea was to make this table-less.
       
    61                And then came along Internet Explo*er. -->
       
    62           <table border="0" cellspacing="0" cellpadding="0" style="width: 642px;">
       
    63             <tr>
       
    64               <td valign="top">
       
    65           <div id="sidebar-left">
       
    66             {SIDEBAR_LEFT}
       
    67           </div>
       
    68               </td>
       
    69               <td valign="top">
       
    70           <div class="content-inner">
       
    71             <div style="float: right;">
       
    72               <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
       
    73             </div>
       
    74             <h2 id="h2PageName">{PAGE_NAME}</h2>
       
    75             <div id="ajaxEditContainer">
       
    76