author | Dan |
Sat, 26 Sep 2009 15:26:14 -0400 | |
changeset 1124 | 1e956881d362 |
parent 650 | e45183014778 |
child 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
0 | 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
2 |
<html> |
|
3 |
<head> |
|
4 |
<title>{PAGE_NAME} • {SITE_NAME}</title> |
|
5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
650
e45183014778
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Dan
parents:
276
diff
changeset
|
6 |
<link rel="stylesheet" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" id="mdgCss" /> |
0 | 7 |
{JS_DYNAMIC_VARS} |
8 |
<!-- This script automatically loads the other 15 JS files --> |
|
650
e45183014778
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Dan
parents:
276
diff
changeset
|
9 |
<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script> |
0 | 10 |
{ADDITIONAL_HEADERS} |
11 |
</head> |
|
12 |
<body> |
|
276
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
13 |
<table class="simple-layout" border="0" style="width: 100%; height: 100%;"> |
0 | 14 |
<tr> |
15 |
<td style="width: 10%;"></td> |
|
16 |
<td valign="middle"> |
|
17 |
<table id="enano-main" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto;"> |
|
18 |
<tr> |
|
276
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
19 |
<td id="mdg-tl"></td> |
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
20 |
<td id="mdg-top"></td> |
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
21 |
<td id="mdg-tr"></td> |
0 | 22 |
</tr> |
23 |
<tr> |
|
276
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
24 |
<td id="mdg-l"></td> |
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
25 |
<td id="mainhead"> |
0 | 26 |
<h1>{PAGE_NAME}</h1> |
27 |
</td> |
|
276
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
28 |
<td id="mdg-r"></td> |
0 | 29 |
</tr> |
30 |
<tr> |
|
276
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
31 |
<td id="mdg-ml"></td> |
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
32 |
<td style="background-color: #FFF;"> |
acfdccf7a2bf
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan
parents:
0
diff
changeset
|
33 |
<div id="ajaxEditContainer" class="contentDiv"> |