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

Contents of /contributions/themes/4_of_July/page.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Jul 2 17:13:46 2009 UTC (4 months, 3 weeks ago) by vigilianty
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
*** empty log message ***
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 echo get_page_language($language); ?>" xml:lang="<?php echo get_page_language($language); ?>">
3
4 <head>
5 <title><?php if (isset($head_title )) { echo $head_title; } ?></title>
6 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
7 <?php echo $head; ?>
8 <?php echo $styles ?>
9 <?php echo $scripts ?>
10 <!--[if IE 6]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie6.css" type="text/css" /><![endif]-->
11 <!--[if IE 7]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
12 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
13 </head>
14
15 <body>
16 <div class="PageBackgroundGradient"></div>
17 <div class="Main">
18 <div class="Sheet">
19 <div class="Sheet-tl"></div>
20 <div class="Sheet-tr"></div>
21 <div class="Sheet-bl"></div>
22 <div class="Sheet-br"></div>
23 <div class="Sheet-tc"></div>
24 <div class="Sheet-bc"></div>
25 <div class="Sheet-cl"></div>
26 <div class="Sheet-cr"></div>
27 <div class="Sheet-cc"></div>
28 <div class="Sheet-body">
29 <div class="Header">
30 <div class="Header-png"></div>
31 <div class="logo">
32 <?php
33 if (!empty($site_name)) { echo '<h1 class="logo-name"><a href="'.check_url($base_path).'" title = "'.$site_name.'">'.$site_name.'</a></h1>'; }
34 if (!empty($site_slogan)) { echo '<div class="logo-text">'.$site_slogan.'</div>'; }
35 if (!empty($logo)) { echo '<div class="logo-image"><img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo-image" /></div>'; }
36 ?>
37 </div>
38
39 </div>
40 <?php if (!empty($navigation)): ?>
41 <div class="nav">
42 <div class="l"></div>
43 <div class="r"></div>
44 <?php echo $navigation; ?>
45 </div>
46 <?php endif; ?>
47 <?php if (!empty($banner1)) { echo $banner1; } ?>
48 <?php echo art_placeholders_output($top1, $top2, $top3); ?>
49 <div class="contentLayout">
50 <?php if (!empty($left)) echo '<div class="sidebar1">' . $left . "</div>";
51 else if (!empty($sidebar_left)) echo '<div class="sidebar1">' . $sidebar_left. "</div>";?>
52 <div class="<?php echo (!empty($left) || !empty($sidebar_left)) ? 'content' : 'content-wide'; ?>">
53 <div class="Post">
54 <div class="Post-tl"></div>
55 <div class="Post-tr"></div>
56 <div class="Post-bl"></div>
57 <div class="Post-br"></div>
58 <div class="Post-tc"></div>
59 <div class="Post-bc"></div>
60 <div class="Post-cl"></div>
61 <div class="Post-cr"></div>
62 <div class="Post-cc"></div>
63 <div class="Post-body">
64 <div class="Post-inner">
65 <div class="PostContent">
66 <?php if (!empty($breadcrumb)) { echo theme('breadcrumb', $breadcrumb); } ?>
67 <?php if (!empty($tabs)) { echo $tabs.'<div class="cleared"></div>'; }; ?>
68 <?php if (!empty($tabs2)) { echo '<ul class="tabs secondary">'. $tabs2 .'</ul>'; } ?>
69 <?php if (!empty($banner2)) { echo $banner2; } ?>
70 <?php if ((!empty($user1)) && (!empty($user2))) : ?>
71 <table width="100%" cellpadding="0" cellspacing="0" border="0">
72 <tr valign="top"><td width="50%"><?php echo $user1; ?></td>
73 <td><?php echo $user2; ?></td></tr>
74 </table>
75 <?php else: ?>
76 <?php if (!empty($user1)) { echo '<div id="user1">'.$user1.'</div>'; }?>
77 <?php if (!empty($user2)) { echo '<div id="user2">'.$user2.'</div>'; }?>
78 <?php endif; ?>
79 <?php if (!empty($banner3)) { echo $banner3; } ?>
80 <?php if (!empty($mission)) { echo '<div id="mission">'.$mission.'</div>'; }; ?>
81 <?php if (!empty($help)) { echo $help; } ?>
82 <?php if (!empty($messages)) { echo $messages; } ?>
83 <?php echo art_content_replace($content); ?>
84 <?php if (!empty($banner4)) { echo $banner4; } ?>
85 <?php if (!empty($user3) && !empty($user4)) : ?>
86 <table width="100%" cellpadding="0" cellspacing="0" border="0">
87 <tr valign="top"><td width="50%"><?php echo $user3; ?></td>
88 <td><?php echo $user4; ?></td></tr>
89 </table>
90 <?php else: ?>
91 <?php if (!empty($user3)) { echo '<div id="user1">'.$user3.'</div>'; }?>
92 <?php if (!empty($user4)) { echo '<div id="user2">'.$user4.'</div>'; }?>
93 <?php endif; ?>
94 <?php if (!empty($banner5)) { echo $banner5; } ?>
95
96 </div>
97 <div class="cleared"></div>
98
99 </div>
100
101 </div>
102 </div>
103 </div>
104
105 </div>
106 <div class="cleared"></div>
107 <?php echo art_placeholders_output($bottom1, $bottom2, $bottom3); ?>
108 <?php if (!empty($banner6)) { echo $banner6; } ?>
109 <div class="Footer">
110 <div class="Footer-inner">
111 <a href="<?php $feedsUrls = array_keys(drupal_add_feed()); if(isset($feedsUrls[0]) && strlen($feedsUrls[0])>0) {echo $feedsUrls[0];} ?>" class="rss-tag-icon" title="RSS"></a>
112 <div class="Footer-text">
113 <?php
114 if (!empty($footer_message) && (trim($footer_message) != "")) {
115 echo $footer_message;
116 }
117 else {
118 echo '<p><a href="#">Contact Us</a>&nbsp;|&nbsp;<a href="#">Terms of Use</a>&nbsp;|&nbsp;<a href="#">Trademarks</a>&nbsp;|&nbsp;<a href="#">Privacy Statement</a><br />'.
119 'Copyright &copy; 2009&nbsp;'.$site_name.'.&nbsp;All Rights Reserved.</p>';
120 }
121 ?>
122 <?php if (!empty($copyright)) { echo $copyright; } ?>
123 </div>
124 </div>
125 <div class="Footer-background"></div>
126 </div>
127
128 </div>
129 </div>
130 <div class="cleared"></div>
131 <p class="page-footer"><?php echo t('Powered by ').'<a href="http://drupal.org/">'.t('Drupal').'</a>'.t(' and ').'<a href="http://www.thebeeblogger.com/">Drupal Theme</a>'.t(' created by ').'vigilianty'; ?>.</p>
132 </div>
133
134
135 <?php print $closure; ?>
136
137 </body>
138 </html>

  ViewVC Help
Powered by ViewVC 1.1.2