--- loncom/interface/lonprintout.pm 2023/04/16 01:33:04 1.691 +++ loncom/interface/lonprintout.pm 2024/10/16 17:48:08 1.695 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.691 2023/04/16 01:33:04 raeburn Exp $ +# $Id: lonprintout.pm,v 1.695 2024/10/16 17:48:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1861,11 +1861,11 @@ my %page_formats= ('letter' => { 'book' => { '1' => [ '7.1 in','9.8 in', '-0.57 in','-0.57 in','0.275 in'], - '2' => ['3.66 in','9.8 in', '-0.57 in','-0.57 in','0.275 in'] + '2' => ['3.66 in','9.8 in', '-0.57 in','-0.57 in','-0.4 in'] }, 'album' => { '1' => [ '8.8 in', '6.8 in','-0.55 in', '-0.55 in','0.394 in'], - '2' => [ '4.8 in', '6.8 in','-0.5 in', '-1.0 in','3.5 in'] + '2' => [ '4.8 in', '6.8 in','-0.5 in', '-1.0 in','3.25 in'] }, }, 'legal' => { @@ -3310,6 +3310,8 @@ ENDPART ($map, my $id, my $resource) = &Apache::lonnet::decode_symb($helper->{VARS}->{'symb'}); } + } elsif (($helper->{'VARS'}->{'postdata'} eq '/adm/navmaps') && ($perm{'pfo'})) { + $map = $helper->{'VARS'}->{'SEQUENCE'}; } #loop over students @@ -3399,6 +3401,8 @@ ENDPART if ($helper->{VARS}{'symb'}) { ($map, my $id, my $resource) = &Apache::lonnet::decode_symb($helper->{VARS}{'symb'}); + } elsif (($helper->{'VARS'}->{'postdata'} eq '/adm/navmaps') && ($perm{'pfo'})) { + $map = $helper->{'VARS'}->{'SEQUENCE'}; } my %moreenv = ('textwidth' => &get_textwidth($helper,$LaTeXwidth)); $moreenv{'problem_split'} = $parmhash{'problem_stream_switch'}; @@ -4825,7 +4829,7 @@ CHOOSE_FROM_SUBDIR &generate_common_choosers($r,$helper,$escapedSequenceName,$escapedSequenceName, $isProblem,$symbFilter,$start_new_option); - my $resource_selector .= < Sort by section then student @@ -4840,9 +4844,9 @@ CHOOSE_FROM_SUBDIR PRINT_FORMATTING (mark desired resources then click "next" button)
+ closeallpages="1" modallink="1" suppressNavmap="1" $nocurrloc> return $isNotMap; - $map + $escapedSequenceName return $symbFilter; $start_new_option