6 |
require_once "../obj/utils.class.php"; |
require_once "../obj/utils.class.php"; |
7 |
$f = new utils(NULL, |
$f = new utils(NULL, |
8 |
"attestation_affichage", |
"attestation_affichage", |
9 |
_("Attestation d'affichage"), |
_("Recherche d'attestation d'affichage d'un dossier"), |
10 |
"ico_edition.png", |
"ico_edition.png", |
11 |
"attestation_affichage"); |
"attestation_affichage"); |
12 |
$f->addHTMLHeadJs(array("../js/script.js")); |
$f->addHTMLHeadJs(array("../js/script.js")); |
108 |
// |
// |
109 |
$form->setLib("dossier", _("No de dossier")." :"); |
$form->setLib("dossier", _("No de dossier")." :"); |
110 |
$form->setType("dossier", "text"); |
$form->setType("dossier", "text"); |
111 |
$form->setTaille("dossier", 10); |
$form->setTaille("dossier", 25); |
112 |
$form->setMax("dossier", 10); |
$form->setMax("dossier", 25); |
113 |
// |
// |
114 |
$form->entete(); |
$form->entete(); |
115 |
$form->afficher($champs, $validation, false, false); |
$form->afficher($champs, $validation, false, false); |