version 1.17, 2003/09/21 21:40:06
|
version 1.19, 2004/01/14 22:08:23
|
Line 129 ENDDOCUMENT
|
Line 129 ENDDOCUMENT
|
# ---------------------------------------------------------------- Get syllabus |
# ---------------------------------------------------------------- Get syllabus |
if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { |
if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { |
my $lastmod=$syllabus{'uploaded.lastmodified'}; |
my $lastmod=$syllabus{'uploaded.lastmodified'}; |
$lastmod=($lastmod?localtime($lastmod):'never'); |
$lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); |
$r->print('Last updated: '.$lastmod); |
$r->print(&mt('Last updated').': '.$lastmod); |
if ($syllabus{'uploaded.photourl'}) { |
if ($syllabus{'uploaded.photourl'}) { |
$r->print('<img src="'. |
$r->print('<img src="'. |
&Apache::lonnet::tokenwrapper($syllabus{'uploaded.photourl'}). |
&Apache::lonnet::tokenwrapper($syllabus{'uploaded.photourl'}). |
Line 139 ENDDOCUMENT
|
Line 139 ENDDOCUMENT
|
if ($allowed) { |
if ($allowed) { |
$r->print( |
$r->print( |
'<form method="post" enctype="multipart/form-data">'. |
'<form method="post" enctype="multipart/form-data">'. |
'<h3>Upload a Photo</h3>'. |
'<h3>'.&mt('Upload a Photo').'</h3>'. |
'<input type="file" name="uploaddoc" size="50">'. |
'<input type="file" name="uploaddoc" size="50">'. |
'<input type="submit" name="storeupl" value="Upload">'. |
'<input type="submit" name="storeupl" value="Upload">'. |
'</form><form method="post">'); |
'</form><form method="post">'); |
Line 172 ENDDOCUMENT
|
Line 172 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)); |
} |
} |