| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: page.tpl.php,v 1.1.2.5 2010/04/08 07:02:59 sociotech Exp $ 3 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>"> 5 <head> 6 <title><?php print $head_title; ?></title> 7 <?php print $head; ?> 8 <meta name="description" content="Broadcast reading service providing alternatives to reading to visually or physically disabled. Provides access information and a live feed for registered users."> 9 <?php print $styles; ?> 10 <?php print $setting_styles; ?> 11 <!--[if IE 8]> 12 <?php print $ie8_styles; ?> 13 <![endif]--> 14 <!--[if IE 7]> 15 <?php print $ie7_styles; ?> 16 <![endif]--> 17 <!--[if lte IE 6]> 18 <?php print $ie6_styles; ?> 19 <![endif]--> 20 <?php print $local_styles; ?> 21 <?php print $scripts; ?> 22 </head> 23 24 <body id="<?php print $body_id; ?>" class="<?php print $body_classes; ?>"> 25 <div id="page" class="page"> 26 <div id="page-inner" class="page-inner"> 27 <div id="skip"> 28 <a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a> 29 </div> 30 <?php if ( 0 ): ?> 31 <!-- header-top row: width = grid_width --> 32 <?php print theme('grid_row', $header_top, 'header-top', 'full-width', $grid_width); ?> 33 34 <!-- header-group row: width = grid_width --> 35 <div id="header-group-wrapper" class="header-group-wrapper full-width"> 36 <div id="header-group" class="header-group row <?php print $grid_width; ?>"> 37 <div id="header-group-inner" class="header-group-inner inner clearfix"> 38 <?php print theme('grid_block', theme('links', $secondary_links), 'secondary-menu'); ?> 39 <?php print theme('grid_block', $search_box, 'search-box'); ?> 40 41 <?php if ($logo || $site_name || $site_slogan): ?> 42 <div id="header-site-info" class="header-site-info block"> 43 <div id="header-site-info-inner" class="header-site-info-inner inner"> 44 <?php if ($logo): ?> 45 <div id="logo"> 46 <a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /></a> 47 </div> 48 <?php endif; ?> 49 <?php if ($site_name || $site_slogan): ?> 50 <div id="site-name-wrapper" class="clearfix"> 51 <?php if ($site_name): ?> 52 <span id="site-name"><a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></span> 53 <?php endif; ?> 54 <?php if ($site_slogan): ?> 55 <span id="slogan"><?php print $site_slogan; ?></span> 56 <?php endif; ?> 57 </div><!-- /site-name-wrapper --> 58 <?php endif; ?> 59 </div><!-- /header-site-info-inner --> 60 </div><!-- /header-site-info --> 61 <?php endif; ?> 62 63 <?php print $header; ?> 64 65 </div><!-- /header-group-inner --> 66 </div><!-- /header-group --> 67 </div><!-- /header-group-wrapper --> 68 <?php endif; ?> 69 <!-- main row: width = grid_width --> 70 <div id="main-wrapper" class="main-wrapper full-width"> 71 <div id="main" class="main row <?php print $grid_width; ?>"> 72 <div id="main-inner" class="main-inner inner clearfix"> 73 <div class="leftbars"> 74 <!-- print theme('grid_row', $sidebar_first_top, 'sidebar-first-top', 'nested', $sidebar_first_top_width); ? --> 75 <!-- ?php print theme('grid_row', $sidebar_first, 'sidebar-first', 'nested', 'noprint', $sidebar_first_width); ? --> 76 </div> 77 <!-- main group: width = grid_width - sidebar_first_width --> 78 <div id="main-group" class="main-group row nested <?php print $main_group_width; ?>"> 79 <div id="main-group-inner" class="main-group-inner inner"> 80 <!-- preface-top row: width = grid_width --> 81 <table><tr><td id="schedule-table-preface-logo-block"><img alt="Home" id="logo-small-image" src="/sites/all/images/logo_100x140.jpg" title="Gatewave Logo" /></td><td id="schedule-table-preface-top-block"> 82 83 <?php print $preface_top; ?></td></tr></table> 84 <?php print theme('grid_row', $preface_bottom, 'preface-bottom', 'nested'); ?> 85 86 <div id="main-content" class="main-content row nested"> 87 <div id="main-content-inner" class="main-content-inner inner"> 88 <!-- content group: width = grid_width - (sidebar_first_width + sidebar_last_width) --> 89 <div id="content-group" class="content-group row nested <?php print $content_group_width; ?>"> 90 <div id="content-group-inner" class="content-group-inner inner"> 91 <?php print theme('grid_block', $breadcrumb, 'breadcrumbs'); ?> 92 93 <?php if ($content_top || $help || $messages): ?> 94 <div id="content-top" class="content-top row nested"> 95 <div id="content-top-inner" class="content-top-inner inner"> 96 <?php print theme('grid_block', $help, 'content-help'); ?> 97 <?php print theme('grid_block', $messages, 'content-messages'); ?> 98 <?php print $content_top; ?> 99 </div><!-- /content-top-inner --> 100 </div><!-- /content-top --> 101 <?php endif; ?> 102 103 <div id="content-region" class="content-region row nested"> 104 <div id="content-region-inner" class="content-region-inner inner"> 105 <a name="main-content-area" id="main-content-area"></a> 106 <?php print theme('grid_block', $tabs, 'content-tabs'); ?> 107 <div id="content-inner" class="content-inner block"> 108 <div id="content-inner-inner" class="content-inner-inner inner"> 109 <?php if ($title): ?> 110 <h1 class="title"><?php print $title; ?></h1> 111 <?php endif; ?> 112 <?php if ($content): ?> 113 <div id="content-content" class="content-content"> 114 <?php print $content; ?> 115 <?php // print $feed_icons; ?> 116 </div><!-- /content-content --> 117 <?php endif; ?> 118 </div><!-- /content-inner-inner --> 119 </div><!-- /content-inner --> 120 121 </div><!-- /content-region-inner --> 122 </div><!-- /content-region --> 123 124 <?php print theme('grid_row', $content_bottom, 'content-bottom', 'nested'); ?> 125 </div><!-- /content-group-inner --> 126 </div><!-- /content-group --> 127 128 <?php print theme('grid_row', $sidebar_last, 'sidebar-last', 'nested noprint', $sidebar_last_width); ?> 129 </div><!-- /main-content-inner --> 130 </div><!-- /main-content --> 131 132 <?php print theme('grid_row', $postscript_top, 'postscript-top', 'nested'); ?> 133 </div><!-- /main-group-inner --> 134 </div><!-- /main-group --> 135 </div><!-- /main-inner --> 136 </div><!-- /main --> 137 </div><!-- /main-wrapper --> 138 139 <!-- postscript-bottom row: width = grid_width --> 140 <?php print theme('grid_row', $postscript_bottom, 'postscript-bottom', 'full-width', $grid_width); ?> 141 142 <!-- footer row: width = grid_width --> 143 <?php print theme('grid_row', $footer, 'footer', 'full-width', $grid_width); ?> 144 145 <!-- footer-message row: width = grid_width --> 146 <div id="footer-message-wrapper" class="footer-message-wrapper full-width"> 147 <div id="footer-message" class="footer-message row <?php print $grid_width; ?>"> 148 <div id="footer-message-inner" class="footer-message-inner inner clearfix"> 149 <?php print theme('grid_block', $footer_message, 'footer-message-text'); ?> 150 </div><!-- /footer-message-inner --> 151 </div><!-- /footer-message --> 152 </div><!-- /footer-message-wrapper --> 153 154 </div><!-- /page-inner --> 155 </div><!-- /page --> 156 <?php print $closure; ?> 157 <?php if (preg_match('/gatewave/', $_SERVER[HTTP_HOST])) : ?> 158 <!-- Start of StatCounter Code --> 159 <script type="text/javascript"> 160 var sc_project=6253549; 161 var sc_invisible=1; 162 var sc_security="acd1f95c"; 163 </script> 164 <script type="text/javascript" 165 src="http://www.statcounter.com/counter/counter.js"></script><noscript><div 166 class="statcounter"><a title="free hit counter" 167 href="http://statcounter.com/free_hit_counter.html" 168 target="_blank"><img class="statcounter" 169 src="http://c.statcounter.com/6253549/0/acd1f95c/1/" 170 alt="free hit counter" ></a></div></noscript> 171 <!-- End of StatCounter Code --> 172 <?php endif; ?> 173 </body> 174 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |