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 <!-- BEGIN msie --> |
7 <!-- BEGIN msie --> |
8 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" /> |
8 <link rel="stylesheet" type="text/css" href="{CDNPATH}/includes/clientside/css/enano-shared.css" /> |
9 <!-- END msie --> |
9 <!-- END msie --> |
10 <link id="mdgCss" rel="stylesheet" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" /> |
10 <link id="mdgCss" rel="stylesheet" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" /> |
11 {JS_DYNAMIC_VARS} |
11 {JS_DYNAMIC_VARS} |
12 |
12 {JS_HEADER} |
13 <!-- Only load a basic set of functions for now. Let the rest of the API load when the page is finished. --> |
|
14 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php?early"></script> |
|
15 |
13 |
16 <script type="text/javascript"> |
14 <script type="text/javascript"> |
17 var tinymce_skin = 'o2k7'; |
15 var tinymce_skin = 'o2k7'; |
18 </script> |
16 </script> |
19 |
17 |
178 </div> |
176 </div> |
179 </td><td id="mdg-br"></td></tr> |
177 </td><td id="mdg-br"></td></tr> |
180 <tr><td id="mdg-ml"></td><td style="background-color: #FFFFFF;"> |
178 <tr><td id="mdg-ml"></td><td style="background-color: #FFFFFF;"> |
181 <div class="pad"><div class="contentDiv"> |
179 <div class="pad"><div class="contentDiv"> |
182 <div style="float: right;"> |
180 <div style="float: right;"> |
183 <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
181 <img alt=" " src="{CDNPATH}/images/spacer.gif" id="ajaxloadicon" /> |
184 </div> |
182 </div> |
185 <h2 <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename --> id="h2PageName">{PAGE_NAME}</h2> |
183 <h2 <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename --> id="h2PageName">{PAGE_NAME}</h2> |
186 <div id="ajaxEditContainer"> |
184 <div id="ajaxEditContainer"> |