";
exit;
}
//-----------------------------------------------------
// Show the jrn and date
//-----------------------------------------------------
require_once NOALYSS_INCLUDE.'/class/database.class.php';
$ret=$cn->make_array("select fr_id,fr_label
from form_definition
order by fr_label");
if ( sizeof($ret) == 0 )
{
echo "Aucun Rapport";
return;
}
//-----------------------------------------------------
// Form
//-----------------------------------------------------
echo '
';
$exercice=$http->get("exercice","number",$g_user->get_exercice());
/*
* Let you change the exercice
*/
echo '';
echo '';
echo '';
echo '';
echo '
';
//-----------------------------------------------------
// Function
//-----------------------------------------------------
function ShowReportResult($p_array)
{
echo '