author | Dan |
Mon, 31 Mar 2008 21:01:57 -0400 | |
changeset 1 | a14108b9f932 |
parent 0 | da5928e7af09 |
child 2 | ade40c219b05 |
permissions | -rw-r--r-- |
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
3 |
|
1 | 4 |
<head> |
5 |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> |
|
6 |
<meta name="description" content="{SITE_DESC}"/> |
|
7 |
<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" /> |
|
8 |
<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" /> |
|
9 |
<title>{PAGE_NAME} | {SITE_NAME}</title> |
|
10 |
||
11 |
{JS_DYNAMIC_VARS} |
|
12 |
||
13 |
<!-- Enable the Office2007 skin in TinyMCE --> |
|
14 |
<script type="text/javascript"> |
|
15 |
var tinymce_skin = 'o2k7'; |
|
16 |
</script> |
|
17 |
||
18 |
<!-- This script automatically loads the other 15 JS files --> |
|
19 |
<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script> |
|
20 |
{ADDITIONAL_HEADERS} |
|
21 |
||
22 |
<!-- Enable the modal page editor --> |
|
23 |
<script type="text/javascript"> |
|
24 |
editor_use_modal_window = true; |
|
25 |
tinymce_skin = 'o2k7'; |
|
26 |
</script> |
|
27 |
||
28 |
</head> |
|
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
29 |
|
1 | 30 |
<body> |
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
31 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
32 |
<div class="container"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
33 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
34 |
<div class="header">{SITE_NAME}</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
35 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
36 |
<div class="main_right"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
37 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
38 |
<div class="padded"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
39 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
40 |
{SIDEBAR_RIGHT} |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
41 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
42 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
43 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
44 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
45 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
46 |
<div class="menu_nojs" id="pagebar_main"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
47 |
<div class="label">{lang:onpage_lbl_pagetools}</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
48 |
{TOOLBAR} |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
49 |
<ul> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
50 |
{TOOLBAR_EXTRAS} |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
51 |
</ul> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
52 |
<span class="menuclear"></span> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
53 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
54 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
55 |
<div class="subnav" id="subnav_left"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
56 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
57 |
{SIDEBAR_LEFT} |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
58 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
59 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
60 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
61 |
<div class="main"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
62 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
63 |
<div class="padded"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
64 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
65 |
<div style="float: right;"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
66 |
<img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
67 |
</div> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
68 |
<h1 id="h1_page_name">{PAGE_NAME}</h1> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
69 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
70 |
<div id="ajaxEditContainer"> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
71 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
72 |
<!-- START CONTENT --> |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
73 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
74 |