/[drupal]/contributions/themes/Earth_birthday/page-node.tpl.php
ViewVC logotype

Contents of /contributions/themes/Earth_birthday/page-node.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Jun 3 17:22:46 2009 UTC (5 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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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="PageBackgroundGlare">
17 <div class="PageBackgroundGlareImage"></div>
18 </div>
19 <div class="Main">
20 <div class="Sheet">
21 <div class="Sheet-tl"></div>
22 <div class="Sheet-tr"></div>
23 <div class="Sheet-bl"></div>
24 <div class="Sheet-br"></div>
25 <div class="Sheet-tc"></div>
26 <div class="Sheet-bc"></div>
27 <div class="Sheet-cl"></div>
28 <div class="Sheet-cr"></div>
29 <div class="Sheet-cc"></div>
30 <div class="Sheet-body">
31 <?php if (!empty($navigation)): ?>
32 <div class="nav">
33 <div class="l"></div>
34 <div class="r"></div>
35 <?php echo $navigation; ?>
36 </div>
37 <?php endif; ?>
38 <div class="Header">
39 <div class="Header-jpeg"></div>
40 <div class="logo">
41 <?php
42 if (!empty($site_name)) { echo '<h1 class="logo-name"><a href="'.check_url($base_path).'" title = "'.$site_name.'">'.$site_name.'</a></h1>'; }
43 if (!empty($site_slogan)) { echo '<div class="logo-text">'.$site_slogan.'</div>'; }
44 if (!empty($logo)) { echo '<div class="logo-image"><img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo-image" /></div>'; }
45 ?>
46 </div>
47
48 </div>
49 <?php if (!empty($banner1)) { echo $banner1; } ?>
50 <?php echo art_placeholders_output($top1, $top2, $top3); ?>
51 <div class="contentLayout">
52 <?php if (!empty($left)) echo '<div class="sidebar1">' . $left . "</div>";
53 else if (!empty($sidebar_left)) echo '<div class="sidebar1">' . $sidebar_left. "</div>";?>
54 <div class="<?php echo (!empty($left) || !empty($sidebar_left)) ? 'content' : 'content-wide'; ?>">
55 <?php if (!empty($breadcrumb) || !empty($tabs) || !empty($tabs2)): ?>
56 <div class="Post">
57 <div class="Post-tl"></div>
58 <div class="Post-tr"></div>
59 <div class="Post-bl"></div>
60 <div class="Post-br"></div>
61 <div class="Post-tc"></div>
62 <div class="Post-bc"></div>
63 <div class="Post-cl"></div>
64 <div class="Post-cr"></div>
65 <div class="Post-cc"></div>
66 <div class="Post-body">
67 <div class="Post-inner">
68 <div class="PostContent">
69 <?php if (!empty($breadcrumb)) { echo theme('breadcrumb', $breadcrumb); } ?>
70 <?php if (!empty($tabs)) { echo $tabs.'<div class="cleared"></div>'; }; ?>
71 <?php if (!empty($tabs2)) { echo '<ul class="tabs secondary">'. $tabs2 .'</ul>'; } ?>
72 <?php if (!empty($banner2)) { echo $banner2; } ?>
73 <?php if ((!empty($user1)) && (!empty($user2))) : ?>
74 <table width="100%" cellpadding="0" cellspacing="0" border="0">
75 <tr valign="top"><td width="50%"><?php echo $user1; ?></td>
76 <td><?php echo $user2; ?></td></tr>
77 </table>
78 <?php else: ?>
79 <?php if (!empty($user1)) { echo '<div id="user1">'.$user1.'</div>'; }?>
80 <?php if (!empty($user2)) { echo '<div id="user2">'.$user2.'</div>'; }?>
81 <?php endif; ?>
82 <?php if (!empty($banner3)) { echo $banner3; } ?>
83
84 </div>
85 <div class="cleared"></div>
86
87 </div>
88
89 </div>
90 </div>
91 <?php endif; ?>
92 <?php if (!empty($mission)) { echo '<div id="mission">'.$mission.'</div>'; }; ?>
93 <?php if (!empty($help)) { echo $help; } ?>
94 <?php if (!empty($messages)) { echo $messages; } ?>
95 <?php echo art_content_replace($content); ?>
96 <?php if (!empty($banner4)) { echo $banner4; } ?>
97 <?php if (!empty($user3) && !empty($user4)) : ?>
98 <table width="100%" cellpadding="0" cellspacing="0" border="0">
99 <tr valign="top"><td width="50%"><?php echo $user3; ?></td>
100 <td><?php echo $user4; ?></td></tr>
101 </table>
102 <?php else: ?>
103 <?php if (!empty($user3)) { echo '<div id="user1">'.$user3.'</div>'; }?>
104 <?php if (!empty($user4)) { echo '<div id="user2">'.$user4.'</div>'; }?>
105 <?php endif; ?>
106 <?php if (!empty($banner5)) { echo $banner5; } ?>
107 </div>
108
109 </div>
110 <div class="cleared"></div>
111 <?php echo art_placeholders_output($bottom1, $bottom2, $bottom3); ?>
112 <?php if (!empty($banner6)) { echo $banner6; } ?>
113 <div class="Footer">
114 <div class="Footer-inner">
115 <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>
116 <div class="Footer-text">
117 <?php
118 if (!empty($footer_message) && (trim($footer_message) != "")) {
119 echo $footer_message;
120 }
121 else {
122 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 />'.
123 'Copyright &copy; 2009&nbsp;'.$site_name.'.&nbsp;All Rights Reserved.</p>';
124 }
125 ?>
126 <?php if (!empty($copyright)) { echo $copyright; } ?>
127 </div>
128 </div>
129 <div class="Footer-background"></div>
130 </div>
131
132 </div>
133 </div>
134 <div class="cleared"></div>
135 <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>
136 </div>
137
138
139 <?php print $closure; ?>
140
141 </body>
142 </html>

  ViewVC Help
Powered by ViewVC 1.1.2