Diff for /loncom/interface/lonprintout.pm between versions 1.146 and 1.149

version 1.146, 2003/05/05 14:30:23 version 1.149, 2003/05/05 18:01:21
Line 1886  HELPERFRAGMENT Line 1886  HELPERFRAGMENT
   <state name="CHOOSE_STUDENTS" title="Choose Students">    <state name="CHOOSE_STUDENTS" title="Choose Students">
     <message>Select the students you wish to print the problems for:</message>      <message>Select the students you wish to print the problems for:</message>
     <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />      <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />
       <resource variable="RESOURCES" multichoice="1">
         <filterfunc>return $isProblem</filterfunc>
         <mapurl>$map</mapurl>
         <valuefunc>return $symb</valuefunc>
         </resource>
       <message>How should the results be printed?</message>
       <choices variable="EMPTY_PAGES">
         <choice computer='0'>Print all problems with no blank space between them</choice>
         <choice computer='1'>Put each student's problems on a new page (add pagefeed after each student)</choice> <!-- ' -->
         <choice computer='2'>Seperate each student's problems with a full blank page</choice> <!-- ' -->
         <choice computer='3'>Seperate each student's problems with two full blank pages</choice> <!-- ' -->
         </choices>
     </state>      </state>
 CHOOSE_STUDENTS  CHOOSE_STUDENTS
     }      }

Removed from v.1.146  
changed lines
  Added in v.1.149


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>