$use_unit = "1"; ?>
require_once("/l/web/reserves/ures/lib/List_Template.inc");
require_once("/l/lib/p/proxylogic/ProxyLogic.inc");
$proxyLogic = new ProxyLogic();
$template = new List_template();
$template->getTemplate($use_unit);
/*
// append reserves style
// this is ugly and should be removed after we strip styles from items
$temp_array = file("/l/web/reserves/ures/stylesheet/.css");
foreach ($temp_array as $line){
$local_style .= $line;
}
$template->css_style .= "";
*/
if (!ereg('index.php',$PHP_SELF)) {
$footer = '';
}
$header = $template->DisplayHeader();
$footer .= $template->DisplayFooter();
echo $header;
?>
Course Name: CHIN 668
Instructor: Chun-Shu Chang
Fall 2008
$term = "fa 2008";
$dept = "HISTORY";
$course = "668";
$user = "cschang";
?>
There are no items yet available for this course. Please check back later.