Beispiel #1
0
            </tr>
            <?php 
}
if (isset($max_a['year'])) {
    ?>
            <tr>
                <th><?php 
    echo _('Max A Level (last year)');
    ?>
</th>
                <td bgcolor="<?php 
    echo bgcolor($max_a['year'], $threshold_a);
    ?>
">
                    <font color="<?php 
    echo fontcolor($max_a['year'], $threshold_a);
    ?>
"><b><?php 
    echo $max_a['year'];
    ?>
</b></font>
                </td>
                <td><?php 
    echo $max_a_date['year'];
    ?>
</td>
            </tr>
            <?php 
}
?>
    </table>
Beispiel #2
0
      </tr>
<?php 
}
if (isset($max_a["year"])) {
    ?>
      <tr>
        <th> <?php 
    echo gettext("Max A Level (last year)");
    ?>
 </th>
        <td bgcolor="<?php 
    echo bgcolor($max_a["year"], $threshold_a);
    ?>
">
          <font color="<?php 
    echo fontcolor($max_a["year"], $threshold_a);
    ?>
">
            <b><?php 
    echo $max_a["year"];
    ?>
</b></font></td>
        <td><?php 
    echo $max_a_date["year"];
    ?>
</td>
      </tr>
<?php 
}
?>
    </table>