Diff for /loncom/interface/spreadsheet/classcalc.pm between versions 1.16 and 1.18

version 1.16, 2003/11/21 21:51:28 version 1.18, 2004/01/14 16:48:51
Line 285  sub output_options { Line 285  sub output_options {
               description => 'Excel'},                description => 'Excel'},
              {value       => 'csv',               {value       => 'csv',
               description => 'Comma Separated Values'},                description => 'Comma Separated Values'},
 );  #             {value       => 'xml',
   #              description => 'XML'},
                );
 }  }
   
 sub outsheet_recursive_excel {  sub outsheet_recursive_excel {
Line 314  sub outsheet_htmlclasslist { Line 316  sub outsheet_htmlclasslist {
 </p><p>  </p><p>
 <table border="2">  <table border="2">
 <tr>  <tr>
     <th></th>
   <th>$header{'student'}</th>    <th>$header{'student'}</th>
   <th>$header{'username'}</th>    <th>$header{'username'}</th>
   <th>$header{'domain'}</th>    <th>$header{'domain'}</th>
Line 331  END Line 334  END
             '&sdomain='.$student->{'domain'}.'">';              '&sdomain='.$student->{'domain'}.'">';
         $student->{'section'} = 'none' if ($student->{'section'} eq '-1');          $student->{'section'} = 'none' if ($student->{'section'} eq '-1');
  $r->print('<tr>'.   $r->print('<tr>'.
                     '<td>'.$num_output.'</td>'.
   '<td>'.$link.$student->{'fullname'}.'</a></td>'.    '<td>'.$link.$student->{'fullname'}.'</a></td>'.
   '<td>'.$link.$student->{'username'}.'</a></td>'.    '<td>'.$link.$student->{'username'}.'</a></td>'.
   '<td>'.$student->{'domain'}  .'</td>'.    '<td>'.$student->{'domain'}  .'</td>'.

Removed from v.1.16  
changed lines
  Added in v.1.18


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