--- loncom/interface/lonsimplepage.pm 2009/05/19 09:59:48 1.82 +++ loncom/interface/lonsimplepage.pm 2009/12/15 20:48:53 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.82 2009/05/19 09:59:48 amueller Exp $ +# $Id: lonsimplepage.pm,v 1.90 2009/12/15 20:48:53 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -182,7 +182,7 @@ sub handler { my $msg = &mt('You do not currently have rights to view this group.'); if ($target ne 'tex') { - $r->print("

$msg

". + $r->print('

'.$msg.'

'. &Apache::loncommon::end_page()); } else { $r->print('\textbf{'.$msg.'}\end{document}'); @@ -232,13 +232,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.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}; @@ -253,37 +253,45 @@ sub handler { &Apache::lonnet::put($db_name,\%syllabus,$dom,$crs); } -#---Print help Text - if($target ne 'tex'){ - if ($allowed) { - $r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); - } - } #---Print Function if ($target ne 'tex') { if ($allowed || $privileged) { - $r->print(&Apache::lontemplate::start_functionslist()); + my $functions=&Apache::lonhtmlcommon::start_funclist(); if ($allowed) { - $r->print(&Apache::lontemplate::item_functionslist( - ''.&mt('Show Student View').'' - .&Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView'))); + $functions.=&Apache::lonhtmlcommon::add_item_funclist( + '' + .&mt('Show Student View').'' + .&Apache::loncommon::help_open_topic( + 'Uploaded_Templates_PublicView')); } elsif ($privileged) { my $edittext = &mt('Edit'); if ($group ne '') { $edittext = &mt('Edit Group Homepage'); } - $r->print(&Apache::lontemplate::item_functionslist( - ''.$edittext.'')); + $functions.=&Apache::lonhtmlcommon::add_item_funclist( + '' + .$edittext.''); if ($group ne '') { if ($group_edit_perm) { - $r->print(&Apache::lontemplate::item_functionslist( - '' - .&mt('Edit Group Settings').'')); + $functions.=&Apache::lonhtmlcommon::add_item_funclist( + '' + .&mt('Edit Group Settings') + .''); } } } - $r->print(&Apache::lontemplate::end_functionslist()); + $functions.=&Apache::lonhtmlcommon::end_funclist(); + $r->print(&Apache::loncommon::head_subbox($functions)); + } + } + +#---Print help Text + if($target ne 'tex'){ + if ($allowed) { + $r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); } } @@ -291,40 +299,70 @@ sub handler { if ((($syllabus{'uploaded.lastmodified'}) && (($group ne '' && ($group_home_view || $group_edit_perm || $group_view_perm)) || ($group eq ''))) || ($allowed)) { + #Print the title + my $titletext=$syllabus{'aaa_title'}; + if ($target ne 'tex') { + if ($allowed) { + } + $r->print('

'.$titletext.'

'); + } else { + my $safeinit; + $r->print(&Apache::lonxml::xmlparse($r,'tex','

'.$titletext.'

')); + } + if ($allowed) { + if ($env{'form.grade_target'} ne 'tex') { + #editbox for title + $r->print('
'); + &Apache::lontemplate::print_template($r, &mt('Title'), $titletext, $allowed, 'LC_Box'); + &Apache::lontemplate::print_editbox_template($r,$syllabus{'aaa_title'},'aaa_title'); + } else { + my $safeinit; + $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{'aaa_title'},$safeinit)); + } + } + + #print the image my $image; if ($syllabus{'uploaded.photourl'}) { &Apache::lonnet::allowuploaded('/adm/smppg', $syllabus{'uploaded.photourl'}); - $image=''; + $image=''.&mt('Image').''; if ($target eq 'tex') { $image=&Apache::lonxml::xmlparse($r,'tex',$image); } } if ($allowed) { - $r->print( - ''. - ''. - '

'.&mt('Upload a Photo').'

'. - ''. - ''. - '
'. - ''); - if ($syllabus{'uploaded.photourl'}) { - $r->print('' ); - } + $r->print(''); + my $upload_photo_label = &mt('Upload a Photo'); + my $upload_button_label = &mt('Upload'); + + my $content_for_upload_photo=<<"UPLOAD_PHOTO"; + + + +UPLOAD_PHOTO + &Apache::lontemplate::print_template($r, $upload_photo_label,$content_for_upload_photo,$allowed, 'LC_Box'); + +# if ($syllabus{'uploaded.photourl'}) { +# $r->print(''); +# } } if ($allowed) { - $r->print($image.'
 
'); + $r->print($image.''); } + if (!$allowed) {$r->print($image); } foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed) || ($field eq 'abb_links' && $group ne '')) { my $message=$syllabus{$field}; - &Apache::lonfeedback::newline_to_br(\$message); + if (!&Apache::lonfeedback::contains_block_html($message)) { + &Apache::lonfeedback::newline_to_br(\$message); + } $message=~s/(https*\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; if ($allowed) { $message=&Apache::lonspeller::markeduptext($message); @@ -339,32 +377,12 @@ sub handler { %groupinfo); $r->print('
'); } elsif ($field eq 'aaa_title') { - if ($target ne 'tex') { - if ($allowed) { - $r->print('

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

'.$message.'

'); - } else { - my $safeinit; - $r->print(&Apache::lonxml::xmlparse($r,'tex','

'.$message.'

')); - } - if ($allowed) { - if ($env{'form.grade_target'} ne 'tex') { - &Apache::lontemplate::print_template($r, &mt('Title'), $message, $allowed, 'LC_ContentBoxSpecial'); - &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field); - $r->print('

'); - } else { - my $safeinit; - $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit)); - } - } - if (!$allowed) {$r->print($image); } + next; } else { if ($target ne 'tex') { if ($allowed) { - $r->print('

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

'.$syllabusfields{$field}.'

')); @@ -373,7 +391,6 @@ 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)); @@ -386,13 +403,17 @@ sub handler { $r->print(&Apache::lonhtmlcommon::htmlareaselectactive ('bbb_content').''); } - if ($env{'form.grade_target'} ne 'tex') {$r->print('

');} } else { if ($group ne '') { &display_group_links($r,$target,$group,'view',$refarg,%groupinfo); } else { - $r->print('

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

'); + my $text=&mt('No page information provided.'); + if ($target ne 'tex') { + $r->print('

'.$text.'

'); + } else { + $r->print($text) + } } } if ($env{'form.grade_target'} ne 'tex') {