<?php
session_start();
include "classes/html.class.php";

$html = new html("REPORTS");
?>
<div class="center_3col">
<?php
$html->block("job_card_report_form.php", "JOB CARDs");
$html->block("pre_inpsection_report_form.php", "PRE INPSECTIONS");
$html->block("asset_report_form.php", "ASSETS");
?>
</div>