themes/enanium/simple-header.tpl
changeset 1227 bdac73ed481e
parent 921 a71de5e21423
child 1256 cc7b966bc45d
equal deleted inserted replaced
1226:de56132c008d 1227:bdac73ed481e
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     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">
     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="{CDNPATH}/includes/clientside/css/enano-shared.css" />
     7 		<link rel="stylesheet" type="text/css" href="{CDNPATH}/includes/clientside/css/enano-shared.css" />
     8     <link rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-extra/structure.css" />
     8 		<link rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-extra/structure.css" />
     9     <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
     9 		<link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
    10     {JS_HEADER}
    10 		{JS_HEADER}
    11     {ADDITIONAL_HEADERS}
    11 		{ADDITIONAL_HEADERS}
    12   </head>
    12 	</head>
    13   <body class="simple">
    13 	<body class="simple">
    14     <div id="header">
    14 		<div id="header">
    15       <h1>{PAGE_NAME}</h1>
    15 			<h1>{PAGE_NAME}</h1>
    16     </div>
    16 		</div>
    17     <!-- Yes this is table based. For reliability reasons. -->
    17 		<!-- Yes this is table based. For reliability reasons. -->
    18     <table border="0" cellspacing="0" cellpadding="0" id="body-wrapper">
    18 		<table border="0" cellspacing="0" cellpadding="0" id="body-wrapper">
    19     <tr>
    19 		<tr>
    20       <td valign="top" id="cell-content">
    20 			<td valign="top" id="cell-content">
    21         <div id="content-wrapper" class="content">
    21 				<div id="content-wrapper" class="content">
    22           <table border="0" cellspacing="0" cellpadding="0">
    22 					<table border="0" cellspacing="0" cellpadding="0">
    23           <tr>
    23 					<tr>
    24           <td valign="top">
    24 					<td valign="top">
    25           <div id="ajaxEditContainer">
    25 					<div id="ajaxEditContainer">