--- loncom/interface/lonsimplepage.pm 2008/12/16 19:01:45 1.60 +++ loncom/interface/lonsimplepage.pm 2009/02/13 17:26:56 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.60 2008/12/16 19:01:45 ehlerst Exp $ +# $Id: lonsimplepage.pm,v 1.65 2009/02/13 17:26:56 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -221,9 +221,6 @@ sub handler { &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView'). &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')) .'

'); -# .'
' - # .''.&mt('Show Student View').''. -# &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'

'); } elsif ($privileged and $target ne 'tex') { my $edittext = &mt('Edit'); if ($group ne '') { @@ -256,6 +253,13 @@ sub handler { $syllabus{'uploaded.lastmodified'}=time; &Apache::lonnet::put($db_name,\%syllabus,$dom,$crs); } + if ($allowed && $env{'form.delupl'}) { + if ($syllabus{'uploaded.photourl'}) { + &Apache::lonnet::removeuploadedurl($syllabus{'uploaded.photourl'}); + delete($syllabus{'uploaded.photourl'}); + &Apache::lonnet::del('simplepage',['uploaded.photourl']); + } + } if (($allowed) && ($env{'form.storesyl'})) { foreach my $syl_field (keys(%syllabusfields)) { my $field=$env{'form.'.$syl_field}; @@ -280,7 +284,7 @@ sub handler { $syllabus{'uploaded.photourl'}); $image=''; + />'; if ($target eq 'tex') { $image=&Apache::lonxml::xmlparse($r,'tex',$image); } @@ -293,14 +297,13 @@ sub handler { ''. ''. '
'. - ''); - } - &Apache::lontemplate::start_columnSection($r); + ''. + '' ); + } if($allowed){ $r->print($image.'
 
'); -#'
'); - } - &Apache::lontemplate::start_ContentBox($r,$allowed); + } + foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed) || ($field eq 'abb_links' && $group ne '')) { @@ -322,6 +325,9 @@ sub handler { $r->print('
'); } elsif ($field eq 'aaa_title') { if ($target ne 'tex') { + if($allowed){ + $r->print('

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

'.$message.'

'); } else { my $safeinit; @@ -331,6 +337,7 @@ sub handler { if ($env{'form.grade_target'} ne 'tex') { $r->print('

'.&mt('Title').'

'); &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field); + $r->print('

'); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit)); @@ -338,7 +345,10 @@ sub handler { } } else { if ($target ne 'tex') { - &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed); + if($allowed){ + $r->print('

'); + } + &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial'); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex','

'.$syllabusfields{$field}.'

')); @@ -347,6 +357,7 @@ sub handler { if ($allowed) { if ($target ne 'tex') { &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field); + $r->print('

'); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit)); @@ -355,11 +366,11 @@ sub handler { } } } - &Apache::lontemplate::end_ContentBox($r); + if(!$allowed){ $r->print($image); } - &Apache::lontemplate::end_columnSection($r); + if ($allowed) { $r->print('

'.'
' .''.&mt('Show Student View').''. @@ -374,7 +385,7 @@ sub handler { if ($group ne '') { &display_group_links($r,$target,$group,'view',$refarg,%groupinfo); } else { - $r->print(&mt('

No page information provided.

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

'.&mt('No page information provided.').'

'); } } if ($env{'form.grade_target'} ne 'tex') { @@ -417,16 +428,27 @@ sub display_group_links { } } if (@available > 0) { - my $output = ''; + my $output = ''; + if ($target eq 'tex') { + $output = '
'; + } else { + $output = &Apache::loncommon::start_data_table(); + } foreach my $tool (@available) { if ($target eq 'tex') { - $output .= ''; + $output .= ''; } else { - $output .= ''; + $output .= &Apache::loncommon::start_data_table_row() + .'' + .&Apache::loncommon::end_data_table_row(); } } - $output .= '
'.&mt($menu{$tool}{text}).'
'.&mt($menu{$tool}{text}).'
'. - &mt($menu{$tool}{text}).'' + .&mt($menu{$tool}{text}).'
'; + if ($target eq 'tex') { + $output .= ''; + } else { + $output .= &Apache::loncommon::end_data_table(); + } if ($target eq 'tex') { $r->print(&Apache::lonxml::xmlparse($r,'tex',&mt('Available functions').'

'.$output)); } else { @@ -455,7 +477,7 @@ sub grouppage_breadcrumbs { text=>"Groups", title=>"Display Groups"}, {href=>"/adm/$cdom/$cnum/$group/smppg?ref=grouplist", - text=>"Group: $description", + text=>&mt('Group:')." $description", title=>"Go to group's home page"}, ); my $output .= &Apache::lonhtmlcommon::breadcrumbs(&mt('Group page - [_1]',