--- loncom/interface/lonsimplepage.pm 2004/05/12 19:25:15 1.20 +++ loncom/interface/lonsimplepage.pm 2004/07/27 23:35:34 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.20 2004/05/12 19:25:15 albertel Exp $ +# $Id: lonsimplepage.pm,v 1.22 2004/07/27 23:35:34 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -104,7 +104,8 @@ ENDDOCUMENT # --------------------------------------- There is such a user, get environment if ($target ne 'tex') { - $r->print(''.&Apache::loncommon::bodytag + $r->print(&Apache::lonhtmlcommon::htmlareaheaders(). + ''.&Apache::loncommon::bodytag ("Course Page",$forcestudent,$addentries,'',$dom,$ENV{'form.register'})); } @@ -138,7 +139,10 @@ ENDDOCUMENT if (($allowed) && ($ENV{'form.storesyl'})) { foreach (keys %syllabusfields) { my $field=$ENV{'form.'.$_}; + chomp($field); $field=~s/\s+$//s; + $field=~s/^\s+//s; + $field=~s/\$//s; $field=&Apache::lonfeedback::clear_out_html($field,1); $syllabus{$_}=$field; } @@ -175,6 +179,9 @@ ENDDOCUMENT $message =~s/(https*\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g; $message=&Apache::lontexconvert::msgtexconverted($message); + if ($allowed) { + $message=&Apache::lonspeller::markeduptext($message); + } unless ($_ eq 'aaa_title') { if (($_ ne 'bbb_content') || ($allowed)) { if ($target ne 'tex') { @@ -193,7 +200,7 @@ ENDDOCUMENT } if ($allowed) { if ($target ne 'tex') { - $r->print('
'); } else { @@ -223,7 +230,8 @@ ENDDOCUMENT } } if ($allowed && ($ENV{'form.grade_target'} ne 'tex')) { - $r->print(''); + $r->print(&Apache::lonhtmlcommon::htmlareaselectactive + ('bbb_content').''); } if ($ENV{'form.grade_target'} ne 'tex') {$r->print('

');} } else {