--- loncom/interface/groupsort.pm 2015/03/12 02:12:40 1.68.6.7 +++ loncom/interface/groupsort.pm 2012/06/30 23:02:20 1.69 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.68.6.7 2015/03/12 02:12:40 raeburn Exp $ +# $Id: groupsort.pm,v 1.69 2012/06/30 23:02:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ sub update_actions_hash { $ac++; } # sorting through the actions and changing the global database hash - foreach my $key (sort {$achash{$a}<=>$achash{$b}} (keys(%ahash))) { + foreach my $key (sort {$achash{$a}<=>$achash{$b}} (keys %ahash)) { if ($ahash{$key} eq '1') { $hash->{'store_'.$hash->{'pre_'.$key.'_link'}}= $hash->{'pre_'.$key.'_title'}; @@ -152,23 +152,12 @@ sub readfromfile { &Apache::lonnet::filelocation('',$env{'form.readfile'})); } else { my $parser = HTML::TokeParser->new(\$cont); - my ($token,$donechk,$allmaps); - $allmaps = {}; + my $token; while ($token = $parser->get_token) { if ($token->[0] eq 'S') { if ($token->[1] eq 'resource') { if ($env{'form.recover'}) { if ($token->[2]->{'type'} ne 'zombie') { next; } - if ($token->[2]->{'src'} =~ /\.(page|sequence)$/) { - if (($env{'request.course.id'}) && - ($env{'form.readfile'} =~ m{/default(|_\d+)\.(page|sequence)$})) { - unless ($donechk) { - $allmaps = &Apache::loncommon::allmaps_incourse(); - $donechk = 1; - } - } - if ($allmaps->{$token->[2]->{'src'}}) { next; } - } } else { if ($token->[2]->{'type'} eq 'zombie') { next; } } @@ -192,6 +181,7 @@ sub readfromfile { } } + # ---------------------------------------------------------------- Main Handler sub handler { my $r = shift; @@ -339,8 +329,8 @@ END if ($env{'form.recover'}) { $r->print(<  - + onClick="finish_import()" />  + END } else { # --- Continue Buttons @@ -350,12 +340,12 @@ END

$lt{'fin'}

  + onClick="window.location='$resurl?inhibitmenu=yes&catalogmode=import'" />    + onClick="window.location='/adm/searchcat?inhibitmenu=yes&catalogmode=import'" />    - + onClick="finish_import()" />  +

END @@ -421,12 +411,12 @@ END $r->print(""); $r->print(""); $r->print(""); - if (($env{'form.recover'}) && + if (($env{'form.recover'}) && ($resource->{'url'} =~ m{/uploaded/$match_domain/$match_courseid/supplemental/})) { - my $title = &Apache::loncommon::parse_supplemental_title($resource->{'title'}); + my $title = &Apache::loncommon::parse_supplemental_title($resource->{'title'}); $r->print($title); } else { - $r->print($resource->{'title'}); + $r->print($resource->{'title'}); } $r->print($resource->{'notes'}."\n"); $r->print($resource->{'url'}."" @@ -488,7 +478,7 @@ sub select_box { my ($total,$sel) = @_; my $string; $string = '