Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.34 and 1.35

version 1.34, 2012/05/03 11:21:33 version 1.35, 2012/05/10 10:29:09
Line 142  sub BuildSubmissionTimePage { Line 142  sub BuildSubmissionTimePage {
                  &Apache::lonstatistics::section_and_enrollment_description().                   &Apache::lonstatistics::section_and_enrollment_description().
                       '</p>');                        '</p>');
             $r->rflush();              $r->rflush();
             $r->print('<hr />');  
             $r->print(&Apache::lonstathelpers::render_resource($resource));              $r->print(&Apache::lonstathelpers::render_resource($resource));
             $r->print('<hr /><br />');              $r->print('<br />');
             $r->rflush();              $r->rflush();
     if (@Students) {          if (@Students) {    
  $r->print(&analyze_times($r,$resource->symb,\@Students,   $r->print(&analyze_times($r,$resource->symb,\@Students,
Line 277  sub analyze_times { Line 276  sub analyze_times {
     }      }
     #      #
     # Build the data table      # Build the data table
     $htmltable = '<p>'.      $htmltable = '<br><h3>'.&mt('Student submission data').'</h3><p>'.
         &Apache::loncommon::start_data_table().          &Apache::loncommon::start_data_table().
         &Apache::loncommon::start_data_table_header_row().          &Apache::loncommon::start_data_table_header_row().
         &Apache::loncommon::start_data_table_row().          &Apache::loncommon::start_data_table_row().

Removed from v.1.34  
changed lines
  Added in v.1.35


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