<?php include "../../root.class.php";
$html = new html();
$html->add_styles_page();
?>

<div class="search_form">
    <h1> ACTIVE PROJECTS</h1>
    <?php
    echo $html->input_html('', '', 'date_time_finished', 'date_time_finished', '', '', '', 'text', 'hidden');
    ?>
    <button id="submit" hidden></button>
</div>

<?php
echo $html->html_form_ajax("search_active_service_tickets", "SELECT", "projects", '', false, ['name', 'date_time_created', 'client_id'],"project.php");
?>
<script>
    search_active_service_tickets();
</script>