ATutor 2.0
[atutor.git] / themes / blumin / include / header.tmpl.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2010                                              */
6 /* Inclusive Design Institute                                           */
7 /* http://atutor.ca                                                     */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12 // $Id: header.tmpl.php 3825 2005-03-11 15:35:51Z joel $
13 if (!defined('AT_INCLUDE_PATH')) { exit; }
14 /* available header.tmpl.php variables:
15  * $this->lang_code                     the ISO language code
16  * SITE_NAME                            the site name from the config file
17  * $this->page_title            the name of this page to use in the <title>
18  * $this->lang_charset          the ISO language character set
19  * $this->content_base_href     the <base href> to use for this page
20  * $this->base_path                     the absolute path to this atutor installation
21  * $this->rtl_css                       if set, the path to the RTL style sheet
22  * $this->banner_style          -deprecated-
23  * $this->theme                         the directory name of the current theme
24  * $this->base_href                     the full url to this atutor installation
25  * $this->onload                        javascript onload() calls
26  * $this->img                           the absolute path to this theme's images/ directory
27  * $this->sequence_links        associative array of 'previous', 'next', and/or 'resume' links
28  * $this->path                          associative array of path to this page: aka bread crumbs
29  * $this->rel_url                       the relative url from the installation root to this page
30  * $this->nav_courses           associative array of this user's enrolled courses
31  * $this->section_title         the title of this section (course, public, admin, my start page)
32  * $this->top_level_pages       associative array of the top level navigation
33  * $this->current_top_level_page        the full path to the current top level page with file name
34  * $this->sub_level_pages                       associate array of sub level navigation
35  * $this->back_to_page                          if set, the path and file name to the part of this page (if parent is not a top level nav)
36  * $this->current_sub_level_page        the full path to the current sub level page with file name
37  * $this->guide                         the full path and file name to the guide page
38  * ======================================
39  * top_level_pages           array(array('url', 'title'))     the top level pages. ATutor default creates tabs.
40  * section_title             string                           the name of the current section. either name of the course, administration, my start page, etc.
41  * page_title                string                           the title of the current page.
42  * path                      array(array('url', 'title'))     the path to the current page.
43  * back_to_page              array('url', 'title')            the link back to the part of the current page, if needed.
44  * current_top_level_page    string                           full url to the current top level page in "top_leve_pages"
45  * current_sub_level_page    string                           full url to the current sub level page in the "sub_level_pages"
46  * sub_level_pages           array(array('url', 'title'))     the sub level pages.
47  */
48
49 // will have to be moved to the header.inc.php
50 global $system_courses, $_custom_css, $_base_path;
51
52 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
53 <html lang="<?php echo $this->lang_code; ?>">
54 <head>
55         <title><?php echo SITE_NAME; ?> : <?php echo $this->page_title; ?></title>
56         <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->lang_charset; ?>" />
57         <meta name="Generator" content="ATutor - Copyright 2005 by http://atutor.ca" />
58         <base href="<?php echo $this->content_base_href; ?>" />
59         <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" />
60         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />
61         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
62         <!--[if IE]>
63           <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />
64         <![endif]-->
65         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
66     <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-layout.css" />
67         <?php echo $this->rtl_css; ?>
68         <?php if ($system_courses[$this->course_id]['rss']): ?>
69         <link rel="alternate" type="application/rss+xml" title="<?php echo SITE_NAME; ?> - RSS 2.0" href="<?php echo $this->base_href; ?>get_rss.php?<?php echo $this->course_id; ?>-2" />
70         <link rel="alternate" type="application/rss+xml" title="<?php echo SITE_NAME; ?> - RSS 1.0" href="<?php echo $this->base_href; ?>get_rss.php?<?php echo $this->course_id; ?>-1" />
71         <?php endif; ?>
72
73         <script src="<?php echo $this->base_path; ?>jscripts/infusion/InfusionAll.js" type="text/javascript"></script>
74         <script src="<?php echo $this->base_path; ?>jscripts/infusion/jquery.autoHeight.js" type="text/javascript"></script>
75         <script language="javascript" type="text/javascript">
76     //<!--
77     jQuery.noConflict();
78     //-->
79     </script>
80         <script src="<?php echo $this->base_path; ?>jscripts/ATutor.js" type="text/javascript"></script>
81         <?php echo $this->custom_css; ?>
82     <style id="pref_style" type="text/css"></style> 
83 </head>
84 <body onload="<?php echo $this->onload; ?>">
85 <!-- section title -->
86 <div><a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" accesskey="c"><img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_content'); ?> ALT+c" /></a>                <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#menu"  accesskey="m"><img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_menu'); ?> ALT+m" /></a><h1 id="section-title"><?php echo $this->section_title; ?><?php if (($this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?>
87                 - <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>
88         <?php endif; ?></h1>
89 </div>
90
91 <!-- top help/search/login links -->
92 <div align="right" id="top-links">
93 <div id="top-links-jump">
94 <!-- back to start page -->
95         <?php if (isset($_SESSION['member_id']) && $_SESSION['member_id']): ?>
96                 <!-- start the jump menu -->
97                 <?php if (empty($_GET)): ?>
98                         <form method="post" action="<?php echo $this->base_path; ?>bounce.php?p=<?php echo urlencode($this->rel_url); ?>" target="_top">
99                 <?php else: ?>
100                         <form method="post" action="<?php echo $this->base_path; ?>bounce.php" target="_top">
101                 <?php endif; ?>
102                 <label for="jumpmenu" accesskey="j"></label>
103                         <select name="course" id="jumpmenu" title="<?php echo _AT('jump'); ?>:  Alt-j">                                                 
104                                 <option value="0"><?php echo _AT('my_start_page'); ?></option>
105                                 <optgroup label="<?php echo _AT('courses_below'); ?>">
106                                         <?php foreach ($this->nav_courses as $this_course_id => $this_course_title): ?>
107                                                 <option value="<?php echo $this_course_id; ?>"><?php echo $this_course_title; ?></option>
108                                         <?php endforeach; ?>
109                                 </optgroup>
110                         </select> <input type="submit" name="jump" value="<?php echo _AT('jump'); ?>" id="jump-button" /> &nbsp; </form>
111                 <!-- /end the jump menu -->
112                 <?php if ($_SESSION['is_super_admin']): ?>
113                         <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>bounce.php?admin"><?php echo _AT('return_to_admin_area'); ?></a> | 
114                 <?php endif; ?>
115
116                 <?php if ($this->course_id > -1): ?>
117                         <?php if (get_num_new_messages()): ?>
118                                 <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?> (<?php echo get_num_new_messages(); ?>)</a>
119                         <?php else: ?>
120                                 <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a>
121                         <?php endif; ?>
122                 <?php endif; ?>
123         <?php endif; ?>
124
125         <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a>
126       </div>
127 </div>
128 <br />
129 <div id="topnavlistcontainer">
130 <!-- the main navigation. in our case, tabs -->
131         <ul id="topnavlist">
132                 <?php foreach ($this->top_level_pages as $page): ?>
133                         <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
134                         <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
135                         <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
136                         <?php if ($page['url'] == $this->current_top_level_page): ?>
137                                 <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>" class="active"><?php echo $page['title']; ?></a></li>
138                         <?php else: ?>
139                                 <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>"><?php echo $page['title']; ?></a></li>
140                         <?php endif; ?>
141                         <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
142                 <?php endforeach; ?>
143         </ul>
144 </div>
145
146 <!-- the sub navigation -->
147 <div style="float: right; padding-top: 5px; padding-right: 5px; font-size:0.85em; text-transform: lowercase;" id="suv-nav-logout">
148         <?php if ($_SESSION['valid_user']): ?>                                  
149                 <strong><?php echo get_display_name($_SESSION['member_id']); ?></strong> &nbsp; <img src="<?php echo $this->img; ?>/linkOpaque.gif" alt="" /> <a href="<?php echo $this->base_path; ?>logout.php"><?php echo _AT('logout'); ?></a>
150         <?php else: ?>
151                  <img src="<?php echo $this->img; ?>/linkOpaque.gif" alt="" /> <a href="<?php echo $this->base_path; ?>login.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('login'); ?></a> &nbsp; <img src="<?php echo $this->img; ?>/linkOpaque.gif" alt="" /> <a href="<?php echo $this->base_path; ?>registration.php"><?php echo _AT('register'); ?></a>
152         <?php endif; ?>
153 </div>
154
155 <?php if ($this->sub_level_pages): ?>
156         <div id="sub-navigation">
157                 <?php if (isset($this->back_to_page)): ?>
158                         <a href="<?php echo $this->back_to_page['url']; ?>" id="back-to"><?php echo _AT('back_to').' '.$this->back_to_page['title']; ?></a> | 
159                 <?php endif; ?>
160
161                 <?php $num_pages = count($this->sub_level_pages); ?>
162                 <?php for ($i=0; $i<$num_pages; $i++): ?>
163                         <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
164                                 <strong><?php echo $this->sub_level_pages[$i]['title']; ?></strong>
165                         <?php else: ?>
166                                 <a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a>
167                         <?php endif; ?>
168                         <?php if ($i < $num_pages-1): ?>
169                                 |
170                         <?php endif; ?>
171                 <?php endfor; ?>
172         </div>
173 <?php else: ?>
174         <div id="sub-navigation">
175                 &nbsp;
176         </div>
177 <?php endif; ?>
178
179 <?php if ($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) { ?>
180 <!-- the bread crumbs -->
181 <div id="breadcrumbs">
182         <?php foreach ($this->path as $page): ?>
183                 <a href="<?php echo $page['url']; ?>"><?php echo htmlspecialchars($page['title'], ENT_COMPAT, "UTF-8"); ?></a> > 
184         <?php endforeach; ?> <?php echo $this->page_title; ?>
185 </div>
186 <?php } ?>
187
188 <div id="contentwrapper">
189         <?php if (isset($this->course_id) && $this->course_id > 0 && $system_courses[$this->course_id]['side_menu']): ?>
190                 <div id="rightcolumn">
191                   <a name="menu"></a>
192                      <div id="side-menu">
193                         <?php require(AT_INCLUDE_PATH.'side_menu.inc.php'); ?>
194                     </div>
195                 </div>
196         <?php endif; ?>
197
198 <div id="contentcolumn">
199 <!-- the page title -->
200                   <?php if (isset($this->guide) && isset($_SESSION["course_id"]) && $this->guide && ($_SESSION["prefs"]["PREF_SHOW_GUIDE"] || $_SESSION["course_id"] == "-1")) : ?>
201       <div id="guide_box">
202                           <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><em><?php echo $this->page_title; ?></em></a>
203       </div>
204       <div>
205         
206                   <?php endif; ?>
207                 <?php if ($this->course_id > 0 && $system_courses[$this->course_id]['side_menu']): ?>
208         <div id="menutoggle">
209             <a accesskey="n"><img src="" title="" alt="" /></a>
210         </div>
211                 <?php endif; ?>
212
213         <div style="float:right;padding-top:7px;" class="sequence-links">
214         <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
215                 <?php if ($this->sequence_links['resume']): ?>
216                                 <a style="color:white;" href="<?php echo $this->sequence_links['resume']['url']; ?>" accesskey="."><img src="<?php echo $this->img; ?>resume.gif" border="0" title="<?php echo _AT('resume').': '.$this->sequence_links['resume']['title']; ?> Alt+." alt="<?php echo $this->sequence_links['resume']['title']; ?> Alt+." class="img-size-ascdesc" /></a>
217                 <?php else:
218                         if ($this->sequence_links['previous']): ?>
219                                 <a href="<?php echo $this->sequence_links['previous']['url']; ?>" title="<?php echo _AT('previous_topic').': '. $this->sequence_links['previous']['title']; ?> Alt+," accesskey=","><img src="<?php echo $this->img; ?>previous.gif" border="0" alt="<?php echo _AT('previous_topic').': '. $this->sequence_links['previous']['title']; ?> Alt+," class="img-size-ascdesc" /></a>
220                         <?php endif;
221                         if ($this->sequence_links['next']): ?>
222                                 <a href="<?php echo $this->sequence_links['next']['url']; ?>" title="<?php echo _AT('next_topic').': '.$this->sequence_links['next']['title']; ?> Alt+." accesskey="."><img src="<?php echo $this->img; ?>next.gif" border="0" alt="<?php echo _AT('next_topic').': '.$this->sequence_links['next']['title']; ?> Alt+." class="img-size-ascdesc" /></a>
223                         <?php endif; ?>
224                 <?php endif; ?>
225         <?php } ?>
226                 &nbsp;
227         </div>
228
229 <!-- the page title -->
230 <h2 class="page-title"><?php echo htmlspecialchars($this->page_title, ENT_COMPAT, "UTF-8"); ?></h2>
231
232 <a name="content"></a>
233 <?php global $msg; $msg->printAll(); ?>