21 lines
596 B
PHP
21 lines
596 B
PHP
<table border="1" height="150" width="100%">
|
|
<tr><th colspan="3" style="background-color: blue;color: white"><center>2022 COVID CASES</center></th></tr>
|
|
<tr>
|
|
<td colspan="2"><strong>Progressive</strong></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" style="background-color: red"><strong>ACTIVE</strong></td>
|
|
<td style="background-color: red"></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2" width="30%"><strong>Reportable</strong></td>
|
|
<td width="30%"><strong>Detected in RAT</strong></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Reported From Out of Plant</strong></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
</table> |