DBSelect($req_list_theme); $sdi_object = new sdi; $req_sdi = SQL_getListSdi($filter = "R", $valueparam = 0); $result_sdi = $sql_object->DBSelect($req_sdi); if (isset($_POST['valider'])) { if (isset($_POST['graphic'])) $graphic = 1; else $graphic = 'N'; if (isset($_POST['table_value'])) $table_value = $_POST['table_value']; else $table_value = 'non'; if (isset($_POST['notpublished'])) $notpublished = $_POST['notpublished']; else $notpublished = 'N'; if (isset($_POST['provider'])) $provider = $_POST['provider']; else $provider = 'N'; if (isset($_POST['reglementation'])) $reglementation = $_POST['reglementation']; else $reglementation = 'N'; if (isset($_POST['evaluation'])) $evaluation = $_POST['evaluation']; else $evaluation = 'N'; if ($_POST['scale']=='det') { /** while (list(, $value) = each ($_POST['eachscale'])) { echo "scale Valeur: $value
\n"; } * */ print_r($_POST['eachscale']); } else echo "scale ALL
\n"; if ($_POST['sdi']=='det') { while (list(, $value) = each ($_POST['eachsdi'])) { echo "sdi Valeur: $value
\n"; } } else echo "sdi ALL
\n"; $report_title = $_POST['title_report']; $report_author = $_POST['author']; $report_mail = $_POST['mail_author']; $report_service = $_POST['service_author']; $report_adress = $_POST['adresse_author']; echo "
" . $graphic; echo "
" . $table_value; echo "
" . $notpublished; echo "
" . $provider; echo "
" . $reglementation; echo "
" . $evaluation; echo "
" . $report_title; echo "
" . $report_author; echo "
" . $report_mail; echo "
" . $report_service; echo "
" . $report_adress; echo "
" . $_POST['scale']; echo "
" . $_POST['sdi']; } // $link_sup=$rub_link."&todo=sup&id="; // $link_add=$rub_link."&todo=add&id="; // $link_det=$rub_link."&todo=det&id="; // $link_list_scale=$rub_link."&todo=list&scale_id="; if (!isset($_GET['scale_id']) && !isset($_POST['scale_id'])) { $scale_id = 1; } else { if (isset($_POST['scale_id'])) $scale_id = $_POST['scale_id']; if (isset($_GET['scale_id'])) $scale_id = $_GET['scale_id']; } $listing = ""; // affichage liste échelle $resultscale = $sql_object->DBSelect($req_list_scale); $listing .= "

" . $GLOBALS['lang']['dashboard']['rap_scale_choice'] . "

"; $listing .= "
\n"; $listing .= "
\n"; $listing .= "
\n"; $listing .= "\n"; $listing .= "
\n"; // affichage liste indicateur en fonction des thèmes $current_sdtheme = ''; $listing .= "

" . $GLOBALS['lang']['dashboard']['rap_sdi_choice'] . "

"; $listing .= "
\n"; $listing .= "
\n"; $listing .= "
\n"; $listing .= "\n"; $listing .= "
\n"; // affichage liste infos $listing .= "

" . $GLOBALS['lang']['dashboard']['rap_comp_choice'] . "

"; $listing .= "
\n"; $listing .= "\t\n"; $listing .= "
\n"; ?>