--- loncom/interface/lonfeedback.pm 2003/06/04 22:05:22 1.44 +++ loncom/interface/lonfeedback.pm 2003/06/20 14:50:34 1.47 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.44 2003/06/04 22:05:22 www Exp $ +# $Id: lonfeedback.pm,v 1.47 2003/06/20 14:50:34 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -54,7 +54,9 @@ use Apache::lontexconvert(); sub mail_screen { my ($r,$feedurl,$options) = @_; - my $bodytag=&Apache::loncommon::bodytag('Resource Feedback and Discussion'); + my $bodytag=&Apache::loncommon::bodytag('Resource Feedback and Discussion', + '','onLoad="window.focus();"'); + my $latexHelp = Apache::loncommon::helpLatexCheatsheet(); $r->print(< @@ -110,6 +112,7 @@ enctype="multipart/form-data"> Please check at least one of the following feedback types: $options
My question/comment/feedback:

+$latexHelp

Attachment (128 KB max size): @@ -218,7 +221,7 @@ sub screen_header { sub resource_output { my ($feedurl) = @_; - my $usersaw=&Apache::lonnet::ssi($feedurl); + my $usersaw=&Apache::lonnet::ssi_body($feedurl); $usersaw=~s/\]*\>//gi; $usersaw=~s/\<\/body\>//gi; $usersaw=~s/\//gi;