<?php 
include 'top_menu.html';
include 'dbcon.php';
$tbl_name = "report";
$reference_tbl_name = "all_friends";
$id_empty = "id=\"empty\"";
$id_title = "id=\"title\"";
$orderby = "name";
$day = "";
// $q_call_ind=" and $reference_tbl_name.call_ind="
$q_misgeret = " and {$reference_tbl_name}.misgeret  IS NOT NULL";
$q_reason = " and {$tbl_name}.reason not like 'מחק'";
$q_rcode = " and {$tbl_name}.reason_code not like 'מחק'";
$worktable_handling = new worktable_handling();
$absents = $worktable_handling->count_report_records();
$q_group = " ";
$q_call_ind = "";
$q_last_name = "";
?>
<table>
<tr>
<td <?php 
echo $id_empty;
?>
>
<!--lamed form-->
<div class="pagination">בלחיצה על "סגירת יום" יעודכנו  אוטומטית סטאטוסים "ל" ו- "לא" בהתאם לנדרש</div>
<form method="post" action="<?php 
echo 'http://' . $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
?>