--- loncom/interface/groupsort.pm 2001/12/11 03:37:11 1.5 +++ loncom/interface/groupsort.pm 2002/08/16 17:03:23 1.14 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.5 2001/12/11 03:37:11 harris41 Exp $ +# $Id: groupsort.pm,v 1.14 2002/08/16 17:03:23 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,6 +28,8 @@ # # YEAR=2001 # 8/7,8/8,10/14,10/15,12/10 Scott Harrison +# YEAR=2002 +# 1/17 Scott Harrison # ### @@ -44,7 +46,9 @@ my $iconpath; # variable to be accessibl # ---------------------------------------------------------------- Main Handler sub handler { my $r = shift; - + + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, + ['acts','catalogmode','mode']); # color scheme my $fileclr = '#ffffe6'; my $titleclr = '#ddffff'; @@ -53,26 +57,23 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - # output start of web page - $r->print(< - -The LearningOnline Network With CAPA Group Sorter -