5730 |
+ <td><?php echo htvar($rec['unit'])?></td> |
+ <td><?php echo htvar($rec['unit'])?></td> |
5731 |
+ <td><?php echo htvar($rec['locality'])?></td> |
+ <td><?php echo htvar($rec['locality'])?></td> |
5732 |
+ <td><?php echo htvar($rec['province'])?></td> |
+ <td><?php echo htvar($rec['province'])?></td> |
5733 |
+ <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?> ?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
+ <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?>?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
5734 |
+ <?php |
+ <?php |
5735 |
+ if ($rec['status'] != 'Revoked') { |
+ if ($rec['status'] != 'Revoked') { |
5736 |
+ ?> |
+ ?> |