move code up one directory
[atutor.git] / themes / idi / 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 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
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 language="javascript" type="text/javascript">
75     //<!--
76     jQuery.noConflict();
77     //-->
78     </script>
79
80         <script src="<?php echo $this->base_path; ?>jscripts/ATutor.js" type="text/javascript"></script>
81         <?php echo $this->custom_css; ?>
82         <?php echo $this->rtl_css; ?>
83     <style id="pref_style" type="text/css"></style> 
84 <style type="text/css">
85 /*body{
86 font-size:1.0em !important;
87 }*/
88
89 </style>
90 </head>
91 <body onload="<?php echo $this->onload; ?>">
92 <!-- bypass links -->
93 <div class="bypass">
94     <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" accesskey="c">
95     <img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_content'); ?> ALT+c" />
96     </a>                
97     <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#menu"  accesskey="m">
98     <img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_menu'); ?> ALT+m" />
99     </a>
100 </div>
101
102
103 <!-- top help/search/login links -->
104 <div id="top-links">
105 <a href="http://www.inclusivedesign.ca"><img src="<?php echo $this->base_path; ?>themes/idi/images/IDI.png" alt="IDI Logo" style="text-align:right;border:0;"/></a>
106
107 <div id="top-links-jump">
108 <!-- back to start page -->
109         <?php if (isset($_SESSION['member_id']) && $_SESSION['member_id']): ?>
110                 <!-- start the jump menu -->
111                 <?php if (empty($_GET)): ?>
112                         <form method="post" action="<?php echo $this->base_path; ?>bounce.php?p=<?php echo urlencode($this->rel_url); ?>" target="_top">
113                 <?php else: ?>
114                         <form method="post" action="<?php echo $this->base_path; ?>bounce.php" target="_top">
115                 <?php endif; ?>
116                 <label for="jumpmenu" accesskey="j"></label>
117                         <select name="course" id="jumpmenu" title="<?php echo _AT('jump'); ?>:  Alt-j">                                                 
118                                 <option value="0"><?php echo _AT('my_start_page'); ?></option>
119                                 <optgroup label="<?php echo _AT('courses_below'); ?>">
120                                         <?php foreach ($this->nav_courses as $this_course_id => $this_course_title): ?>
121                                                 <option value="<?php echo $this_course_id; ?>"><?php echo $this_course_title; ?></option>
122                                         <?php endforeach; ?>
123                                 </optgroup>
124                         </select> <input type="submit" name="jump" value="<?php echo _AT('jump'); ?>" id="jump-button" /> &nbsp; </form>
125                 <!-- /end the jump menu -->
126                 <?php if ($_SESSION['is_super_admin']): ?>
127                         <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> | 
128                 <?php endif; ?>
129
130                 <?php if ($this->course_id > -1): ?>
131                         <?php if (get_num_new_messages()): ?>
132                                 <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>
133                         <?php else: ?>
134                                 <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a>
135                         <?php endif; ?>
136                 <?php endif; ?>
137         <?php endif; ?>
138
139         <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>
140       </div>
141 </div>
142 <div>
143 <h1 id="section-title"><?php echo $this->section_title; ?><?php if (($this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?>
144                 - <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>
145         <?php endif; ?></h1>
146 </div>
147
148 <br />
149 <div id="topnavlistcontainer">
150 <!-- the main navigation. in our case, tabs -->
151         <ul id="topnavlist">
152                 <?php foreach ($this->top_level_pages as $page): ?>
153                         <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
154                         <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
155                         <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
156                         <?php if ($page['url'] == $this->current_top_level_page): ?>
157                                 <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>
158                         <?php else: ?>
159                                 <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>"><?php echo $page['title']; ?></a></li>
160                         <?php endif; ?>
161                         <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
162                 <?php endforeach; ?>
163         </ul>
164 </div>
165
166 <!-- the sub navigation -->
167 <div id="logoutbar">
168         <?php if ($_SESSION['valid_user']): ?>          
169 <?php     if (!admin_authenticate(AT_ADMIN_PRIV_ADMIN, AT_PRIV_RETURN) && $last_path_part != 'preferences.php') {?>
170                     <a class="pref_wiz_launcher"><img border="0" alt="<?php echo _AT('preferences').' - '._AT('new_window'); ?>" src="<?php echo $this->base_href; ?>images/wand.png" /></a> |
171                     <?php } ?> 
172                         
173                 <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>
174         <?php else: ?>
175                  <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>
176         <?php endif; ?>
177 </div>
178
179 <?php if ($this->sub_level_pages): ?>
180         <div id="sub-navigation">
181                 <?php if (isset($this->back_to_page)): ?>
182                         <a href="<?php echo $this->back_to_page['url']; ?>" id="back-to"><?php echo _AT('back_to').' '.$this->back_to_page['title']; ?></a> | 
183                 <?php endif; ?>
184
185                 <?php $num_pages = count($this->sub_level_pages); ?>
186                 <?php for ($i=0; $i<$num_pages; $i++): ?>
187                         <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
188                                 <strong><?php echo $this->sub_level_pages[$i]['title']; ?></strong>
189                         <?php else: ?>
190                                 <a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a>
191                         <?php endif; ?>
192                         <?php if ($i < $num_pages-1): ?>
193                                 |
194                         <?php endif; ?>
195                 <?php endfor; ?>
196         </div>
197 <?php else: ?>
198         <div id="sub-navigation">
199                 &nbsp;
200         </div>
201 <?php endif; ?>
202
203 <?php if ($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) { ?>
204 <!-- the bread crumbs -->
205 <div id="breadcrumbs">
206         <?php foreach ($this->path as $page): ?>
207                 <a href="<?php echo $page['url']; ?>"><?php echo htmlspecialchars($page['title'], ENT_COMPAT, "UTF-8"); ?></a> > 
208         <?php endforeach; ?> <?php echo $this->page_title; ?>
209 </div>
210 <?php } ?>
211
212 <div id="contentwrapper">
213         <?php if (isset($this->course_id) && $this->course_id > 0 && $system_courses[$this->course_id]['side_menu']): ?>
214                 <div id="rightcolumn">
215                   <a name="menu"></a>
216                      <div id="side-menu">
217                         <?php require(AT_INCLUDE_PATH.'side_menu.inc.php'); ?>
218                     </div>
219                 </div>
220         <?php endif; ?>
221
222 <div id="contentcolumn">
223 <!-- the page title -->
224
225         <?php if ($this->course_id > 0 && $system_courses[$this->course_id]['side_menu']): ?>
226         <div id="menutoggle">
227             <a accesskey="n"><img src="" title="" alt="" /></a>
228         </div>
229          <?php endif; ?>
230
231         <div class="sequence-links">
232         <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
233                 <?php if ($this->sequence_links['resume']): ?>
234                                 <a 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>
235                 <?php else:
236                         if ($this->sequence_links['previous']): ?>
237                                 <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>
238                         <?php endif;
239                         if ($this->sequence_links['next']): ?>
240                                 <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>
241                         <?php endif; ?>
242                 <?php endif; ?>
243         <?php } ?>
244                 &nbsp;
245         </div>
246                   <?php if (isset($this->guide) && isset($_SESSION["course_id"]) && $this->guide && ($_SESSION["prefs"]["PREF_SHOW_GUIDE"] || $_SESSION["course_id"] == "-1")) : ?>
247       <div id="guide_box">
248                           <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><strong><?php echo $this->page_title; ?></strong></a>
249       </div>
250       <div>
251         
252                   <?php endif; ?>
253 <!-- the page title -->
254 <h2 class="page-title"><?php echo htmlspecialchars($this->page_title, ENT_COMPAT, "UTF-8"); ?></h2>
255
256 <a name="content"></a>
257 <?php global $msg; $msg->printAll(); ?>