* @author Loic Vinet */ require("test_page.php"); require_once("class_db.php"); if(!isset($_SESSION["where"])) { $_SESSION["where"] = array(); } if(!isset($_SESSION["box"])) { $_SESSION["box"] = ""; } if(!isset($_SESSION["format"])) { $_SESSION["format"] = array(); } $table_doctypes= "doctypes"; $table_service="services"; $_SESSION['tablechoice'] = ""; $_SESSION["search"] = ""; $_SESSION['right_list'] = array(); $conn = new dbquery(); $conn->connect(); $conn->query("select USER_ID, FIRSTNAME, LASTNAME, STATUS from ".$_SESSION['tablename']['users']." where ENABLED = 'Y' AND STATUS <> 'DEL' order by LASTNAME asc"); $func = new functions(); $users_list = array(); while($res = $conn->fetch_object()) { array_push($users_list, array('ID' => $res->USER_ID, 'NOM' => $res->LASTNAME, 'PRENOM' => $res->FIRSTNAME, 'STATUT' => $res->STATUS)); } ?>


"true") { echo 'colspan="2"'; } ?> align="center">




<? echo _CALENDAR;?> <? echo _CALENDAR;?>
<? echo _CALENDAR;?> <? echo _CALENDAR;?>