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

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

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

revision 1.1, Sat Feb 2 14:23:25 2008 UTC revision 1.2, Thu Apr 10 19:27:07 2008 UTC
# Line 1  Line 1 
1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <!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">  <html xmlns="http://www.w3.org/1999/xhtml">
3          <head profile="http://gmpg.org/xfn/11">      <head profile="http://gmpg.org/xfn/11">
4                  <title><?php print $head_title ?></title>          <title>
5                  <meta name="generator" content="Drupal" />              <?php print $head_title ?>
6                  <?php print $head; ?>          </title>
7                  <?php print $styles; ?>          <meta name="generator" content="Drupal" />
8                  <?php print $scripts; ?>          <?php print $head; ?>
9                  <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/jquery.innerfade.js'></script>          <?php print $styles; ?>
10                  <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/js_liveclock.js'></script>          <?php print $scripts; ?>
11                  <script type="text/javascript">$(document).ready(function(){ $('.innerFade').innerfade({speed: 'slow', timeout: 5000}); })</script>          <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/jquery.innerfade.js'>
12          </head>          </script>
13          <body>          <script type='text/javascript' src='<?php print base_path() . drupal_get_path('theme', 'sodelicious'); ?>/js/js_liveclock.js'>
14                  <div id="page">          </script>
15                          <div id="header">          <script type="text/javascript">
16                                  <div id="header_title">                  $(document).ready(function(){
17                                          <h1 class="titleh1"><a href="<?php print base_path(); ?>"><?php print $site_name; ?></a></h1>                  $('.innerFade').innerfade({
18                                          <div class="description"><?php print $site_slogan; ?></div>                      speed: 'slow',
19                                  </div>                      timeout: 5000
20                                  <div id="slideshow__">                  });
21                                          <div id="slideshow_">              })
22                                                  <div id="slideshow">          </script>
23                                                          <?php print $header; ?>      </head>
24                                                  </div>      <body>
25                                          </div>          <div id="page">
26                                  </div>              <div id="header">
27                                  <div id="menu">                  <div id="header_title">
28                                          <div class="menu_right"></div>                      <h1 class="titleh1"><a href="<?php print base_path(); ?>">
29                                          <?php if (isset($primary_links)) {                              <?php print $site_name; ?>
30                                                  print theme('links', $primary_links, array('id' => 'menu_items', 'class' => 'page_item'));                          </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"></div>                      <div class="menu_left">
49                                  </div>                      </div>
50                                  <div id="introduction">                  </div>
51                                          <div class="introduction_text">                  <div id="introduction">
52                                                  <?php print theme_get_setting('mission', false); ?>                      <div class="introduction_text">
53                                          </div>                          <?php print theme_get_setting('mission', false); ?>
54                                  </div>                      </div>
55                                  <div id="side_header">                  </div>
56                                          <div class="side_header_content">                  <div id="side_header">
57                                                  <div id="clock_">                      <div class="side_header_content">
58                                                          <div id="clock_img"></div>                          <div id="clock_">
59                                                          <div id="clock"><script type="text/javascript">showdate();</script></div>                              <div id="clock_img">
60                                                  </div>                              </div>
61                                                  <div class="side_header_item">                              <div id="clock">
62                                                          <?php if ($sponsors) { print $sponsors; } ?>                                  <script type="text/javascript">showdate();
63                                                          <p style="float:right; padding-right:10px;"><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></p>                                  </script>
64                                                  </div>                              </div>
65                                                  <div id="search_box"><?php print $search_box; ?></div>                          </div>
66                                          </div>                          <div class="side_header_item">
67                                  </div>                              <?php if ($sponsors) { print $sponsors; } ?>
68                          </div>                              <p style="float:right; padding-right:10px;">
69                          <div id="page_">                                  <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                                  <div id="page_content">                              </p>
71                                    <div class="post-main">                          </div>
72                                          <?php if ($breadcrumb) { print $breadcrumb; } ?>                          <div id="search_box">
73                                          <?php if ($tabs) { print '<div id="tabs-wrapper" class="clear-block">'; } ?>                              <?php print $search_box; ?>
74                                          <?php if ($title) { print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; } ?>                          </div>
75                                          <?php if ($tabs) { print $tabs .'</div>'; } ?>                      </div>
76                                          <?php if (isset($tabs2)) { print $tabs2; } ?>                  </div>
77                                          <?php if ($help) { print $help; } ?>              </div>
78                                          <?php if ($show_messages && $messages) { print $messages; } ?>              <div id="page_">
79                                    </div>                  <div id="page_content">
80                                  <div id="the_content">                      <div id="side">
81                                          <?php print $content; ?>                          <div id="sidebar_">
82                                  </div>                              <div id="sidebar__">
83                                  </div>                                  <div id="sidebar1">
84                                  <div id="side">                                      <?php print $sidebar_left; ?>
85                                          <div id="sidebar_">                                  </div>
86                                                  <div id="sidebar__">                                  <div id="sidebar2">
87                                                          <div id="sidebar1">                                      <?php print $sidebar_right; ?>
88                                                                  <?php print $sidebar_left; ?>                                  </div>
89                                                          </div>                                  <div id="sidebar3">
90                                                          <div id="sidebar2">                                      <?php print $bottom; ?>
91                                                                  <?php print $sidebar_right; ?>                                  </div>
92                                                          </div>                              </div>
93                                                  </div>                          </div>
94                                          </div>                      </div>
95                                  </div>                      <div class="post-main">
96                                          <div class="union"></div>                          <?php if ($breadcrumb) { print $breadcrumb; } ?>
97                          </div>                          <?php if ($tabs) { print '<div id="tabs-wrapper" class="clear-block">'; } ?>
98                          <div id="footer_">                          <?php if ($title) { print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; } ?>
99                                  <div id="footer">                          <?php if ($tabs) { print $tabs .'</div>'; } ?>
100                                  <?php if ($footer_message) { print $footer_message; } ?>                          <?php if (isset($tabs2)) { print $tabs2; } ?>
101                                  <?php if ($closure) { print $closure; } ?>                          <?php if ($help) { print $help; } ?>
102                                  </div>                          <?php if ($show_messages && $messages) { print $messages; } ?>
103                                  <div class="union2"></div>                      </div>
104                                  <div id="footer_credits">                      <div id="the_content">
105                                          <div class="footer_credits_txt">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> and <a href="http://www.topgreencars.com/" target="_blank">Green cars info.</a></div>                          <?php print $content; ?>
106                                  </div>                      </div>
107                          </div>                  </div>
108                  </div>                  <div class="union">
109          </body>                  </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>  </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2