<?php include "../../root.class.php";
$html = new html();
$html->add_styles_page();



?>
<div class="form_down">
    <h1>FILTER</h1>
    <?php
    // echo $html->selectable_block("load_new.php", "CAPTURE");
    echo $html->selectable_block("view.php", "VIEW");

    ?>
</div>
<?php
