/[drupal]/contributions/themes/aquasoft/page.tpl.php
ViewVC logotype

Contents of /contributions/themes/aquasoft/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Mon Jun 19 14:52:11 2006 UTC (3 years, 5 months ago) by Gurpartap
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Changes since 1.2: +9 -3 lines
File MIME type: text/x-php
drupal.org/node/69737 Added missing header region and footer fixing
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" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
3
4 <head>
5 <title><?php print $head_title ?></title>
6 <?php print $head ?>
7 <?php print $styles ?>
8 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
9 </head>
10
11 <body>
12
13 <div id="container">
14 <div class="captionmid">
15 <div class="captionleft"></div>
16 <div class="captionright"></div>
17 <?php if ($site_name) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?><?php if ($site_slogan) { ?> - <?php print $site_slogan ?><?php } ?>
18 </div>
19 <div class="shadleft">
20 <div class="shadright">
21 <div id="wrapper">
22 <table class="tableborder" width="100%" cellpadding="3" border="0" cellspacing="1">
23 <tr>
24 <td class="toolbar" colspan="3">
25 <div id="toolbar"><ul class="toolbarmenu" id="toolbar">
26 <li style="float:right;" id="tbaero"><a href="http://www.aero-soft.com/"></a></li>
27 <?php if ($logo) { ?><li id="tbhome"><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a></li><?php } ?>
28 <?php if (isset($primary_links)) { ?><li><img src="<?php print base_path() . drupal_get_path('theme', 'aquasoft') .'/images/navsep2.gif' ?>" alt="" /></li><?php print aquasoft_primary_links(); ?><?php } ?>
29 </div>
30 <div id="headerreg">
31 <?php print $header ?>
32 </div>
33 </td>
34 </tr>
35 <tr>
36 <?php if ($sidebar_left) { ?>
37 <td class="rightcol" valign="top">
38 <?php print $sidebar_left ?>
39 </td>
40 <?php } ?>
41 <td class="content" valign="top">
42 <div>
43 <div class="navigation"><?php print $breadcrumb ?></div>
44 <div style="clear:both;">&nbsp;</div>
45 <div class="heading"><a href="<?php print $node_url?>"><?php print $title ?></a></div>
46 <div class="tabs"><?php print $tabs ?></div>
47 <?php print $help ?>
48 <?php print $messages ?>
49 <?php print $content; ?>
50 </div>
51 </td>
52 <?php if ($sidebar_right) { ?>
53 <td class="rightcol" valign="top">
54 <?php if ($search_box) { ?>
55 <div id="search">
56 <div id="spotlight">
57 <?php print $search_box ?>
58 </div>
59 </div>
60 <?php } ?>
61 <?php print $sidebar_right ?>
62 </td>
63 <?php } ?>
64 </tr>
65 <tr>
66 <td class="footernav" colspan="3">
67 <div id="footerreg">
68 <?php print $footer_message ?>
69 </div>
70 <div id="footernav">
71 <?php print aquasoft_footer_primary_links(); ?>
72 </div>
73 </td>
74 </tr>
75 </table>
76 </div>
77 </div>
78 </div>
79
80 <div class="shadbotmid">
81 <div class="shadbotleft"></div>
82 <div class="shadbotright"></div>
83 &nbsp;
84 </div>
85 </div>
86 <?php print $closure ?>
87 </body>
88 </html>

  ViewVC Help
Powered by ViewVC 1.1.2