| 1 |
<!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">
|
| 3 |
<head>
|
| 4 |
<title><?php print $head_title ?></title>
|
| 5 |
<?php print $head ?>
|
| 6 |
<?php print $styles ?>
|
| 7 |
<!--[if IE 6]>
|
| 8 |
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie6.css" />
|
| 9 |
<![endif]-->
|
| 10 |
<!--[if IE 7]>
|
| 11 |
<link rel="stylesheet" type="text/css" href="<?php print base_path(). path_to_theme(); ?>/iestyles/ie7.css" />
|
| 12 |
<![endif]-->
|
| 13 |
<?php print $scripts ?>
|
| 14 |
</head>
|
| 15 |
<body>
|
| 16 |
<noindex><div id="megatopregion">
|
| 17 |
<?php if ($header): ?>
|
| 18 |
<div id="headerblock">
|
| 19 |
<?php print $header; ?>
|
| 20 |
</div>
|
| 21 |
<?php endif; ?>
|
| 22 |
<div id="loginline"><?php print phptemplate_flat_login();?></div>
|
| 23 |
<div class="drdot">
|
| 24 |
<hr />
|
| 25 |
</div></div></noindex>
|
| 26 |
<div id="utilities">
|
| 27 |
<div id="utilities_corner">
|
| 28 |
<?php print $search_box ?>
|
| 29 |
<?php if (isset($primary_links)) : ?>
|
| 30 |
<?php print '<div id="plinks">'; ?>
|
| 31 |
<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>
|
| 32 |
<?php print '</div>'; ?>
|
| 33 |
<?php endif; ?>
|
| 34 |
</div> </div>
|
| 35 |
<div id="page">
|
| 36 |
<div id="header">
|
| 37 |
<?php if ($logo) {
|
| 38 |
print '<img src="'. check_url($logo) .'" alt="'. $site_name .'" id="logo" />';
|
| 39 |
}
|
| 40 |
?>
|
| 41 |
<?php if ($site_name) : ?>
|
| 42 |
<?php if ($is_front) : /* if we are on the front page use <h1> for site title */ ?>
|
| 43 |
<h1 class="sitetitle"> <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
|
| 44 |
<?php print $site_name ?>
|
| 45 |
</a>
|
| 46 |
</h1>
|
| 47 |
<?php endif; ?>
|
| 48 |
<?php if (!$is_front) : /* otherwise use <p> and let node title use <h1> for SEO */ ?>
|
| 49 |
<p class="sitetitle">
|
| 50 |
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
|
| 51 |
<?php print $site_name ?>
|
| 52 |
</a>
|
| 53 |
</p>
|
| 54 |
|
| 55 |
<?php endif; ?>
|
| 56 |
<?php endif; ?>
|
| 57 |
<?php if ($site_slogan){?>
|
| 58 |
<p class="slogan"><?php print $site_slogan ?></p>
|
| 59 |
<?php } ?>
|
| 60 |
</div>
|
| 61 |
<?php if (($secondary_links)) : ?>
|
| 62 |
<?php print '<div id="submenu">' ?>
|
| 63 |
<?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
|
| 64 |
<?php print '</div><div class="stopfloat"></div>' ?>
|
| 65 |
<?php endif; ?>
|
| 66 |
<div class="wrapper"><!--wrapper:defines whole content margins-->
|
| 67 |
<div id="primary" style=<?php print '"width:'.aboutpeople_width( $left, $right).'px;">' ?>
|
| 68 |
<div class="singlepage">
|
| 69 |
<?php if ($mission): print '<div id="sitemission"><p>'. $mission .'</p></div>'; endif; ?>
|
| 70 |
<?php print $breadcrumb; ?>
|
| 71 |
<?php if ($content_top): ?>
|
| 72 |
<?php print $content_top; ?>
|
| 73 |
<!-- /#content-top -->
|
| 74 |
<?php endif; ?>
|
| 75 |
<?php
|
| 76 |
if ($title):
|
| 77 |
if ($is_front){/* if we are on the front page use <h2> for title */
|
| 78 |
print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>';
|
| 79 |
}
|
| 80 |
else {print '<h1'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h1>'; /* otherwise use <h1> for node title */
|
| 81 |
}
|
| 82 |
endif; ?>
|
| 83 |
<?php if ($tabs): print '<div class="tabs">'.$tabs.'</div>'; endif; ?>
|
| 84 |
<?php if ($help) { ?><div class="help"><?php print $help ?></div><?php } ?>
|
| 85 |
<?php if ($messages) { ?><div class="messages"><?php print $messages ?></div><?php } ?>
|
| 86 |
<div class="drdot">
|
| 87 |
<hr />
|
| 88 |
</div>
|
| 89 |
<?php print $content ?>
|
| 90 |
</div>
|
| 91 |
</div>
|
| 92 |
<!-- left -->
|
| 93 |
<?php if ($left) { ?>
|
| 94 |
<div class="lsidebar">
|
| 95 |
<?php print $left ?>
|
| 96 |
</div><!-- end left -->
|
| 97 |
<?php } ?>
|
| 98 |
<!-- right -->
|
| 99 |
<?php if ($right) { ?>
|
| 100 |
<div class="rsidebar">
|
| 101 |
<?php print $right ?>
|
| 102 |
</div><!-- end right -->
|
| 103 |
<?php } ?>
|
| 104 |
<div class="clear"></div>
|
| 105 |
</div>
|
| 106 |
</div>
|
| 107 |
<!-- Close Page -->
|
| 108 |
<div id="footer">
|
| 109 |
<?php print $footer ?>
|
| 110 |
<?php print $footer_message ?>
|
| 111 |
</div>
|
| 112 |
<?php print $closure ?>
|
| 113 |
</body>
|
| 114 |
</html>
|