| 1 |
<?php echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" ?>
|
| 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="<?php print $language ?>">
|
| 5 |
<head>
|
| 6 |
<title><?php print $head_title ?></title>
|
| 7 |
<meta name="generator" content="Drupal" />
|
| 8 |
<?php print $head ?>
|
| 9 |
<?php print "$styles\n"?>
|
| 10 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-wdth_liquid.css" title="userdefwdth" class="userwdth" id="userwdth-liquid" />
|
| 11 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-wdth_fixed.css" title="userdefwdth" class="userwdth" id="userwdth-fixed" />
|
| 12 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-fnt_large.css" title="userdeffontsz" class="userfontsz" id="userfontsz-large" />
|
| 13 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-fnt_normal.css" title="userdeffontsz" class="userfontsz" id="userfontsz-normal" />
|
| 14 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-bg_black.css" title="userdefbg" class="userbg" id="userbg-black" />
|
| 15 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-bg_pink.css" title="userdefbg" class="userbg" id="userbg-pink" />
|
| 16 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-bg_grey.css" title="userdefbg" class="userbg" id="userbg-grey" />
|
| 17 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-bg_paper.css" title="userdefbg" class="userbg" id="userbg-paper" />
|
| 18 |
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php print base_path() . path_to_theme() ?>/css/userstyle-bg_green.css" title="userdefbg" class="userbg" id="userbg-green" />
|
| 19 |
<style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/SyntaxHighlighter.css";</style>
|
| 20 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/meta.js"></script>
|
| 21 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/styleswitcher.js"></script>
|
| 22 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/prototype.js"></script>
|
| 23 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/scriptaculous.js?load=effects"></script>
|
| 24 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/lightbox.js"></script>
|
| 25 |
<!--[if lt IE 7]>
|
| 26 |
<style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/hacks-ie6-win.css";</style>
|
| 27 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/pngfix.js"></script>
|
| 28 |
<![endif]-->
|
| 29 |
<!--[if IE 7]>
|
| 30 |
<style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/css/hacks-ie7-win.css";</style>
|
| 31 |
<![endif]-->
|
| 32 |
</head>
|
| 33 |
|
| 34 |
<body id="body-section" <?php print $onload_attributes ?>>
|
| 35 |
|
| 36 |
<div id="metatools-bounding1">
|
| 37 |
<div id="metatools-bounding2">
|
| 38 |
|
| 39 |
<div id="metatools-bg_box">
|
| 40 |
<div id="metatools-bg_left"></div>
|
| 41 |
<div id="metatools-bg_middle"></div>
|
| 42 |
<div id="metatools-bg_right"></div>
|
| 43 |
</div>
|
| 44 |
|
| 45 |
<div id="metatoolbox">
|
| 46 |
<span id="metatool-title"></span>
|
| 47 |
<span class="metatool-sepline"></span>
|
| 48 |
<span id="metatool-width_liquid" onclick="setActiveUserWidth('userwdth-liquid'); return false;"></span>
|
| 49 |
<span id="metatool-width_fixed" onclick="setActiveUserWidth('userwdth-fixed'); return false;"></span>
|
| 50 |
<span class="metatool-sepline"></span>
|
| 51 |
<span id="metatool-fontsize_smaller" onclick="setActiveUserFontSz('userfontsz-normal'); return false;"></span>
|
| 52 |
<span id="metatool-fontsize_bigger" onclick="setActiveUserFontSz('userfontsz-large'); return false;"></span>
|
| 53 |
<span class="metatool-sepline"></span>
|
| 54 |
<span id="metatool-bg_green" onclick="setActiveUserBackground('userbg-green'); return false;"></span>
|
| 55 |
<span id="metatool-bg_paper" onclick="setActiveUserBackground('userbg-paper'); return false;"></span>
|
| 56 |
<span id="metatool-bg_grey" onclick="setActiveUserBackground('userbg-grey'); return false;"></span>
|
| 57 |
<span id="metatool-bg_pink" onclick="setActiveUserBackground('userbg-pink'); return false;"></span>
|
| 58 |
<span id="metatool-bg_black" onclick="setActiveUserBackground('userbg-black'); return false;"></span>
|
| 59 |
<span class="metatool-sepline"></span>
|
| 60 |
<div id="metatool-search">
|
| 61 |
<?php print $search_box ?>
|
| 62 |
</div>
|
| 63 |
</div>
|
| 64 |
|
| 65 |
</div><!-- #metatools-bounding2 -->
|
| 66 |
</div><!-- #metatools-bounding1 -->
|
| 67 |
<div id="metatools-bottom_spacing"></div>
|
| 68 |
|
| 69 |
<div id="masterbounding1">
|
| 70 |
<div id="masterbounding2">
|
| 71 |
|
| 72 |
<div id="masthead-border">
|
| 73 |
<div id="masthead-border_left"></div>
|
| 74 |
<div id="masthead-border_top"></div>
|
| 75 |
<div id="masthead-border_right"></div>
|
| 76 |
</div>
|
| 77 |
<div id="masthead-imageshdws_box">
|
| 78 |
<div id="masthead-imageshdws_left"></div>
|
| 79 |
<div id="masthead-imageshdws_right"></div>
|
| 80 |
<div id="masthead-imageshdws_middle"></div>
|
| 81 |
</div>
|
| 82 |
<div id="masthead-imageshdws-tt_box">
|
| 83 |
<div id="masthead-imageshdws-tt_left"></div>
|
| 84 |
<div id="masthead-imageshdws-tt_right"></div>
|
| 85 |
<div id="masthead-imageshdws-tt_middle"></div>
|
| 86 |
</div>
|
| 87 |
<div id="navigation-top">
|
| 88 |
<?php if (count($primary_links)) : ?>
|
| 89 |
<ul id="primary">
|
| 90 |
<?php foreach ($primary_links as $link): ?>
|
| 91 |
<li><?php print $link?></li>
|
| 92 |
<?php endforeach; ?>
|
| 93 |
</ul>
|
| 94 |
<?php endif; ?>
|
| 95 |
</div>
|
| 96 |
<div id="masthead-sitename_box">
|
| 97 |
<div id="masthead-sitename"><?php if ($site_name) { ?><?php print $site_name ?><?php } ?></div>
|
| 98 |
</div>
|
| 99 |
<div id="masthead-image"></div>
|
| 100 |
|
| 101 |
<div id="contentbgtop-bounding">
|
| 102 |
<div id="contentbgtop-left"></div>
|
| 103 |
<div id="contentbgtop-middle"></div>
|
| 104 |
<div id="contentbgtop-right"></div>
|
| 105 |
</div>
|
| 106 |
|
| 107 |
<div id="contentarea-bounding">
|
| 108 |
<div id="contentarea-left"></div>
|
| 109 |
|
| 110 |
<div id="contentarea-middle1">
|
| 111 |
<div id="contentarea-middle2">
|
| 112 |
<!-- BEGIN - Main Content Area -->
|
| 113 |
|
| 114 |
<?php print $breadcrumb ?>
|
| 115 |
|
| 116 |
<?php if ($messages != ""): ?>
|
| 117 |
<?php print $messages ?>
|
| 118 |
<?php endif; ?>
|
| 119 |
|
| 120 |
<?php if ($header != ""): ?>
|
| 121 |
<div id="content-header"><?php print $header ?></div>
|
| 122 |
<?php endif; ?>
|
| 123 |
|
| 124 |
<?php if ($help != ""): ?>
|
| 125 |
<p id="content-help"><?php print $help ?></p>
|
| 126 |
<?php endif; ?>
|
| 127 |
|
| 128 |
<?php if ($title != ""): ?>
|
| 129 |
<h1 class="content-title"><?php print $title ?></h1>
|
| 130 |
<?php endif; ?>
|
| 131 |
|
| 132 |
<?php if ($tabs != ""): ?>
|
| 133 |
<?php print $tabs ?>
|
| 134 |
<?php endif; ?>
|
| 135 |
|
| 136 |
<?php print($content) ?>
|
| 137 |
|
| 138 |
<!-- END - Main Content Area -->
|
| 139 |
</div><!-- #contentarea-middle2 -->
|
| 140 |
</div><!-- #contentarea-middle1 -->
|
| 141 |
|
| 142 |
<div id="contentarea-right1">
|
| 143 |
<div id="contentarea-right2">
|
| 144 |
<!-- BEGIN - Left & Right Content Area -->
|
| 145 |
<?php if ($sidebar_left != ""): ?>
|
| 146 |
<?php print $sidebar_left ?>
|
| 147 |
<?php endif; ?>
|
| 148 |
<?php if ($sidebar_right != ""): ?>
|
| 149 |
<?php print $sidebar_right ?>
|
| 150 |
<?php endif; ?>
|
| 151 |
<!-- END - Left & Right Content Area -->
|
| 152 |
</div><!-- #contentarea-right2 -->
|
| 153 |
</div><!-- #contentarea-right1 -->
|
| 154 |
|
| 155 |
</div><!-- #contentarea-bounding -->
|
| 156 |
|
| 157 |
<div id="contentbgbottom-bounding">
|
| 158 |
<div id="contentbgbottom-left"></div>
|
| 159 |
<div id="contentbgbottom-middle"></div>
|
| 160 |
<div id="contentbgbottom-right"></div>
|
| 161 |
</div>
|
| 162 |
|
| 163 |
</div><!-- #masterbounding1 -->
|
| 164 |
</div><!-- #masterbounding2 -->
|
| 165 |
|
| 166 |
<div class="br"><br /></div>
|
| 167 |
|
| 168 |
<div id="footer-area">
|
| 169 |
<?php if ($site_name) { ?>
|
| 170 |
<div class='site-name'><a href="./" title="Home"><?php print $site_name ?></a></div>
|
| 171 |
<?php } ?>
|
| 172 |
<?php if ($site_slogan) { ?>
|
| 173 |
<div class='site-slogan'><?php print $site_slogan ?></div>
|
| 174 |
<?php } ?>
|
| 175 |
<?php if ($mission) { ?>
|
| 176 |
<div class="site-mission"><?php print $mission ?></div>
|
| 177 |
<?php } ?>
|
| 178 |
<div id="secondary-links">
|
| 179 |
<?php if (count($secondary_links)) : ?>
|
| 180 |
<?php foreach ($secondary_links as $link): ?>
|
| 181 |
<?php print $link?>
|
| 182 |
<?php endforeach; ?>
|
| 183 |
<?php endif; ?>
|
| 184 |
</div>
|
| 185 |
<?php if ($footer_message) { ?>
|
| 186 |
<div class="br"><br /></div>
|
| 187 |
<div class='footer-message'><?php print $footer_message ?></div>
|
| 188 |
<?php } ?>
|
| 189 |
</div>
|
| 190 |
|
| 191 |
<div class="br"><br /></div>
|
| 192 |
|
| 193 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shCore.js"></script>
|
| 194 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushCSharp.js"></script>
|
| 195 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushPhp.js"></script>
|
| 196 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushJScript.js"></script>
|
| 197 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushVb.js"></script>
|
| 198 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushSql.js"></script>
|
| 199 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushXml.js"></script>
|
| 200 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushDelphi.js"></script>
|
| 201 |
<script type="text/javascript" src="<?php print base_path() . path_to_theme() ?>/js/SyntaxHighlighter/shBrushPython.js"></script>
|
| 202 |
<script type="text/javascript">
|
| 203 |
dp.SyntaxHighlighter.HighlightAll('code');
|
| 204 |
</script>
|
| 205 |
|
| 206 |
<?php print $closure;?>
|
| 207 |
</body>
|
| 208 |
</html>
|