--- loncom/interface/lonaboutme.pm 2009/04/02 15:09:10 1.120 +++ loncom/interface/lonaboutme.pm 2009/04/14 15:32:12 1.124 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.120 2009/04/02 15:09:10 amueller Exp $ +# $Id: lonaboutme.pm,v 1.124 2009/04/14 15:32:12 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -223,13 +223,23 @@ sub handler { #Print Privacy Note if ($allowed) { - $r->print('

' + $r->print('

' .''.&mt('Privacy Note:').' ' .&mt('The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.') - .'

' + .'
' ); } +#Print last modified + + my $lastmod; + if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { + $lastmod=$syllabus{'uploaded.lastmodified'}; + $lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); + $r->print('
'); + $r->print(&mt('Last updated').': '.$lastmod . ''); + $r->print('
'); +} #Print Help Text if ($target ne 'tex') { if($allowed){ @@ -320,15 +330,9 @@ sub handler { &Apache::lonnet::put('aboutme',\%syllabus,$cdom,$cnum); } -my $lastmod; my $image; # ---------------------------------------------------------------- Get syllabus if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { - $lastmod=$syllabus{'uploaded.lastmodified'}; - $lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); - $r->print('
'.&mt('Last updated').': '.$lastmod); - - if ($syllabus{'uploaded.photourl'}) { &Apache::lonnet::allowuploaded('/adm/aboutme', $syllabus{'uploaded.photourl'}); @@ -352,9 +356,11 @@ my $image; ''. ''. ''. - '

-'); - + ''); + if ($syllabus{'uploaded.photourl'}) { + $r->print('

') + } + $r->print('

'); } if($allowed) { @@ -406,7 +412,7 @@ my $image; && &Apache::lonnet::allowed('srm',$env{'request.course.id'}) && &in_course($cdom,$cnum)) { if ($target ne 'tex') { - $r->print(''; + $r->print(''); &Apache::lontemplate::print_start_template($r,&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'),'LC_ContentBoxSpecial'); $r->print(''); $r->print(&mt('Shared by course faculty and staff').&Apache::loncommon::help_open_topic("Course_Face_To_Face_Records,Course_Critical_Message")); @@ -487,7 +493,7 @@ sub print_portfiles_link { ); if ($filecounts->{'both'} > 0) { $output = '

'; - $output .= ($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

'; + $output .= ($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'
'; #$output = '

'.($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'

'; $output .= '