version 1.18, 2003/10/04 20:49:40
|
version 1.20, 2004/04/29 17:25:11
|
Line 132 ENDDOCUMENT
|
Line 132 ENDDOCUMENT
|
$lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); |
$lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); |
$r->print(&mt('Last updated').': '.$lastmod); |
$r->print(&mt('Last updated').': '.$lastmod); |
if ($syllabus{'uploaded.photourl'}) { |
if ($syllabus{'uploaded.photourl'}) { |
$r->print('<img src="'. |
|
&Apache::lonnet::tokenwrapper($syllabus{'uploaded.photourl'}). |
&Apache::lonnet::allowuploaded('/adm/aboutme', |
|
$syllabus{'uploaded.photourl'}); |
|
$r->print('<img src="'.$syllabus{'uploaded.photourl'}. |
'" align="right" />'); |
'" align="right" />'); |
} |
} |
if ($allowed) { |
if ($allowed) { |
Line 172 ENDDOCUMENT
|
Line 174 ENDDOCUMENT
|
if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { |
if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { |
$r->print('<hr /><h3>'. |
$r->print('<hr /><h3>'. |
&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'</h3>'. |
&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'</h3>'. |
&mt('Shared by course faculty and staff').'<br />'); |
&mt('Shared by course faculty and staff'). |
|
&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message"). |
|
'<br />'); |
&Apache::lonmsg::disfacetoface($r,$cnum,$cdom); |
&Apache::lonmsg::disfacetoface($r,$cnum,$cdom); |
$r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom)); |
$r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom)); |
} |
} |