| 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" xml:lang="en" lang="en">
|
| 3 |
<head>
|
| 4 |
<?php print $head ?>
|
| 5 |
<?php print $styles ?>
|
| 6 |
<?php print $scripts ?>
|
| 7 |
<title><?php print $head_title ?></title>
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div id="content">
|
| 11 |
<div id="top_info">
|
| 12 |
<p>Welcome to <b><?php print $site_name ?></b> <span id="loginbutton"><a href="/user" title="Log In"> </a></span><br />
|
| 13 |
<b>You are not Logged in!</b> <a href="/user">Log in</a> to check your messages</p>
|
| 14 |
</div>
|
| 15 |
|
| 16 |
<div id="logo">
|
| 17 |
<h1><a href="<?php print $base_path ?>"><?php print $site_name ?></a></h1>
|
| 18 |
<p id="slogan"><?php print $site_slogan ?></p>
|
| 19 |
</div>
|
| 20 |
|
| 21 |
<ul id="tablist">
|
| 22 |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array()) ?><?php } ?></li>
|
| 23 |
</ul>
|
| 24 |
|
| 25 |
<div id="topics">
|
| 26 |
<div class="thirds">
|
| 27 |
<p><br />Today's Popular Articles and Posts:</p>
|
| 28 |
</div>
|
| 29 |
<div class="thirds">
|
| 30 |
<ul>
|
| 31 |
<li><a href="#">Conducting a CMS Survey</a></li>
|
| 32 |
<li><a href="#">Interests behind politics</a></li>
|
| 33 |
<li><a href="#">Web 2.0 business startup tips</a></li>
|
| 34 |
</ul>
|
| 35 |
</div>
|
| 36 |
<div class="thirds">
|
| 37 |
<ul>
|
| 38 |
<li><a href="#">How stress affects your health</a></li>
|
| 39 |
<li><a href="#">10 ways to buy a used car</a></li>
|
| 40 |
<li><a href="#">Are mobile phones really safe?</a></li>
|
| 41 |
</ul>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
<div id="search">
|
| 45 |
<form action="/search/node" method="post" id="search-block-form">
|
| 46 |
<p><input type="text" maxlength="128" name="search_block_form_keys" id="edit-search-block-form-keys" size="15" value="" title="Enter the terms you wish to search for." class="form-text" /><input type="submit" name="op" id="edit-submit" value="Search" class="form-submit" />
|
| 47 |
<input type="hidden" name="form_token" id="edit-search-block-form-form-token" value="d4356aa8a10c878dd66d9b60cbedec98" />
|
| 48 |
<input type="hidden" name="form_id" id="edit-search-block-form" value="search_block_form" /></p>
|
| 49 |
</form>
|
| 50 |
</div>
|
| 51 |
|
| 52 |
<div id="left">
|
| 53 |
<?php if ($upper) { ?>
|
| 54 |
|
| 55 |
<div class="subheader">
|
| 56 |
<p><?php print $upper ?></p>
|
| 57 |
</div>
|
| 58 |
<?php } ?>
|
| 59 |
<div class="left_articles">
|
| 60 |
<?php if ($mission) { ?><div class="mission"><?php print $mission ?></div><?php } ?>
|
| 61 |
<?php if ($breadcrumb) { ?><div class="breadcrumb"><?php print $breadcrumb ?></div><?php } ?>
|
| 62 |
<?php if ($title) { ?><h2 class="pageTitle"><?php print $title ?></h2><?php } ?>
|
| 63 |
<?php if ($tabs) { ?><div class="tabs"><?php print $tabs ?></div><?php } ?>
|
| 64 |
<?php if ($help) { ?><div class="help"><?php print $help ?></div><?php } ?>
|
| 65 |
<?php if ($messages) { ?><div class="messages"><?php print $messages ?></div><?php } ?>
|
| 66 |
<?php print $content_top; ?>
|
| 67 |
<?php print $content; ?>
|
| 68 |
<?php print $content_bottom; ?>
|
| 69 |
<?php print $feed_icons; ?>
|
| 70 |
</div>
|
| 71 |
<?php if ($lower) { ?>
|
| 72 |
<div class="left_box">
|
| 73 |
<p><?php print $lower ?></p>
|
| 74 |
</div>
|
| 75 |
<?php } ?>
|
| 76 |
<?php if ($bottom1) { ?>
|
| 77 |
<div class="thirds">
|
| 78 |
<p><?php print $bottom1 ?></p>
|
| 79 |
</div>
|
| 80 |
<?php } ?>
|
| 81 |
<?php if ($bottom2) { ?>
|
| 82 |
<div class="thirds">
|
| 83 |
<p><?php print $bottom2 ?></p>
|
| 84 |
</div>
|
| 85 |
<?php } ?>
|
| 86 |
<?php if ($bottom3) { ?>
|
| 87 |
<div class="thirds">
|
| 88 |
<p><?php print $bottom3 ?></p>
|
| 89 |
</div>
|
| 90 |
<?php } ?>
|
| 91 |
</div>
|
| 92 |
<?php if ($sidebar_right) { ?>
|
| 93 |
<div id="right">
|
| 94 |
<?php print $sidebar_right ?>
|
| 95 |
<div class="notes">
|
| 96 |
<p>If you liked this template you might like some other <a href="http://templates.solucija.com/">free CSS templates</a> from <a href="http://www.solucija.com/">Solucija</a>.</p>
|
| 97 |
</div>
|
| 98 |
</div>
|
| 99 |
<?php } ?>
|
| 100 |
|
| 101 |
<div id="footer">
|
| 102 |
<?php print $footer_message ?>
|
| 103 |
</div>
|
| 104 |
</div>
|
| 105 |
</body>
|
| 106 |
</html>
|