equal
deleted
inserted
replaced
|
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} • {SITE_NAME}</title> |
|
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
6 {JS_DYNAMIC_VARS} |
|
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" /> |
|
9 <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" /> |
|
10 {JS_HEADER} |
|
11 {ADDITIONAL_HEADERS} |
|
12 </head> |
|
13 <body class="simple"> |
|
14 <div id="header"> |
|
15 <h1>{PAGE_NAME}</h1> |
|
16 </div> |
|
17 <!-- Yes this is table based. For reliability reasons. --> |
|
18 <table border="0" cellspacing="0" cellpadding="0" id="body-wrapper"> |
|
19 <tr> |
|
20 <td valign="top" id="cell-content"> |
|
21 <div id="content-wrapper" class="content"> |
|
22 <table border="0" cellspacing="0" cellpadding="0"> |
|
23 <tr> |
|
24 <td valign="top"> |
|
25 <div id="ajaxEditContainer"> |