<?php
/****************************************************************************************/
/* ACollab */
/****************************************************************************************/
/* Copyright (c) 2002-2004 Adaptive Technology Resource Centre / University of Toronto */
/* */
/* http://atutor.ca/acollab */
/* */
/* This program is free software. You may redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation; either version 2 of the License, */
/* or (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
/* See the GNU General Public License for more details. */
/* */
/* You may access the GNU General Public License at: */
/* http://www.opensource.org/licenses/gpl-license.php */
/* */
/* You may contact the Adaptive Technology Resource Centre at */
/* Robarts Library, University of Toronto */
/* 130 St. George Street, Toronto, Ontario, Canada M5S 1A5 */
/* Further contact information is available at http://www.utoronto.ca/atrc/ */
/****************************************************************************************/
/* Programmer: */
/* Joel Kronenberg - ATRC */
/****************************************************************************************/
if (!defined('AC_INCLUDE_PATH')) { exit; }
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="<?php echo $available_languages[$_SESSION['lang']][2]; ?>">
<head>
<title><?php echo SITE_NAME; ?><?php
$num_sections = count($_SECTION);
for($i = 0; $i < $num_sections; $i++) {
echo ' / ';
echo $_SECTION[$i][0];
}
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $available_languages[$_SESSION['lang']][1]; ?>" />
<base href="<?php echo $_base_href; ?>" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body <?php echo $onload; ?>><div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div><script language="JavaScript" src="overlib.js" type="text/javascript"><!-- overLIB (c) Erik Bosrup --></script><a href="<?php echo $_SERVER['REQUEST_URI']; ?>#content"><img src="images/clr.gif" height="1" width="1" border="0" alt="Jump to Content" /></a>
<?php
if (!$_SESSION['course_id']) {
echo '<a href="sign_out.php" onfocus="this.className=\'highlight\'" onblur="this.className=\'\'">'._AC('sign_out').'</a>';
}
?><img src="images/clr.gif" height="3" width="3" alt="" /><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" class="box" summary="<?php echo _AC('site_layout'); ?>">
<tr>
<td style="border-bottom: 1px solid #006699; background: #EFEFEF;"><table border="0" width="100%" cellspacing="2" cellpadding="2" class="w">
<tr>
<td class="bread" valign="middle"><h4><?php
$delim = ' ยป ';
for($i = 0; $i < $num_sections-1; $i++) {
echo '<a href="'.$_SECTION[$i][1] . '" onfocus="this.className=\'highlight\'" onblur="this.className=\'\'">';
echo $_SECTION[$i][0];
echo '</a>';
echo $delim;
}
echo $_SECTION[$num_sections-1][0];
?></h4></td>
</tr>
</table></td>
</tr>
<tr>
<td class="content"><a name="content"></a><img src="images/clr.gif" height="5" width="5" alt="" />