include "cs6460.php"; newheader('Class Schedule'); ?>
Date | Topic | Presenter |
---|---|---|
';
$oldfirstday = $firstday;
while($numlecs > 0) {
print date("D M d", $firstday) . ' '; if(date("D", $firstday) == "Tue") { $firstday += 60 * 60 * 24 * 2; } else if(date("D", $firstday) == "Thu") { $firstday += 60 * 60 * 24 * 5.01; } $numlecs -= 1; } print ' | ';
if($link != '') {
if(time() > $oldfirstday) {
$linkstr = '' . $topic . ' (PDF)';
} else {
$linkstr = '' . $topic . '';
}
} else {
$linkstr = '' . $topic . '';
}
if($description != '') {
$linkstr = $linkstr . ': ' . $description;
}
$x='';
for($i=0; $i' . $linkstr . '
| ' . $presenter . ' |