1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
fraynaud |
8 |
//gen openMairie le 14/02/2011 08:46 |
4 |
fraynaud |
3 |
$reqmo['libelle']=' public.bible'; |
5 |
|
|
$reqmo['reqmo_libelle']=' public.bible'; |
6 |
nhaye |
1151 |
$reqmo['sql']="SELECT [bible.bible as bible], |
7 |
|
|
[libelle], |
8 |
|
|
[evenement], |
9 |
|
|
[contenu], |
10 |
|
|
[complement], |
11 |
|
|
[automatique] |
12 |
|
|
FROM ".DB_PREFIXE."bible |
13 |
nhaye |
1180 |
WHERE bible.dossier_autorisation_type = '[dossier_autorisation_type]' |
14 |
nhaye |
1151 |
ORDER BY [tri]"; |
15 |
fraynaud |
3 |
$reqmo['bible']='checked'; |
16 |
|
|
$reqmo['libelle']='checked'; |
17 |
|
|
$reqmo['evenement']='checked'; |
18 |
|
|
$reqmo['contenu']='checked'; |
19 |
|
|
$reqmo['complement']='checked'; |
20 |
|
|
$reqmo['automatique']='checked'; |
21 |
nhaye |
1180 |
$reqmo['dossier_autorisation_type']="select dossier_autorisation_type,code |
22 |
|
|
from ".DB_PREFIXE."dossier_autorisation_type"; |
23 |
fraynaud |
8 |
$reqmo['tri']=array('bible','libelle','evenement','contenu','complement','automatique'); |
24 |
fraynaud |
3 |
?> |