(no commit message)
[atutor.git] / docs / themes / mobile / include / header.tmpl.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
6 /* Adaptive Technology Resource Centre / University of Toronto                  */
7 /* http://atutor.ca                                                                                                             */
8 /*                                                                                                                                              */
9 /* This program is free software. You can redistribute it and/or                */
10 /* modify it under the terms of the GNU General Public License                  */
11 /* as published by the Free Software Foundation.                                                */
12 /************************************************************************/
13 // $Id: header.tmpl.php 3825 2005-03-11 15:35:51 joel $
14 if (!defined('AT_INCLUDE_PATH')) { exit; }
15 /* available header.tmpl.php variables:
16  * $this->lang_code                     the ISO language code
17  * SITE_NAME                            the site name from the config file
18  * $this->page_title            the name of this page to use in the <title>
19  * $this->lang_charset          the ISO language character set
20  * $this->content_base_href     the <base href> to use for this page
21  * $this->base_path                     the absolute path to this atutor installation
22  * $this->rtl_css                       if set, the path to the RTL style sheet
23  * $this->icon                  the path to a course icon
24  * $this->banner_style          -deprecated-
25  * $this->theme                         the directory name of the current theme
26  * $this->base_href                     the full url to this atutor installation
27  * $this->onload                        javascript onload() calls
28  * $this->img                           the absolute path to this theme's images/ directory
29  * $this->sequence_links        associative array of 'previous', 'next', and/or 'resume' links
30  * $this->path                          associative array of path to this page: aka bread crumbs
31  * $this->rel_url                       the relative url from the installation root to this page
32  * $this->nav_courses           associative array of this user's enrolled courses
33  * $this->section_title         the title of this section (course, public, admin, my start page)
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  * is_mobile_device          true or false                    the request is from a mobile device or a desktop device
49  * mobile_device_type        One of the constants: IPOD_DEVICE, BLACKBERRY_DEVICE, ANDROID_DEVICE, UNKNOWN_DEVICE (@see include/lib/constants.inc.php)
50  */
51
52 // will have to be moved to the header.inc.php
53 global $system_courses, $_custom_css, $db, $_base_path, $contentManager;
54
55 // 1. any click on the page closes the content menu but the link "content_link" itself
56 // 2. the click on link "content_link" opens the content menu
57
58
59 require ('TeraWurflRemoteClient.php');
60 $wurflObj = new TeraWurflRemoteClient('http://wurfl.thesedays.com/webservice.php');
61 $capabilities = array("product_info");
62 $data_format = TeraWurflRemoteClient::$FORMAT_JSON;
63 $wurflObj->getCapabilitiesFromAgent(null, $capabilities, $data_format);
64
65 // open/close content menu
66 $this->onload .= "
67 jQuery('#content_link').click(function(e) {
68   e.stopPropagation();
69   
70   jQuery('#content').slideToggle();
71   jQuery('#content_link').toggleClass('.content_link_tablet_highlight');
72   ";
73 $this->onload .= "});
74 ";
75
76
77 // open/close content menu - smartphones 
78 $this->onload .= "
79 jQuery('#content_link_phone').click(function(e) {
80   e.stopPropagation();
81   
82   jQuery('#content').slideToggle();
83   jQuery('#content-link-surround').toggleClass('content-closed');
84   jQuery('#content_link_phone').toggleClass('topnavlist-link-highlight');
85   
86   ";
87 $this->onload .= "});
88 ";
89
90 // open/close header navigational menu for smartphones
91 // jQuery('#topnavlist-link').toggleClass('topnavlist-link-highlight');
92 $this->onload .= "
93 jQuery(document).click(function () {
94 jQuery('#topnavlist').slideUp(600);}); 
95 jQuery('.topnavlist-link').click(function(e) {
96   e.stopPropagation();
97   jQuery('#topnavlist').slideToggle();
98  jQuery('#topnavlist-link').toggleClass('.topnavlist-link-highlight');
99 });
100 ";
101
102 // open/close header navigational menu for tablets
103
104 $this->onload .= "
105 jQuery(document).click(function () {
106 jQuery('#navigation-column').slideUp();}); 
107 jQuery('.topnavlist-link').click(function(e) {
108   e.stopPropagation();
109   jQuery('#navigation-column').slideToggle();
110     jQuery('#topnavlist-link').toggleClass('topnavlist-link-highlight');
111     jQuery('#topnavlist-link').toggleClass('triangle-isosceles');
112     jQuery('#topnavlist-link').toggleClass('top');
113 });
114 ";
115
116 //jQuery for Gmail dock-style "more" button that makes the subnavlist expand for more options
117 $this->onload .= "
118 jQuery(document).click(function () {
119 jQuery('.subnavlist-more').slideUp();}); 
120 jQuery('.more-button').click(function(e) {
121   e.stopPropagation();
122   jQuery('.subnavlist-more').slideToggle();
123 });
124 ";
125
126
127 //hide and show results on Browse Courses page
128
129 $this->onload .= "
130 jQuery('#results-hide-show-link').click(function(e) {
131   e.stopPropagation();
132     jQuery('#results-display').slideToggle();
133     jQuery(this).toggleClass('content-closed');
134     jQuery(this).preventDefault();
135   ";
136 $this->onload .= "});
137 ";
138
139 //hide and show results elsewhere (uses classes) 
140 $this->onload .= "
141 jQuery('.results-hide-show-link').click(function(e) {
142   e.stopPropagation();
143         jQuery(this).parent().next('.results-display').slideToggle(); 
144           jQuery(this).toggleClass('content-closed');
145   ";
146 $this->onload .= "});
147 ";
148         
149
150 // Hide the addressbar
151 $this->onload .= "
152 setTimeout(function() { window.scrollTo(0, 1) }, 100);
153 ";
154
155
156
157 ?>
158
159 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
160
161 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="<?php echo $this->lang_code; ?>"> 
162
163 <head>
164         <title><?php echo SITE_NAME; ?> : <?php echo $this->page_title; ?></title>
165         <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->lang_charset; ?>" />
166         <meta name="Generator" content="ATutor - Copyright 2005 by http://atutor.ca" />
167         <base href="<?php echo $this->content_base_href; ?>" />
168         <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" /> 
169         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />
170         <!-- mobile fss -->     
171         <link rel="stylesheet" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-mobile-layout.css" type="text/css"/>
172         <link rel="stylesheet" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-mobile-theme-iphone.css" type="text/css"/>  
173         
174 <?php if ($this->is_mobile_device == true): ?>
175         <?php if ($this->mobile_device_type == ANDROID_DEVICE): ?>
176         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/android.css" type="text/css"/>
177         <meta name="viewport" content="user-scalable=no, width=device-width" />
178         <?php endif; ?>
179         <?php if ($this->mobile_device_type == IPOD_DEVICE || $this->mobile_device_type == IPHONE_DEVICE): ?>
180         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/iphone.css" type="text/css"/>
181         <meta name="viewport" content="user-scalable=no, width=device-width" />
182         <?php endif; ?>
183         <!-- Armin 25.08.2010: Detect BLACKBERRY_DEVICE and use blackberry.css-->
184         <?php if ($this->mobile_device_type == BLACKBERRY_DEVICE): ?>
185         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/blackberry.css" type="text/css"/>
186         <meta name="viewport" content="user-scalable=no, width=device-width" />
187         <?php endif; ?>
188         <?php if ($this->mobile_device_type == IPAD_DEVICE): ?>
189         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/tablet.css" type="text/css"/>
190         <meta name="viewport" content="width=768px, minimum-scale=1.0, maximum-scale=1.0" />
191         
192         <?php endif; ?>
193 <?php endif; ?>
194
195         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
196                 
197         <!-- Fluid Infusion -->
198         <script src="<?php echo $this->base_path; ?>jscripts/infusion/InfusionAll.js" type="text/javascript"></script>
199         <script language="javascript" type="text/javascript">
200
201         //<!--
202         jQuery.noConflict();
203         //-->
204         </script>
205         <script src="<?php echo $this->base_path; ?>jscripts/ATutor.js" type="text/javascript"></script>   
206
207         
208 <?php echo $this->rtl_css; ?>
209 <?php if (isset($this->course_id) && $system_courses[$this->course_id]['rss']): ?>
210         <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" />
211         <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" />
212 <?php endif; ?>
213
214
215 <?php echo $this->custom_css; ?>
216 </head>
217
218
219 <?php if ($this->mobile_device_type != IPAD_DEVICE): ?><!--  smartphone theme only -->
220
221 <body onload="<?php echo $this->onload; ?>" class="fl-theme-iphone ui-mobile-viewport">
222
223 <div id="wrapper">
224 <div id="main">
225         <div id="header">
226
227                 <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content">
228                 <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>          
229
230                 <div id="header-section-title">
231                         <!-- <?php if (isset($_SESSION['valid_user']) && $_SESSION['valid_user']): 
232                                         echo '<div id="site-name">'.stripslashes(SITE_NAME).'</div>'; 
233                                 endif; ?> --> 
234                         <h1 id="section-title"><?php echo $this->section_title; ?>
235                                 <?php if ((isset($this->course_id) && $this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?> 
236                                 <!-- <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>-->
237                                 <?php endif; ?>
238                                 </h1>
239                 </div>
240         </div> <!--  END HEADER -->
241
242
243         <div id="contentwrapper">
244
245         <!--  Note: ARIA roles cause XHTML validation errors because the XHTML DTD does not yet support ARIA. Use ARIA anyway -->
246
247         <div id="navigation-contentwrapper">
248         <div id="navigation-bar">
249                 <!--  this should be a button on its own  -->
250                         <?php if ($this->current_sub_level_page): ?>
251                         <div id="topnavlistcontainer" role="menu" aria-live="assertive" class="topnavlistcontainer" >
252                         <a class="navigation-bar-button topnavlist-link" id="topnavlist-link" href="javascript:void(0);" tabindex="1"><?php echo _AT('navigation'); ?></a>
253                                 <ul id="topnavlist"  class="fl-list-menu">
254                                         <?php $accesscounter = 0; //initialize ?>
255                                         <?php foreach ($this->top_level_pages as $page): ?>
256                                                 <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
257                                                 <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
258                                                 <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
259                                                 <?php if ($page['url'] == $this->current_top_level_page): ?>
260                                                         <li role="menuitem"><a  href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title'];?>"><?php echo $page['title']; ?></a>  </li>
261                                                 <?php else: ?>
262                                                         <li role="menuitem"><a  href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title']; ?>"><?php echo $page['title']; ?></a></li>
263                                                 <?php endif; ?>
264                                 
265                                                 <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
266                                         
267                                         <?php endforeach; ?>
268                                         <?php if(!$this->just_social): ?>
269                                         <li role="menuitem"><a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> </li>
270                                         <?php endif; ?> 
271                                 </ul>
272                         </div>
273                         <?php endif; ?>
274                 </div>
275
276
277
278         <ul class="home-guide fl-tabs" id="home-guide">
279         <!--  CHECK TO SEE IF USER IS A STUDENT -->
280         <?php if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == 0 ):?>
281                 <li><a  href="<?php echo $this->base_path; ?>users/index.php"><?php echo _AT("home"); ?></a></li> 
282         <?php endif;?>          
283         <!--  CHECK TO SEE IF USER IS AN ADMINISTRATOR -->
284         <?php //if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == 1):
285                 if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == AT_ADMIN_PRIV_ADMIN):?>
286                 <li><a href="<?php echo $this->base_path; ?>admin/index.php"><?php echo _AT("home"); ?></a></li> 
287         <?php endif;?>
288         <!--  CHECK TO SEE IF USER IS AN INSTRUCTOR -->
289         <?php if($_SESSION['is_admin'] == 1): ?>
290                 <li><a href="<?php echo $this->base_path; ?>users/index.php"><?php echo _AT("home"); ?></a></li> 
291         <?php endif;?>
292         
293         <?php if (isset($this->guide) && isset($_SESSION["course_id"]) && $this->guide && ($_SESSION["prefs"]["PREF_SHOW_GUIDE"] || $_SESSION["course_id"] == "-1")) : ?>
294                         <li>
295                         <div id="guide_box">
296                                         <!--    <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><img src="<?php echo $this->img; ?>guide-icon.png" width="30" height="30" title="guide: <?php echo $this->page_title; ?>"alt="guide: <?php echo $this->page_title; ?>"></img></a> -->
297                 
298                                   <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><?php echo _AT("guide"); ?></a> 
299                         </div>
300                         </li>
301                         <?php endif; ?>
302                 </ul>
303         </div><!--  END navigation-contentwrapper -->
304         
305         <div id="content-sequence-links">
306         <!-- ENSURE "content_link" DOESN'T APPEAR IF NOT LOGGED IN -->
307         <?php if (isset($this->course_id) && $this->course_id > 0): ?>
308                         
309         
310                 <ul class="sequence-links fl-tabs" id="sequence-links">
311                         <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
312                                 <?php if ($this->sequence_links['resume']): ?>
313                                                 <li>
314                                                 <a href="<?php echo $this->sequence_links['resume']['url']; ?>" class="previous-next resume" title="<?php echo _AT('resume').': '.$this->sequence_links['resume']['title']; ?>"><?php echo _AT('resume'); ?></a>
315                                                 </li>
316                                 <?php else:
317                                         if ($this->sequence_links['previous']): ?>
318                                                 <li class="arrow back"><a  href="<?php echo $this->sequence_links['previous']['url']; ?>" class="arrow back" title="<?php echo _AT('previous_topic').': '. $this->sequence_links['previous']['title']; ?>"> <?php echo "Previous"; ?> </a>
319                                                 </li>
320                                         <?php endif;
321                                         if ($this->sequence_links['next']): ?>
322                                                 <li class="arrow forward">
323                                                 <a href="<?php echo $this->sequence_links['next']['url']; ?>" class=""  title="<?php echo _AT('next_topic').': '.$this->sequence_links['next']['title']; ?>"> <?php echo "Next"; ?></a>
324                                                 </li>
325                                         <?php endif; ?>
326                                 <?php endif; ?>
327                         <?php } ?>
328                                 &nbsp;
329                         </ul> <!-- end sequence-links -->
330                 <?php endif; ?>
331         
332         
333         <?php if(isset($_SESSION['course_id']) && $_SESSION['course_id'] > 0): ?> 
334                 <div id="content-link-container"role="navigation" aria-live="assertive" class="flc-screenNavigator-navbar ">
335                 <div id="content-link-surround"  class=" content-link-surround" >
336                 <a id="content_link_phone"  href="javascript:void(0);"><?php echo "Content";//_AT("content_navigation"); ?></a>
337                 </div>
338                 </div>
339                 <div id="content" style=" display: none; position: absolute; top: 6.5em; clear: left; clear: right; z-index: 1;">
340                 <?php $contentManager->printMainMenu(); ?>
341                                 <script language="javascript" type="text/javascript"></script>
342                 </div>
343                 
344         <?php endif; ?>
345 </div>
346                 <div id="inner-contentwrapper" class="fl-container" >
347
348
349
350         <div id="contentcolumn">        
351                 
352
353                 <!-- the page title -->
354                 <a name="content" title="<?php echo _AT('content'); ?>"></a>
355                 <h2 class="page-title"><?php echo $this->page_title; ?></h2>
356         
357                 <?php global $msg; $msg->printAll(); $_base_href;?>
358         
359                 <!-- the sub navigation -->
360                 <?php if (count($this->sub_level_pages) > 0): ?>
361                                 <div id="subnavlistcontainer">
362                                         <div id="subnavbacktopage">
363                                         <?php if (isset($this->back_to_page)): ?>
364                                                 <a href="<?php echo $this->back_to_page['url']; ?>">
365                                                 <img border="0" width="10" height="11" alt="<?php echo _AT('back_to').' '.$this->back_to_page['title']; ?>" src="<?php echo $this->base_href; ?>images/arrowicon.gif" style="float:left;"/></a>&nbsp;
366                                         <?php endif; ?>
367                                         </div>
368
369                                         <ul id="subnavlist">
370                                         <?php $num_pages = count($this->sub_level_pages); ?>
371                                         <?php for ($i=0; $i<$num_pages; $i++): ?>                               
372                                                 <?php if ($this->sub_level_pages[$i]['url'] == $this->current_sub_level_page): ?>
373                                                 <li id="test" ><?php echo $this->sub_level_pages[$i]['title']; ?></li>
374                                                 <?php else: ?>
375                                                 <li><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
376                                                 <?php endif; ?>
377                                         <?php if ($i < $num_pages-1): 
378                                                 echo " ";?>
379                                         <?php endif; ?>
380                                         <?php endfor; ?>
381                                         </ul>
382                                 </div> <!--  end subnavlistcontainer -->
383                 <?php endif; ?>
384 <?php endif; ?>
385
386
387 <!--  end header template for iphone, android, blackberry -->
388 <?php if ($this->mobile_device_type == IPAD_DEVICE): ?><!-- start header template for ipad/tablets -->
389 <body onload="<?php echo $this->onload; ?>" class="fl-theme-iphone ui-mobile-viewport">
390
391 <div id="wrapper">
392 <div id="main">
393         <div id="header" role="header">
394
395         <div id="header-section-title">
396                         <!-- <?php if (isset($_SESSION['valid_user']) && $_SESSION['valid_user']): 
397                                         echo '<div id="site-name">'.stripslashes(SITE_NAME).'</div>'; 
398                                 endif; ?> --> 
399                         <h1 id="section-title"><?php echo $this->section_title; ?>
400                                 <?php if ((isset($this->course_id) && $this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?> 
401                                 <!-- <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>-->
402                                 <?php endif; ?>
403                                 </h1>
404                 </div>
405         <div id="navigation-contentwrapper" >
406                 
407                 
408         <ul class="home-guide fl-tabs" id="home-guide">
409         <!--  CHECK TO SEE IF USER IS A STUDENT -->
410         <?php if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == 0 ):?>
411                 <li><a href="<?php echo $this->base_path; ?>users/index.php"><?php echo _AT("home"); ?></a></li> 
412         <?php endif;?>          
413         <!--  CHECK TO SEE IF USER IS AN ADMINISTRATOR -->
414         <?php //if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == 1):
415                 if($_SESSION['is_admin'] == 0 && $_SESSION['privileges'] == AT_ADMIN_PRIV_ADMIN):?>
416                 <li><a href="<?php echo $this->base_path; ?>admin/index.php"><?php echo _AT("home"); ?></a></li> 
417         <?php endif;?>
418         <!--  CHECK TO SEE IF USER IS AN INSTRUCTOR -->
419         <?php if($_SESSION['is_admin'] == 1): ?>
420                 <li><a href="<?php echo $this->base_path; ?>users/index.php"><?php echo _AT("home"); ?></a></li> 
421         <?php endif;?>
422         
423         <?php if (isset($this->guide) && isset($_SESSION["course_id"]) && $this->guide && ($_SESSION["prefs"]["PREF_SHOW_GUIDE"] || $_SESSION["course_id"] == "-1")) : ?>
424                         <li>
425                         <div id="guide_box">
426                                         <!--    <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><img src="<?php echo $this->img; ?>guide-icon.png" width="30" height="30" title="guide: <?php echo $this->page_title; ?>"alt="guide: <?php echo $this->page_title; ?>"></img></a> -->
427                 
428                                   <a href="<?php echo $this->guide; ?>" id="guide" onclick="ATutor.poptastic('<?php echo $this->guide; ?>'); return false;" target="_new"><?php echo _AT("guide"); ?></a> 
429                         </div>
430                         </li>
431                         <?php endif; ?>
432                 </ul>
433         
434         <?php if (isset($this->course_id) && $this->course_id > 0): ?>
435                         
436         
437                 <ul class="sequence-links fl-tabs" id="sequence-links">
438                         <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
439                                 <?php if ($this->sequence_links['resume']): ?>
440                                                 <li>
441                                                 <a href="<?php echo $this->sequence_links['resume']['url']; ?>" class="previous-next" title="<?php echo _AT('resume').': '.$this->sequence_links['resume']['title']; ?>"><?php echo _AT('resume'); ?></a>
442                                                 </li>
443                                 <?php else:
444                                         if ($this->sequence_links['previous']): ?>
445                                                 <li class="arrow back"><a  href="<?php echo $this->sequence_links['previous']['url']; ?>" class="arrow back" title="<?php echo _AT('previous_topic').': '. $this->sequence_links['previous']['title']; ?>"> <?php echo "Previous"; ?> </a>
446                                                 </li>
447                                         <?php endif;
448                                         if ($this->sequence_links['next']): ?>
449                                                 <li class="arrow forward">
450                                                 <a href="<?php echo $this->sequence_links['next']['url']; ?>" class=""  title="<?php echo _AT('next_topic').': '.$this->sequence_links['next']['title']; ?>"> <?php echo "Next"; ?></a>
451                                                 </li>
452                                         <?php endif; ?>
453                                 <?php endif; ?>
454                         <?php } ?>
455                                 &nbsp;
456                         </ul> <!-- end sequence-links -->
457                 <?php endif; ?>
458                 
459                 <?php if(isset($_SESSION['course_id']) && $_SESSION['course_id'] > 0): ?>       
460                 <div id="course-level-navigation">
461                 
462         
463                         
464                         <div id="content-link-container" role="navigation" aria-live="assertive" class="flc-screenNavigator-navbar ">
465                                 <a id="content_link" class="content_link_tablet content_link"  href="javascript:void(0);"><?php echo "Content";//_AT("content_navigation"); ?></a>      
466                         </div>  
467                 </div><!-- course-level navigation -->                          
468                                 <div id="content" style="display: none;">
469                                         <?php $contentManager->printMainMenu(); ?>
470                                         <script language="javascript" type="text/javascript"></script>
471                                 </div>
472                 
473                 
474                 <?php endif;?>
475         
476         
477                 <!--  this should be a button on its own  -->
478                         <?php if ($this->current_sub_level_page): ?>
479                         <div id="topnavlistcontainer" role="menu" aria-live="assertive" class="topnavlistcontainer fl-container" >
480                         <a class="navigation-bar-button topnavlist-link" id="topnavlist-link" href="javascript:void(0);" tabindex="1"><?php echo _AT('navigation'); ?></a>
481                         
482                                 <div id="navigation-column">
483                                 <!--  requires ARIA roles review -->
484                                 <!--  this should be a button on its own  -->
485                                 <?php if ($this->current_sub_level_page): ?>
486                                 <ul id="topnavlist-tablet"  class="fl-list-menu" role="menu">
487                                         <?php $accesscounter = 0; //initialize ?>
488                                         <?php foreach ($this->top_level_pages as $page): ?>
489                                                 <?php ++$accesscounter; $accesscounter = ($accesscounter == 10 ? 0 : $accesscounter); ?>
490                                                 <?php $accesskey_text = ($accesscounter < 10 ? 'accesskey="'.$accesscounter.'"' : ''); ?>
491                                                 <?php $accesskey_title = ($accesscounter < 10 ? ' Alt+'.$accesscounter : ''); ?>
492                                                 <?php if ($page['url'] == $this->current_top_level_page): ?>
493                                                         <!-- note bug http://issues.fluidproject.org/browse/FLUID-4313 makes class "flc-screenNavigator-backButton fl-link-hilight" not work -->
494                                                         <li role="menuitem"><a  href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> class="flc-screenNavigator-backButton fl-link-hilight" title="<?php echo $page['title'];?>"><?php echo $page['title']; ?></a>  </li>
495                                                 <?php else: ?>
496                                                         <li role="menuitem"><a  href="<?php echo $page['url']; ?>" <?php echo $accesskey_text; ?> title="<?php echo $page['title']; ?>"><?php echo $page['title']; ?></a></li>
497                                                 <?php endif; ?>
498                                 
499                                                 <?php $accesscounter = ($accesscounter == 0 ? 11 : $accesscounter); ?>
500                                         
501                                         <?php endforeach; ?>
502                                          
503                                 </ul>
504                                 <?php endif; ?>
505                         </div>
506                         </div>
507                         <?php endif; ?>
508
509         
510
511
512         
513         </div>
514         </div> <!--  END HEADER -->
515
516 <?php if (count($this->sub_level_pages) > 0): ?>
517                                 <div id="subnavlistcontainer" 
518                                         <div id="subnavbacktopage" >
519                                         <?php if (isset($this->back_to_page)): ?>
520                                                 <a href="<?php echo $this->back_to_page['url']; ?>">
521                                                 <img border="0" width="10" height="11" alt="<?php echo _AT('back_to').' '.$this->back_to_page['title']; ?>" src="<?php echo $this->base_href; ?>images/arrowicon.gif" style="float:left;"/></a>&nbsp;
522                                         <?php endif; ?>
523                                         </div>
524                                 
525                                         <!-- Markup for a subnavlist styled like a Gmail dock. Clean up this code for redundancy but it works for now. -->
526                                         <!-- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B6C0C6), to(#F8FAFB));  -->
527                                         <ul id="subnavlist" style="text-align: center; border-bottom: 1px #B6C0C6 solid; background: #B6C0C6; ">
528                                         <?php $num_pages = count($this->sub_level_pages); ?>
529                                                 <?php for ($i=0; $i<$num_pages; $i++): ?>       
530                                                         
531                                                         <?php if($num_pages <= 5): ?>
532                                                                 <?php if($this->sub_level_pages[$i][url] == $this->current_sub_level_page): ?>
533                                                                 <li class="selected" style="font-size: 14px; padding-left: .313em; padding-right: .313em;"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
534                                                                 <?php else: ?> 
535                                                                 <li style="font-size: 14px; padding-left: .313em; padding-right: .313em"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
536                                                                 <?php endif; ?> 
537                                                         <?php endif; ?>
538                                                         <?php if($num_pages > 5): ?>
539                                                                 <?php if($i <= 5):?>
540                                                                         <?php if($this->sub_level_pages[$i][url] == $this->current_sub_level_page): ?>
541                                                                                 <li class="selected" style="font-size: 14px; padding-left: .313em; padding-right: .313em;"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
542                                                                         <?php else: ?> 
543                                                                                 <li style="font-size: 14px; padding-left: .313em; padding-right: .313em"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
544                                                                         <?php endif; ?> 
545                                                                 <?php endif;?>
546                                                                 <?php if($i== 6): ?>
547                                                                         <li class="more-button-surround" style="font-size: 14px; padding-left: .313em; padding-right: .313em"><a class="more-button" href="javascript:void(0);" tabindex="1">More</a></li>
548                                                                         <ul class="subnavlist-more">
549                                                                         <li class="more-item" style="font-size: 14px; list-style-type: bullet"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
550                                                                         
551                                                                 <?php endif;?>
552                                                                 <?php if($i > 6 && $i < $num_pages): ?>
553                                                                         <li style="font-size: 14px; list-style-type: bullet"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
554                                                                 <?php endif;?>
555                                                                 <?php if($i==$num_pages): ?>
556                                                                         <li style="font-size: 14px; list-style-type: bullet"><a href="<?php echo $this->sub_level_pages[$i]['url']; ?>"><?php echo $this->sub_level_pages[$i]['title']; ?></a></li>
557                                                                         </ul>
558                                                                 <?php endif; ?>
559                                                         <?php endif; ?>
560                                                 
561                                                 
562                                                         
563                                         <?php if ($i < $num_pages-1): 
564                                                 echo " ";?>
565                                         <?php endif; ?>
566                                         <?php endfor; ?>
567                                         </ul>
568
569                                 </div> <!--  end subnavlistcontainer -->                                
570                 <?php endif; ?> 
571                 
572
573
574         
575         <?php global $msg; $msg->printAll(); $_base_href;?>
576         
577                 
578         <!--  end course-level-naviagtion -->   
579                 
580         <div id="contentwrapper" class="fl-container" >
581
582
583 <?php endif; ?><!--  end header template for ipad/tablets -->