/[openfoncier]/trunk/sql/pgsql/evenement_avis.reqmo.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/evenement_avis.reqmo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 312 - (show annotations)
Wed Mar 28 17:19:49 2012 UTC (12 years, 10 months ago) by atreal
File size: 861 byte(s)
passage des fichiers .inc en .inc.php dans sql/pgsql
ajout d'un nouveau champ texte libre pour le complément de travaux.
Ex : construction d'une maison + piscine + portail, avec pour motif de travaux Construction de maison individuelle

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:33
4 $reqmo['libelle']=' public.evenement';
5 $reqmo['reqmo_libelle']=' public.evenement';
6 $reqmo['sql']="select [evenement], [libelle], [nature], [action], [etat], [delai], [accord_tacite], [delai_notification], [lettretype], [consultation] from ".DB_PREFIXE."evenement where avis = '[avis]' order by [tri]";
7 $reqmo['evenement']='checked';
8 $reqmo['libelle']='checked';
9 $reqmo['nature']='checked';
10 $reqmo['action']='checked';
11 $reqmo['etat']='checked';
12 $reqmo['delai']='checked';
13 $reqmo['accord_tacite']='checked';
14 $reqmo['delai_notification']='checked';
15 $reqmo['avis']="select * from ".DB_PREFIXE."avis";
16 $reqmo['lettretype']='checked';
17 $reqmo['consultation']='checked';
18 $reqmo['tri']=array('evenement','libelle','nature','action','etat','delai','accord_tacite','delai_notification','lettretype','consultation');
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26