--- loncom/interface/lonevaluate.pm 2008/11/18 19:14:22 1.25 +++ loncom/interface/lonevaluate.pm 2008/12/24 07:56:50 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network # Evaluate # -# $Id: lonevaluate.pm,v 1.25 2008/11/18 19:14:22 jms Exp $ +# $Id: lonevaluate.pm,v 1.28 2008/12/24 07:56:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,24 +26,7 @@ # http://www.lon-capa.org/ # -=pod - -=head1 NAME - -Apache::lonevaluate.pm - -=head1 SYNOPSIS - -Handles evaluation. -This is part of the LearningOnline Network with CAPA project -described at http://www.lon-capa.org. - -=head1 OVERVIEW - -None - -=cut package Apache::lonevaluate; @@ -65,7 +48,7 @@ sub handler { &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['postdata']); my $feedurl=$env{'form.postdata'}; - $feedurl=~s/^http\:\/\///; + $feedurl=~s/^https?\:\/\///; $feedurl=~s/^$ENV{'SERVER_NAME'}//; $feedurl=~s/^$ENV{'HTTP_HOST'}//; @@ -117,14 +100,13 @@ sub handler { ENDJS - my $start_page = - &Apache::loncommon::start_page('Evaluate Resource',$js); - $r->print(' -'.$start_page.' -
$warning
$lt{'pleaserank'}