Subversion Repositories wimsdev

Rev

Rev 6250 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6250 Rev 7190
Line 672... Line 672...
672
!set n=!linecnt $error_data
672
!set n=!linecnt $error_data
673
!for i=1 to $n
673
!for i=1 to $n
674
 !set l=!line $i of $error_data
674
 !set l=!line $i of $error_data
675
 !distribute items $l into msg,mean
675
 !distribute items $l into msg,mean
676
 $table_tr
676
 $table_tr
677
 <td class="tt">$msg<</td>
677
 <td class="tt">$msg</td>
678
 <td>$mean</td>
678
 <td>$mean</td>
679
 </tr>
679
 </tr>
680
!next i
680
!next i
681
$table_end
681
$table_end
682
 
682