40 |
require_once ("../obj/cerfa.class.php"); |
require_once ("../obj/cerfa.class.php"); |
41 |
$this->cerfa = new cerfa($cerfa, $this->db, DEBUG); |
$this->cerfa = new cerfa($cerfa, $this->db, DEBUG); |
42 |
} else { |
} else { |
43 |
$this->f->displayMessage("error", _("Aucun cerfa lié à ce type de dossier")); |
$this->f->displayMessage("error", _("Aucun cerfa lie a ce type de dossier")); |
44 |
die(); |
die(); |
45 |
} |
} |
46 |
} |
} |
222 |
,_("Projet d'amenagement")); |
,_("Projet d'amenagement")); |
223 |
// bloc 4.1 |
// bloc 4.1 |
224 |
$form->setBloc('am_lotiss','D',_("Nature des travaux, instalations |
$form->setBloc('am_lotiss','D',_("Nature des travaux, instalations |
225 |
ou aménagements envisagés"),"col_12"); |
ou amenagements envisages"),"col_12"); |
226 |
|
|
227 |
$form->setBloc('am_tranche_desc','F'); |
$form->setBloc('am_tranche_desc','F'); |
228 |
|
|
233 |
|
|
234 |
// bloc 4.3 |
// bloc 4.3 |
235 |
$form->setBloc('am_empl_nb','D',_("Amenagement d'un camping ou |
$form->setBloc('am_empl_nb','D',_("Amenagement d'un camping ou |
236 |
d'un terrain aménagé en vue de l'hébergement |
d'un terrain amenage en vue de l'hebergement |
237 |
touristique"),"col_12"); |
touristique"),"col_12"); |
238 |
|
|
239 |
$form->setBloc('am_exist_agrand','F'); |
$form->setBloc('am_exist_agrand','F'); |
263 |
|
|
264 |
// bloc 5.4 |
// bloc 5.4 |
265 |
$form->setBloc('co_demont_period','D',_("Construction periodiquement |
$form->setBloc('co_demont_period','D',_("Construction periodiquement |
266 |
démontee et re-installee"),"col_12"); |
demontee et re-installee"),"col_12"); |
267 |
|
|
268 |
$form->setBloc('co_demont_period','F'); |
$form->setBloc('co_demont_period','F'); |
269 |
|
|