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

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

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

revision 1.2, Mon Apr 2 15:51:54 2007 UTC revision 1.3, Mon Apr 30 23:44:46 2007 UTC
# Line 9  Line 9 
9    <?php print $head ?>    <?php print $head ?>
10    <?php print $styles ?>    <?php print $styles ?>
11    <?php print $scripts ?>    <?php print $scripts ?>
12      <!--[if lt IE 7]>
13        <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/ie.css";</style>
14        <![endif]-->
15          </head>          </head>
16  <body>  <body>
17  <div id="globalwrap">  <div id="globalwrap">
18          <div id="header">          <div id="header">
19          <?php if ($search_box): ?>    <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>
                 <form action="<?php print url("search") ?>" method="post">  
                 <div id="search">  
                         <input class="form-text" type="text" size="15" value="" name="keys" />  
                         <input class="form-submit" type="submit" value="<?php print t("Search")?>" />  
                 </div>  
                 </form>  
         <?php endif; ?>  
20          <?php if ($site_name) { ?><h1 id='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>          <?php if ($site_name) { ?><h1 id='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
21      <?php if ($logo) { ?><div id="site-logo"><a href="<?php print $base_path ?>" title="<?php print $site_name ?>"><img src="<?php print($logo) ?>" alt="<?php print $site_name ?>" /></a></div><?php } ?>
22          <?php if ($site_slogan) { ?><div id='site-slogan'><?php print $site_slogan ?></div><?php } ?>          <?php if ($site_slogan) { ?><div id='site-slogan'><?php print $site_slogan ?></div><?php } ?>
         <?php if ($logo) { ?><div id="site-logo"><a href="<?php print $base_path ?>" title="<?php print $site_name ?>"><img src="<?php print($logo) ?>" alt="<?php print $site_name ?>" /></a></div><?php } ?>  
23          </div>          </div>
24          <div id="main">    <div id="menu">
25                  <div id="menu">                  <div id="primary">
26                          <div id="primary">                   <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
                          <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>  
                         </div>  
                         <div id="secondary">  
                           <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>  
                         </div>  
27                  </div>                  </div>
28                    <div id="secondary">
29                      <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
30                    </div>
31            </div>
32            <div id="main">
33                  <div id="customheader"><?php print($header) ?></div>                  <div id="customheader"><?php print($header) ?></div>
34        <br style="clear:both;" />
35                  <?php if ($mission): ?><p id="mission"><?php print $mission ?></p><?php endif; ?>                  <?php if ($mission): ?><p id="mission"><?php print $mission ?></p><?php endif; ?>
36                  <div id="wrapper">                  <div id="wrapper">
37                          <div id="content">                          <div id="content">
# Line 53  Line 50 
50                          <?php endif; ?>                          <?php endif; ?>
51                  </div>                  </div>
52                  <br style="clear:both">                  <br style="clear:both">
53            </div>
54                  <div id="footer">                  <div id="footer">
55                          <?php if ($footer_message) : ?>                          <?php if ($footer_message) : ?>
56                          <?php print $footer_message;?>                          <?php print $footer_message;?>
# Line 60  Line 58 
58                          <!--please leave these links. These are "The Orchard" template authors. Leaving these links you contribute their work-->                          <!--please leave these links. These are "The Orchard" template authors. Leaving these links you contribute their work-->
59                          <p><a title="OSWD design work" href="http://www.oswd.org/user/profile/id/12139">maria</a>                          <p><a title="OSWD design work" href="http://www.oswd.org/user/profile/id/12139">maria</a>
60                          | <a title="drupal port and redesign" href="http://psicomante.katapekkia.net">Psicomante</a></p>                          | <a title="drupal port and redesign" href="http://psicomante.katapekkia.net">Psicomante</a></p>
61                  </div>                  </div>
         </div>  
62  </div>  </div>
63    
64  <?php print $closure;?>  <?php print $closure;?>
65  </body>  </body>
66  </html>  </html>

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

  ViewVC Help
Powered by ViewVC 1.1.2