24if (!defined(
'ALLOWED'))
25 die(
'Appel direct ne sont pas permis');
26require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
27require_once NOALYSS_INCLUDE.
'/lib/user_menu.php';
43if (isset(
$_POST[
"del_form"]))
56 $rap->id=
$http->request(
'fr_id',
"number",0);
61 echo
'<DIV class="content">';
62 echo
'<h1>'._(
'Définition').
'</h1>';
63 echo
'<form method="post" >';
64 echo dossier::hidden();
69 $form_definition->setp(
"fr_label",
$name);
71 $form_definition->save();
74 $rap->set_form_definition($form_definition);
77 echo
'<DIV class="content">';
84 $acc_report_mtable->create_js_script();
85 echo $acc_report_mtable->display_table();
92 echo
'<DIV class="content">';
93 $id=
$http->request(
"fr_id",
"number");
95 $name=$form_definition->getp(
"fr_label");
97 $rap->set_form_definition($form_definition);
100 echo $iName->input();
104 $acc_report_mtable->create_js_script();
105 echo $acc_report_mtable->display_table();
107 echo
'<form method="get" action="export.php" style="display:inline" >';
108 echo dossier::hidden();
116 echo
'<form style="display:inline" method="post" id="del_form_frm" onsubmit="return confirm_box(\'del_form_frm\',content[47])">';
121 echo
'<a style="display:inline" class="button" href="do.php?'.$href.
'">'._(
'Retour').
'</a>';
129 $ac=
"&ac=".$http->request(
'ac');
131 echo
'<div class="content">';
134 echo
'<TABLE id="rapport_table_id" class="vert_mtitle">';
135 echo
'<TR><TD class="first">';
136 echo
'<a href="#" onclick="document.getElementById(\'acc_report_create_div\').style.display=\'block\'">'
static build($p_id, $p_form_def_id)
build an object Acc_Report_MTable
Class rapport Create, view, modify and parse report.