<?php
include "classes/html.class.php";

$html = new html("J.C. TYPE");

?>
<div class="center_screen">
    <?php
    $html->block("add_jobcard_type.php", "add");
    $html->block("edit_jobcard_type.php", "edit");
    ?>
</div>