author | Dan |
Thu, 11 Dec 2008 15:53:08 -0500 | |
changeset 7 | ab28d9f00fbf |
parent 4 | ffba60211d61 |
permissions | -rw-r--r-- |
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
2 |
<html> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
3 |
<head> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
4 |
<title>{PAGE_NAME} • {SITE_NAME}</title> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
6 |
<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" /> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
7 |
<link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" /> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
8 |
{JS_DYNAMIC_VARS} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
9 |
<!-- This script automatically loads the other 15 JS files --> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
10 |
<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
11 |
{ADDITIONAL_HEADERS} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
12 |
</head> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
13 |
<body> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
14 |
<table border="0" id="stretcher" cellspacing="0" cellpadding="0"><tr><td valign="middle" id="stretcher-main"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
15 |
<div id="rap"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
16 |
<div id="main"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
17 |
<div id="content"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
18 |
<div class="post"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
19 |
<div class="post-info"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
20 |
<h2 class="post-title">{PAGE_NAME}</h2> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
21 |
</div> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
22 |
<div class="post-content"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
23 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
24 |
<div id="ajaxEditContainer"> |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
25 |
<!-- START CONTENT --> |