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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Apr 10 19:27:07 2008 UTC (19 months, 2 weeks ago) by paddy
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
Changes since 1.1: +124 -91 lines
File MIME type: text/x-php
Various updates to make theme compatible across most browsers
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">
3 <head profile="http://gmpg.org/xfn/11">
4 <title>
5 <?php print $head_title ?>
6 </title>
7 <meta name="generator" content="Drupal" />
8 <?php print $head; ?>
9 <?php print $styles; ?>
10 <?php print $scripts; ?>
11 <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/jquery.innerfade.js'>
12 </script>
13 <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/js_liveclock.js'>
14 </script>
15 <script type="text/javascript">
16 $(document).ready(function(){
17 $('.innerFade').innerfade({
18 speed: 'slow',
19 timeout: 5000
20 });
21 })
22 </script>
23 </head>
24 <body>
25 <div id="page">
26 <div id="header">
27 <div id="header_title">
28 <h1 class="titleh1"><a href="<?php print base_path(); ?>">
29 <?php print $site_name; ?>
30 </a></h1>
31 <div class="description">
32 <?php print $site_slogan; ?>
33 </div>
34 </div>
35 <div id="slideshow__">
36 <div id="slideshow_">
37 <div id="slideshow">
38 <?php print $header; ?>
39 </div>
40 </div>
41 </div>
42 <div id="menu">
43 <div class="menu_right">
44 </div>
45 <?php if (isset($primary_links)) {
46 print theme('links', array_reverse($primary_links), array('id' => 'menu_items', 'class' => 'page_item'));
47 } ?>
48 <div class="menu_left">
49 </div>
50 </div>
51 <div id="introduction">
52 <div class="introduction_text">
53 <?php print theme_get_setting('mission', false); ?>
54 </div>
55 </div>
56 <div id="side_header">
57 <div class="side_header_content">
58 <div id="clock_">
59 <div id="clock_img">
60 </div>
61 <div id="clock">
62 <script type="text/javascript">showdate();
63 </script>
64 </div>
65 </div>
66 <div class="side_header_item">
67 <?php if ($sponsors) { print $sponsors; } ?>
68 <p style="float:right; padding-right:10px;">
69 <a href="/node/feed"><img src="<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/images/feed_rss.gif" alt="Feed Rss" border="0" /></a>
70 </p>
71 </div>
72 <div id="search_box">
73 <?php print $search_box; ?>
74 </div>
75 </div>
76 </div>
77 </div>
78 <div id="page_">
79 <div id="page_content">
80 <div id="side">
81 <div id="sidebar_">
82 <div id="sidebar__">
83 <div id="sidebar1">
84 <?php print $sidebar_left; ?>
85 </div>
86 <div id="sidebar2">
87 <?php print $sidebar_right; ?>
88 </div>
89 <div id="sidebar3">
90 <?php print $bottom; ?>
91 </div>
92 </div>
93 </div>
94 </div>
95 <div class="post-main">
96 <?php if ($breadcrumb) { print $breadcrumb; } ?>
97 <?php if ($tabs) { print '<div id="tabs-wrapper" class="clear-block">'; } ?>
98 <?php if ($title) { print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; } ?>
99 <?php if ($tabs) { print $tabs .'</div>'; } ?>
100 <?php if (isset($tabs2)) { print $tabs2; } ?>
101 <?php if ($help) { print $help; } ?>
102 <?php if ($show_messages && $messages) { print $messages; } ?>
103 </div>
104 <div id="the_content">
105 <?php print $content; ?>
106 </div>
107 </div>
108 <div class="union">
109 </div>
110 </div>
111 <div id="footer_">
112 <div id="footer">
113 <?php if ($footer_message) { print $footer_message; } ?>
114 <?php if ($closure) { print $closure; } ?>
115 </div>
116 <div class="union2">
117 </div>
118 <div id="footer_credits">
119 <div class="footer_credits_txt">
120 Theme design by <a href="http://www.web2themes.com" title="Wordpress Themes" target="_blank">Web 2.0 Themes</a>. Supported by <a href="http://www.bid4traffic.com/phplinkbidtemplates.html" target="_blank">Free phplinkbid templates</a>, <a href="http://www.text-link-easy.com/" target="_blank">Bid directory</a>
121 and <a href="http://www.topgreencars.com/" target="_blank">Green cars info.</a>
122 </div>
123 </div>
124 </div>
125 </div>
126 </body>
127 </html>

  ViewVC Help
Powered by ViewVC 1.1.2