<?php

include "classes/html.class.php";

$html = new html("inspection lists");

?>
<div class="center_screen">
<?php
$html->block("add_pre_inspection_list.php", "ADD");
$html->block("edit_pre_inspection_list.php", "EDIT");
?>
</div>