equal
deleted
inserted
replaced
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} • {SITE_NAME}</title> |
4 <title>{PAGE_NAME} • {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 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" /> |
6 <link rel="stylesheet" type="text/css" href="{CDNPATH}/includes/clientside/css/enano-shared.css" /> |
7 <link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" /> |
7 <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" /> |
8 <!--[if IE]> |
8 <!--[if IE]> |
9 <link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-ie/iefixes.css" /> |
9 <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-ie/iefixes.css" /> |
10 <![endif]--> |
10 <![endif]--> |
11 {JS_DYNAMIC_VARS} |
11 {JS_DYNAMIC_VARS} |
12 <!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests --> |
12 {JS_HEADER} |
13 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script> |
13 <script type="text/javascript" src="{CDNPATH}/themes/admin/js/menu.js"></script> |
14 <script type="text/javascript" src="{SCRIPTPATH}/themes/admin/js/menu.js"></script> |
|
15 {ADDITIONAL_HEADERS} |
14 {ADDITIONAL_HEADERS} |
16 </head> |
15 </head> |
17 <body> |
16 <body> |
18 <div id="header"> |
17 <div id="header"> |
19 <div class="sitename">{SITE_NAME}</div> |
18 <div class="sitename">{SITE_NAME}</div> |
38 </tr> |
37 </tr> |
39 <tr> |
38 <tr> |
40 <td class="left"></td> |
39 <td class="left"></td> |
41 <td class="main"> |
40 <td class="main"> |
42 <div style="float: right;"> |
41 <div style="float: right;"> |
43 <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
42 <img alt=" " src="{CDNPATH}/images/spacer.gif" id="ajaxloadicon" /> |
44 </div> |
43 </div> |
45 <h2 class="pagename">{PAGE_NAME}</h2> |
44 <h2 class="pagename">{PAGE_NAME}</h2> |
46 <div id="ajaxEditContainer"> |
45 <div id="ajaxEditContainer"> |