author | Dan |
Sat, 07 Jun 2008 12:50:21 -0400 | |
changeset 565 | df5a40ca2f7a |
parent 460 | 3a1c99845ca8 |
child 650 | e45183014778 |
permissions | -rw-r--r-- |
0 | 1 |
</div> |
2 |
<div id="mdgCommentContainer"> |
|
3 |
</div> |
|
4 |
</div></div> |
|
5 |
</td><td id="mdg-mr"></td></tr> |
|
6 |
<tr><td id="mdg-btl"></td><td> |
|
7 |
<!-- We strongly request that you leave the notice below in its place; it helps to attract users to Enano in exchange for providing you |
|
8 |
with your CMS. Enano is still new; therefore we are looking to attract users, and we feel that this notice will help. If you refuse |
|
9 |
to include even this tiny little notice, support on the Enano forums may be affected. Thanks guys. |
|
10 |
||
11 |
-Dan |
|
12 |
--> |
|
13 |
<div id="credits"> |
|
91 | 14 |
<b>{COPYRIGHT}</b><br /> |
391
85f91037cd4f
Localization is FINISHED, DAMN IT HELLAH YEAH! OVER WITH! Man, it feels to get that off my chest. Release is in under 48 hours, folks. And we're ready for it.
Dan
parents:
377
diff
changeset
|
15 |
[[EnanoPoweredLinkLong]] | <!-- BEGINNOT stupid_mode --><a href="http://validator.w3.org/check?uri=referer">{lang:page_w3c_valid_xhtml11}</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">{lang:page_w3c_valid_css}</a> | <!-- END stupid_mode -->[[StatsLong]] |
192
9237767a23ae
Implemented cron image into Oxygen and St Patty as promised; fixed way-outdated version numbers in plugins
Dan
parents:
91
diff
changeset
|
16 |
<!-- Do not remove this line or scheduled tasks will not run. --> |
9237767a23ae
Implemented cron image into Oxygen and St Patty as promised; fixed way-outdated version numbers in plugins
Dan
parents:
91
diff
changeset
|
17 |
<img alt=" " src="{SCRIPTPATH}/cron.php" width="1" height="1" /> |
0 | 18 |
</div> |
19 |
||
20 |
</td><td id="mdg-btr"></td></tr> |
|
21 |
<tr><td id="mdg-btcl"></td><td id="mdg-btm"></td><td id="mdg-btcr"></td></tr> |
|
22 |
</table> |
|
23 |
||
24 |
</td> |
|
25 |
||
26 |
<!-- BEGIN sidebar_right --> |
|
27 |
<!-- BEGINNOT in_admin --> |
|
28 |
<td class="mdgSidebarHolder" valign="top"> |
|
29 |
<div id="right-sidebar"> |
|
30 |
||
31 |
{SIDEBAR_RIGHT} |
|
32 |
||
33 |
</div> |
|
34 |
<div id="right-sidebar-showbutton" style="display: none; position: fixed; top: 3px; right: 3px;"> |
|
35 |
<input type="button" onclick="collapseSidebar('right');" value="<<" /> |
|
36 |
</div> |
|
37 |
</td> |
|
38 |
<!-- END in_admin --> |
|
39 |
<!-- END sidebar_right --> |
|
40 |
||
41 |
</tr> |
|
42 |
</table> |
|
43 |
<div style="display: none;"> |
|
44 |
<h2>Your browser does not support CSS.</h2> |
|
45 |
<p>If you can see this text, it means that your browser does not support Cascading Style Sheets (CSS). CSS is a fundemental aspect of XHTML, and as a result it is becoming very widely adopted by websites, including this one. You should consider switching to a more modern web browser, such as Mozilla Firefox or Opera 9.</p> |
|
46 |
<p>Because of this, there are a few minor issues that you may experience while browsing this site, not the least of which is some visual elements below that would normally be hidden in most browsers. Please excuse these minor inconveniences.</p> |
|
47 |
</div> |
|
48 |
<div id="root3" class="jswindow" style="display: none;"> |
|
49 |
<div id="tb3" class="titlebar">Wiki formatting help</div> |
|
50 |
<div class="content" id="cn3"> |
|
51 |
Loading... |
|
52 |
</div> |
|
53 |
</div> |
|
565
df5a40ca2f7a
[YSlow experimental] Moved jsres.php include to bottom of the body in oxygen
Dan
parents:
460
diff
changeset
|
54 |
<!-- jsres.php is a wrapper script that compresses and caches single JS files to minimize requests --> |
df5a40ca2f7a
[YSlow experimental] Moved jsres.php include to bottom of the body in oxygen
Dan
parents:
460
diff
changeset
|
55 |
<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php"></script> |
0 | 56 |
<script type="text/javascript"> |
57 |
// This initializes the Javascript runtime when the DOM is ready - not when the page is |
|
58 |
// done loading, because enano-lib-basic still has to load some 15 other script files |
|
59 |
// check for the init function - this is a KHTML fix |
|
460 | 60 |
// This doesn't seem to work properly in IE in 1.1.x - there are some problems with |
61 |
// tinyMCE and l10n. |
|
62 |
if ( typeof ( enano_init ) == 'function' && !IE ) |
|
0 | 63 |
{ |
64 |
enano_init(); |
|
65 |
window.onload = function(e) { }; |
|
66 |
} |
|
67 |
</script> |
|
68 |
</body> |
|
69 |
</html> |