Professor(s)
Notes
Syllabus
<?php
$SROfferID = $entity->field_cams_id['und']['0']['value'];
if (course_syllabus_view_access_callback($SROfferID)) {
$url = 'sites/default/files/fields/field_course_syllabi_pdf/Syllabus '.$entity->title.'.pdf';
if (file_exists($url)) {
print '<p>' . l('View Syllabus PDF Archive', $url) . '</p>';
}
else {
$syllabi = course_syllabus_query('get_syllabus_list', '('.$SROfferID.')');
if (isset($syllabi[$SROfferID])) {
$url = 'course/' . $SROfferID . '/syllabus/view';
print '<p>' . l('View this course syllabus', $url) . '</p>';
}
else {
print t('There is no published syllabus for this course offering');
}
}
}
else {
print t('Please !login to view this course syllabi.', array(
'!login' => l(t('log in'), 'saml/login', array('query' => drupal_get_destination()))));
}
?>
Book List
| Title | Author | Publisher | ISBN Number |
|---|---|---|---|
The Lover | DURAS | HARPER & ROW | 9780007205004 |
Tea in the Harem | CHAREF, Mehdi | Serpent'sTail-Not available at the bookstore | 9781852421519 |
Schedule
| Day | Start Time | End Time | Room |
|---|---|---|---|
Monday | 09:00 | 10:35 | G-102 |
Thursday | 14:30 | 16:05 | G-102 |