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="{CDNPATH}/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" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" /> |
7 <link id="mdgCss" rel="stylesheet" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" /> |
8 {ADDITIONAL_HEADERS} |
8 {ADDITIONAL_HEADERS} |
9 |
9 |
10 <style type="text/css" media="print"> |
10 <style type="text/css" media="print"> |
11 span.normallink { |
11 span.normallink { |
12 display: none; |
12 display: none; |
13 } |
13 } |
14 </style> |
14 </style> |
15 </head> |
15 </head> |
16 <body> |
16 <body> |
17 <div class="pad"><div class="contentDiv"> |
17 <div class="pad"><div class="contentDiv"> |
18 <!-- BEGINNOT export --> |
18 <!-- BEGINNOT export --> |
19 <div style="float: right;"> |
19 <div style="float: right;"> |
20 <span class="normallink"><a href="#" onclick="window.print(); return false;">print page</a> | <a href="{CONTENTPATH}{PAGE_URLNAME}{ADMIN_SID_AUTO}">view normal version</a></span> <image alt=" " src="{CDNPATH}/images/spacer.gif" id="ajaxloadicon" /> |
20 <span class="normallink"><a href="#" onclick="window.print(); return false;">print page</a> | <a href="{CONTENTPATH}{PAGE_URLNAME}{ADMIN_SID_AUTO}">view normal version</a></span> <image alt=" " src="{CDNPATH}/images/spacer.gif" id="ajaxloadicon" /> |
21 </div> |
21 </div> |
22 <!-- END export --> |
22 <!-- END export --> |
23 <h2>{PAGE_NAME}</h2> |
23 <h2>{PAGE_NAME}</h2> |
24 <div id="ajaxEditContainer"> |
24 <div id="ajaxEditContainer"> |