--- loncom/interface/groupsort.pm 2006/02/07 19:46:30 1.39 +++ loncom/interface/groupsort.pm 2006/03/19 22:26:31 1.40 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.39 2006/02/07 19:46:30 albertel Exp $ +# $Id: groupsort.pm,v 1.40 2006/03/19 22:26:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -301,12 +301,8 @@ ENDADV } # output start of web page - my $html=&Apache::lonxml::xmlbegin(); - $r->print(< -The LearningOnline Network With CAPA Group Sorter - - END # read pertinent machine configuration my $domain = $r->dir_config('lonDefDomain'); @@ -364,7 +359,8 @@ END 'pa' => 'Path', 'in' => 'Include' ); - $r->print(&Apache::loncommon::bodytag('Sort Imported Resources')); + $r->print(&Apache::loncommon::start_page('Sort Imported Resources', + $js)); $r->print(<$lt{'fin'}
print("$lt{'ti'}\n"); $r->print("$lt{'pa'}\n"); } else { + $r->print(&Apache::loncommon::start_page(undef,$js, + {'only_body' => 1}); $r->print(< @@ -454,10 +451,8 @@ END END } - $r->print(< - -END + + $r->print(&Apache::loncommon::end_page()); return OK; }