remove old readme
[atutor.git] / docs / themes / fluid / 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:51 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->icon                  the path to a course icon
23  * $this->banner_style          -deprecated-
24  * $this->theme                         the directory name of the current theme
25  * $this->base_href                     the full url to this atutor installation
26  * $this->onload                        javascript onload() calls
27  * $this->img                           the absolute path to this theme's images/ directory
28  * $this->sequence_links        associative array of 'previous', 'next', and/or 'resume' links
29  * $this->path                          associative array of path to this page: aka bread crumbs
30  * $this->rel_url                       the relative url from the installation root to this page
31  * $this->nav_courses           associative array of this user's enrolled courses
32  * $this->section_title         the title of this section (course, public, admin, my start page)
33  * $this->top_level_pages       associative array of the top level navigation
34  * $this->current_top_level_page        the full path to the current top level page with file name
35  * $this->sub_level_pages                       associate array of sub level navigation
36  * $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)
37  * $this->current_sub_level_page        the full path to the current sub level page with file name
38  * $this->guide                         the full path and file name to the guide page
39  * ======================================
40  * top_level_pages           array(array('url', 'title'))     the top level pages. ATutor default creates tabs.
41  * section_title             string                           the name of the current section. either name of the course, administration, my start page, etc.
42  * page_title                string                           the title of the current page.
43  * path                      array(array('url', 'title'))     the path to the current page.
44  * back_to_page              array('url', 'title')            the link back to the part of the current page, if needed.
45  * current_top_level_page    string                           full url to the current top level page in "top_leve_pages"
46  * current_sub_level_page    string                           full url to the current sub level page in the "sub_level_pages"
47  * sub_level_pages           array(array('url', 'title'))     the sub level pages.
48  */
49
50 // will have to be moved to the header.inc.php
51 global $system_courses, $_custom_css, $db, $_base_path;
52
53 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
54
55 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="<?php echo $this->lang_code; ?>"> 
56
57 <head>
58         <title><?php echo SITE_NAME; ?> : <?php echo $this->page_title; ?></title>
59         <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->lang_charset; ?>" />
60         <meta name="Generator" content="ATutor - Copyright 2005 by http://atutor.ca" />
61         <base href="<?php echo $this->content_base_href; ?>" />
62         <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" />
63         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />
64         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
65         <!--[if IE]>
66           <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />
67         <![endif]-->
68         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
69         <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-layout.css" />
70         <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/components/reorderer/css/Reorderer.css" />
71
72         <?php if ($system_courses[$this->course_id]['rss']): ?>
73         <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" />
74         <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" />
75         <?php endif; ?>
76         <script type="text/javascript" src="<?php echo $this->base_path; ?>jscripts/infusion/InfusionAll.js"></script>
77     <script language="javascript" type="text/javascript">
78     //<!--
79     jQuery.noConflict();
80     //-->
81     </script>
82     <script src="<?php echo $this->base_path; ?>jscripts/ATutor.js" type="text/javascript"></script>   
83     <?php echo $this->custom_css; ?>
84     <?php echo $this->rtl_css; ?>
85     <style id="pref_style" type="text/css"></style> 
86 </head>
87
88 <body onload="<?php echo $this->onload; ?>">
89
90 <script language="javascript" type="text/javascript">
91 //<!--
92 jQuery(document).ready(function () {
93         // only specific list items are sortable
94         var reorder_example_list = fluid.reorderList('#contentwrapper', {
95                 selectors : {
96                         movables : '.orderable',
97                         selectables: '.orderable',
98                         dropTargets: '.orderable',
99                         grabHandle: '.grab'
100                 },
101                 orientation: fluid.orientation.HORIZONTAL,
102             listeners: {
103                         afterMove: function (item, requestedPosition, movables) {
104                                 //save the state to the db
105                                 var myDivs = jQuery ("div[class^=orderable]", "#contentwrapper");
106                                 jQuery.post("<?php echo AT_BASE_HREF; ?>themes/fluid/save_state.php", { 'left':myDivs[0].id }, function(data) {});     
107                 }
108             }
109         });
110 });
111
112 //-->
113 </script>
114
115 <div id="top-links"> <!-- top help/search/login links -->
116         <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" accesskey="c">
117         <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>          
118
119         <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>
120         <?php if (isset($_SESSION['member_id']) && $_SESSION['member_id']): ?>
121                 <!-- start the jump menu -->
122                 <?php if (empty($_GET)): ?>
123                 <form method="post" action="<?php echo $this->base_path; ?>bounce.php?p=<?php echo urlencode($this->rel_url); ?>" target="_top">
124                 <?php else: ?>
125                         <form method="post" action="<?php echo $this->base_path; ?>bounce.php" target="_top">
126                 <?php endif; ?>
127                 <label for="jumpmenu" accesskey="j"></label>
128                         <select name="course" id="jumpmenu" title="<?php echo _AT('jump'); ?>:  Alt-j">                                                 
129                                 <option value="0"><?php echo _AT('my_start_page'); ?></option>
130                                 <optgroup label="<?php echo _AT('courses_below'); ?>">
131                                         <?php foreach ($this->nav_courses as $this_course_id => $this_course_title): ?>
132                                                 <option value="<?php echo $this_course_id; ?>"><?php echo $this_course_title; ?></option>
133                                         <?php endforeach; ?>
134                                 </optgroup>
135                         </select> <input type="submit" name="jump" value="<?php echo _AT('jump'); ?>" class="button" /> </form>
136                 <!-- /end the jump menu -->
137                 <?php if ($_SESSION['is_super_admin']): ?>
138                         <a href="<?php echo $this->base_path; ?>bounce.php?admin"><?php echo _AT('return_to_admin_area'); ?></a> | 
139                 <?php endif; ?>
140
141                 <?php if ($this->course_id > -1): ?>
142                         <?php if (get_num_new_messages()): ?>
143                                 <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?> (<?php echo get_num_new_messages(); ?>)</a> 
144                         <?php else: ?>
145                                 <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a>
146                         <?php endif; ?>
147                 <?php endif; ?>
148         <?php endif; ?>
149         <a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> <a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a>
150 </div>
151
152 <div id="header">
153         <?php
154         // If there is a custom course banner in the file manager called banner.html, display it here
155         @readfile(AT_CONTENT_DIR . $this->course_id.'/banner.txt'); 
156
157         /*
158         and example banner.html file might look like:
159         <div style="width: 760px; height: 42px; background: white;"><img src="http://[mysite]/atutor15rc3/banners/kart-camb.jpg"></div>
160         */
161
162         ?>
163
164         <?php if (!empty($this->icon)) { // if a course icon is available, display it here.  ?>
165                 <a href="<?php echo $this->base_path; ?>index.php"><img src="<?php echo $this->icon; ?>" class="headicon" alt="<?php echo  _AT('home'); ?>" /></a>      
166         <?php } ?>
167
168         <h1 id="section-title">
169                 <?php if ($_SESSION['valid_user']): 
170                         echo '<span style="color:black;font-size:small;font-weight:bold;">'.stripslashes(SITE_NAME).'</span><br />';    
171                 endif; ?>       
172                 <?php echo $this->section_title; ?>
173                 <?php if (($this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?> 
174                         - <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>
175                 <?php endif; ?>
176         </h1>
177         
178         
179 </div>
180
181 <div id="topnavlistcontainer">
182 <!-- the main navigation. in our case, tabs -->
183         <ul id="topnavlist">
184                 <?php foreach ($this->top_level_pages as $page): ?>
185                         <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
186                         <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
187                         <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
188                         <?php if ($page['url'] == $this->current_top_level_page): ?>
189                                 <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>
190                         <?php else: ?>
191                                 <li><a href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'] . $accesskey_title; ?>"><?php echo $page['title']; ?></a></li>
192                         <?php endif; ?>
193                         <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
194                 <?php endforeach; ?>
195         </ul>
196 </div>
197
198 <div id="subnav">
199         <!-- the sub navigation -->
200         <div  id="logoutbar">
201 <?php     if (!admin_authenticate(AT_ADMIN_PRIV_ADMIN, AT_PRIV_RETURN) && $last_path_part != 'preferences.php') {?>
202                     <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> |
203                     <?php } ?> 
204                 <?php if ($_SESSION['valid_user']): ?>                                  
205                         <strong><?php echo get_display_name($_SESSION['member_id']); ?></strong> | <a href="<?php echo $this->base_path; ?>logout.php"><?php echo _AT('logout'); ?></a>
206                 <?php else: ?>
207                          <a href="<?php echo $this->base_path; ?>login.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('login'); ?></a> | <a href="<?php echo $this->base_path; ?>registration.php"><?php echo _AT('register'); ?></a>
208                 <?php endif; ?>
209         </div>
210
211         <?php if ($this->sub_level_pages): ?>
212                 <?php if (isset($this->back_to_page)): ?>
213                         <a href="<?php echo $this->back_to_page['url']; ?>" id="back-to"><?php echo _AT('back_to').' '.$this->back_to_page['title']; ?></a> | 
214                 <?php endif; ?>
215
216                 <?php $num_pages = count($this->sub_level_pages); ?>
217                 <?php for ($i=0; $i<$num_pages; $i++): ?>
218                         <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
219                                 <strong><?php echo $this->sub_level_pages[$i]['title']; ?></strong>
220                         <?php else: ?>
221                                 <a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a>
222                         <?php endif; ?>
223                         <?php if ($i < $num_pages-1): ?>
224                                 |
225                         <?php endif; ?>
226                 <?php endfor; ?>
227         <?php else: ?>
228                 <div id="sub-navigation">
229                         &nbsp;
230                 </div>
231         <?php endif; ?>
232 </div>
233
234 <div id="contentwrapper" class="fluid-horizontal-order">
235         <?php if (($this->course_id > 0) && $system_courses[$this->course_id]['side_menu'] && ($_SESSION['prefs']['PREF_MENU']!="right")): ?>
236         <div id="side-menu" class="orderable" style="display:inline; float:left">
237                 <div class="grab"><img src="<?php echo $this->img; ?>layers.png" alt="<?php echo _AT('drag'); ?>" /></div>
238                 <?php require(AT_INCLUDE_PATH.'side_menu.inc.php'); ?>
239         </div>
240         <?php endif; ?>
241
242         <div class="orderable" style="display:inline; float:left; margin-left: 10px; margin-right: 10px; <?php if (($this->course_id <= 0) && !$this->side_menu) { ?> width:99%; <?php } else { ?> width:76.5%; <?php } ?>">
243         
244                 <div class="grab">
245                         <div><img src="<?php echo $this->img; ?>layers.png" style="float:left;margin:3px;" alt="<?php echo _AT('drag'); ?>" /></div>
246
247         <?php if ($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) { ?>
248                         <div id="breadcrumbs">
249                                 <?php foreach ($this->path as $page): ?>
250                                         <a href="<?php echo $page['url']; ?>"><?php echo htmlspecialchars($page['title'], ENT_COMPAT, "UTF-8"); ?></a> > 
251                                 <?php endforeach; ?> <?php echo $this->page_title; ?>
252                         </div>
253         <?php } ?>
254                 </div>
255                 
256                 <?php if ($this->course_id > 0): ?>
257                 <div id="menutoggle">
258             <a accesskey="n"><img src="" title="" alt="" /></a>
259         </div>
260                 
261
262         <?php if (isset($this->guide) && isset($_SESSION["course_id"]) && $this->guide && ($_SESSION["prefs"]["PREF_SHOW_GUIDE"] || $_SESSION["course_id"] == "-1")) : ?>
263    
264       <div id="guide_box">
265                           <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>
266       </div>
267                   <?php endif; ?>
268       <?php if ($this->shortcuts): ?>
269       <div id="shortcuts">
270               <ul>
271                       <?php foreach ($this->shortcuts as $link): ?>
272                               <li><a href="<?php echo $link['url']; ?>"><img src="<?php echo $link['icon']; ?>" alt="<?php echo $link['title']; ?>"  title="<?php echo $link['title']; ?>" class="shortcut_icon"/><!-- <?php echo $link['title']; ?> --></a></li>
273                       <?php endforeach; ?>
274               </ul>
275       </div>
276       <?php endif; ?>
277                 <div class="sequence-links">
278                 
279                 
280                 <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
281                         <?php if ($this->sequence_links['resume']): ?>
282                                         <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>
283                         <?php else:
284                                 if ($this->sequence_links['previous']): ?>
285                                         <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>
286                                 <?php endif;
287                                 if ($this->sequence_links['next']): ?>
288                                         <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>
289                                 <?php endif; ?>
290                         <?php endif; ?>
291                 <?php } ?>
292                         &nbsp;
293                 </div>
294                 <?php endif; ?>
295
296         <!-- the page title -->
297         <h2 class="page-title"><?php echo $this->page_title; ?></h2>
298
299         <a name="content"></a>
300         <?php global $msg; $msg->printAll(); ?>