move code up one directory
[atutor.git] / themes / tablet1 / include / footer.tmpl.php
1 <?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>
2
3                 <?php if (isset($_SESSION['course_id']) && $_SESSION['course_id'] > 0): ?>
4                         <div style="clear: left; text-align:right;" id="gototop">               
5                                 <br />
6                                 <span style="font-size:smaller;padding-right:3px;"><a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" title="<?php echo _AT('goto_content'); ?> Alt-c" ><?php echo _AT('goto_top'); ?>
7                                 
8                                 
9                                 </a>    </span>
10                         </div>  
11                 <?php endif; ?> 
12
13         </div>
14 </div>
15                 <div class="sequence-links">
16                 <?php if ($_SESSION["prefs"]["PREF_SHOW_NEXT_PREVIOUS_BUTTONS"]) { ?>
17                         <?php if ($this->sequence_links['resume']): ?>
18                                         <a style="color:white;" href="<?php echo $this->sequence_links['resume']['url']; ?>" accesskey="."><img src="<?php echo $this->img; ?>resume.png" border="0" title="<?php echo _AT('resume').': '.$this->sequence_links['resume']['title']; ?> Alt+." alt="<?php echo $this->sequence_links['resume']['title']; ?> Alt+." class="img1616"/></a>
19                         <?php else:
20                                 if ($this->sequence_links['previous']): ?>
21                                         <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.png" border="0" alt="<?php echo _AT('previous_topic').': '. $this->sequence_links['previous']['title']; ?> Alt+," class="img1616" /></a>
22                                 <?php endif;
23                                 if ($this->sequence_links['next']): ?>
24                                         <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.png" border="0" alt="<?php echo _AT('next_topic').': '.$this->sequence_links['next']['title']; ?> Alt+." class="img1616" /></a>
25                                 <?php endif; ?>
26                         <?php endif; ?>
27                 <?php } ?>
28                         &nbsp;
29                 </div>
30 </div> <!-- end content -->
31 <div data-role="footer">
32         <br /><br />
33         <?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>
34         <?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?>
35 </div>
36 </div> <!-- end page wrapper --> 
37 <script language="javascript" type="text/javascript">
38 //<!--
39     <?php require_once(AT_INCLUDE_PATH.'../jscripts/ATutor_js.php'); ?>
40 //-->
41 </script>
42
43 </body>
44 </html>