remove old readme
[atutor.git] / themes / simplified-desktop / social / oauth / header.tmpl.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="<?php echo $this->lang_code; ?>"> 
4 <head>
5         <title><?php echo SITE_NAME; ?> : <?php echo $this->page_title; ?></title>
6         <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->lang_charset; ?>" />
7         <meta name="Generator" content="ATutor - Copyright 2005 by http://atutor.ca" />
8         <base href="<?php echo $this->content_base_href; ?>" />
9         <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" />
10         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/print.css" type="text/css" media="print" />
11         <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
12         <!--[if IE]>
13           <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />
14         <![endif]-->
15     <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
16     <link rel="stylesheet" href="<?php echo $this->base_path; ?>jscripts/jquery-ui-1.7.2/css/smoothness/jquery-ui-1.7.2.custom.css" type="text/css" />
17 <?php echo $this->rtl_css; ?>
18 <?php if (isset($this->course_id) && $system_courses[$this->course_id]['rss']): ?>
19         <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" />
20         <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" />
21 <?php endif; ?>
22         <script src="<?php echo $this->base_path; ?>jscripts/infusion/InfusionAll.js" type="text/javascript"></script>
23     <script src="<?php echo $this->base_path; ?>jscripts/infusion/jquery.autoHeight.js" type="text/javascript"></script>
24     <script src="<?php echo $this->base_path; ?>jscripts/jquery-ui-1.7.2/development-bundle/ui/ui.resizable.js" type="text/javascript"></script>
25         <script language="javascript" type="text/javascript">
26         //<!--
27         jQuery.noConflict();
28         //-->
29         </script>
30     <script src="<?php echo $this->base_path; ?>jscripts/ATutor.js" type="text/javascript"></script>   
31 <?php echo $this->custom_css; ?>
32     <style id="pref_style" type="text/css"></style> 
33 </head>
34
35 <body>
36 <div class="page_wrapper">
37 <div id="header">
38         <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" accesskey="c">
39         <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>  
40         <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#menu<?php echo $_REQUEST['cid']  ?>"  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>
41
42         <?php if (!empty($this->icon)) { // if a course icon is available, display it here.  ?>
43                 <a href="<?php echo $this->base_path.url_rewrite('index.php'); ?>"><img src="<?php echo $this->icon; ?>" class="headicon" alt="<?php echo  _AT('home'); ?>" /></a>      
44         <?php } ?>
45
46
47
48         <?php
49         // If there is a custom course banner in the file manager called banner.html, display it here
50         @readfile(AT_CONTENT_DIR . $this->course_id.'/banner.txt'); 
51
52         /*
53         and example banner.html file might look like:
54         <div style="width: 760px; height: 42px; background: white;"><img src="http://[mysite]/atutor15rc3/banners/kart-camb.jpg"></div>
55         */
56
57         ?>
58         <!-- section title -->
59         <?php if (isset($_SESSION['valid_user']) && $_SESSION['valid_user']): 
60                 echo '<div class="site-name">'.stripslashes(SITE_NAME).'</div>'; 
61         else:
62                 echo '<br />';  
63         endif; ?>
64         <h1 id="section-title"><?php echo $this->section_title; ?>
65                 <?php if ((isset($this->course_id) && $this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?> 
66                         - <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>
67                 <?php endif; ?>
68         </h1>
69 </div>
70 <div class="contentwrapper">