Beispiel #1
0
<div><p></p></div>

<table width="100%" border="1" cellspacing="0" cellpadding="5">
 <colgroup>
    <col style="width: 20%" />
    <col style="width: 20%" />
    <col style="width: 20%" />
    <col style="width: 20%" />
    <col style="width: 20%" />
  </colgroup> 	

<tr >
    <td ><b>Totals</b> </td>
<td align="center"><strong><?php 
        $cat_1Total = $examTypeMarks_->totals($term_id, $stud_id, 'cat_1');
        echo $cat_1Total;
        ?>
</strong></td>
<td align="center"><strong><?php 
        $cat_2Total = $examTypeMarks_->totals($term_id, $stud_id, 'cat_2');
        echo $cat_2Total;
        ?>
</strong></td>
<td align="center"><strong><?php 
        $mid_termTotal = $examTypeMarks_->totals($term_id, $stud_id, 'mid_term');
        echo $mid_termTotal;
        ?>
</strong></td>
<td><strong><?php 
        $end_termTotal = $examTypeMarks_->totals($term_id, $stud_id, 'end_term');