| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>"> |
|
|
|
| 3 |
<head> |
<head> |
| 4 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 5 |
<?php print $head ?> |
<?php print $head ?> |
| 6 |
<?php print $styles ?> |
<?php print $styles ?> |
| 7 |
<?php print $scripts ?> |
<?php print $scripts ?> |
| 8 |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> |
<?php if ((arg(2) == 'themes') || (arg(2) == 'track')) { ?> |
| 9 |
</head> |
<style type="text/css"> |
| 10 |
|
#outerColumn {border-right: none !important;} |
| 11 |
<body> |
#rightCol {display: none;} |
| 12 |
|
</style> |
| 13 |
<table id="header" border="0" cellspacing="0" cellpadding="0"> |
<?php } ?> |
| 14 |
<tr> |
</head> |
| 15 |
<td id="searchbar" colspan="2"> |
|
| 16 |
<?php print $search_box ?> |
<body class="<?php print $body_classes; ?>"> |
| 17 |
</td> |
<div id="pageWrap"> |
| 18 |
</tr> |
<div id="header"> |
| 19 |
<tr> |
<div class="inside"> |
| 20 |
<td id="logo"> |
<div class="header_left"> |
| 21 |
<?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?> |
<?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php print $site_name.'-'.t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print $site_name.'-'.t('Home') ?>" /></a><?php } ?> |
| 22 |
<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?> |
<div class="header_text"> |
| 23 |
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> |
<?php if ($site_name) { ?><h1 class="site-name"><a href="<?php print $front_page ?>" title="<?php print $site_name ?>"><?php print $site_name ?></a></h1><?php } ?> |
| 24 |
</td> |
<?php if ($site_slogan) { ?><span class="site-slogan"><?php print $site_slogan ?></span><?php } ?> |
| 25 |
<td id="menu"> |
</div> |
| 26 |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?> |
</div> |
| 27 |
<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?> |
<?php if ($search_box || isset($primary_links)) { ?><div class="header_right"> |
| 28 |
</td> |
<div class="search"> |
| 29 |
</tr> |
<?php print $search_box ?> |
| 30 |
<tr id="headerbottom"> |
</div> |
| 31 |
<td colspan="2"><div><?php print $header ?> </div></td> |
<?php if (isset($primary_links)) { print theme('links', $primary_links, array('class' => 'links', 'id' => 'navlist')); } ?> |
| 32 |
</tr> |
</div><?php } ?> |
|
</table> |
|
|
|
|
|
<table id="content"> |
|
|
<tr> |
|
|
<?php if ($sidebar_left) { ?><td id="sidebar-left"> |
|
|
<?php print $sidebar_left ?> |
|
|
</td><?php } ?> |
|
|
<td valign="top"> |
|
|
<?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?> |
|
|
<div id="main"> |
|
|
<?php print $breadcrumb ?> |
|
|
<h1 class="title"><?php print $title ?></h1> |
|
|
<div class="tabs"><?php print $tabs ?></div> |
|
|
<?php print $help ?> |
|
|
<?php print $messages ?> |
|
|
<?php print $content; ?> |
|
|
<?php print $feed_icons; ?> |
|
| 33 |
</div> |
</div> |
| 34 |
</td> |
</div> |
| 35 |
<?php if ($sidebar_right) { ?><td id="sidebar-right"> |
<div id="outerColumn"> |
| 36 |
<?php print $sidebar_right ?> |
<div id="innerColumn"> |
| 37 |
</td><?php } ?> |
<div id="soContainer"> |
| 38 |
</tr> |
<div id="content"> |
| 39 |
</table> |
<div class="inside"> |
| 40 |
|
<?php if ($mission) { ?><div class="mission"><?php print $mission ?></div><?php } ?> |
| 41 |
<table id="footer"> |
<?php if ($header) { ?><div class="intro"><?php print $header ?></div><?php } ?> |
| 42 |
<tr> |
<?php print $breadcrumb ?> |
| 43 |
<td> |
<?php if ($tabs) { ?><div class="tabs"><?php print $tabs ?></div><?php } ?> |
| 44 |
<?php print $footer_message ?> |
<?php if ($title) { ?><h1 class="title"><?php print $title ?></h1><?php } ?> |
| 45 |
</td> |
<?php print $help ?> |
| 46 |
</tr> |
<?php if ($show_messages) { print $messages; } ?> |
| 47 |
</table> |
<?php print $content; ?> |
| 48 |
|
<?php print $feed_icons; ?> |
| 49 |
|
</div> |
| 50 |
|
</div> |
| 51 |
|
<?php if ($left) { ?><div id="leftCol"> |
| 52 |
|
<div class="inside"> |
| 53 |
|
<?php print $left ?> |
| 54 |
|
</div> |
| 55 |
|
</div><?php } ?> |
| 56 |
|
<div class="clr"></div> |
| 57 |
|
</div> |
| 58 |
|
<?php if ($right) { ?><div id="rightCol"> |
| 59 |
|
<div class="inside"> |
| 60 |
|
<?php print $right ?> |
| 61 |
|
</div> |
| 62 |
|
</div><?php } ?> |
| 63 |
|
</div> |
| 64 |
|
<div class="clr"></div> |
| 65 |
|
</div> |
| 66 |
|
<div id="footer"> |
| 67 |
|
<div class="inside"> |
| 68 |
|
<?php if ($footer_message || $footer) { ?><div class="footer_left"> |
| 69 |
|
<?php print $footer_message ?> |
| 70 |
|
<?php print $footer ?> |
| 71 |
|
</div><?php } ?> |
| 72 |
|
<div class="footer_right"> |
| 73 |
|
<?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')); ?> |
| 74 |
|
<?php /*?>You may remove this link<?php */?> |
| 75 |
|
<div class="powered">powered by <a href="http://www.freecmsdesigns.com" title="Foliage theme by FreeCmsDesigns.com">FreeCmsDesigns.com</a></div> |
| 76 |
|
</div> |
| 77 |
|
<div class="clr"></div> |
| 78 |
|
</div> |
| 79 |
|
</div> |
| 80 |
|
</div> |
| 81 |
<?php print $closure ?> |
<?php print $closure ?> |
| 82 |
</body> |
</body> |
| 83 |
</html> |
</html> |