1 |
<?php |
<?php |
2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 02/09/2011 11:08 |
//gen openMairie le 28/03/2012 15:35 |
4 |
$DEBUG=0; |
$DEBUG=0; |
5 |
$serie=15; |
$serie=15; |
6 |
$ico="../img/ico_application.png"; |
$ico="../img/ico_application.png"; |
7 |
$ent = _("option")." -> "._("etat"); |
$ent = _("application")." -> "._("etat"); |
8 |
if(!isset($premier)) $premier=''; |
if(!isset($premier)) $premier=''; |
9 |
if(!isset($recherche1)) $recherche1=''; |
if(!isset($recherche1)) $recherche1=''; |
10 |
if(!isset($tricolsf)) $tricolsf=''; |
if(!isset($tricolsf)) $tricolsf=''; |
12 |
if(!isset($selection)) $selection=''; |
if(!isset($selection)) $selection=''; |
13 |
if(!isset($retourformulaire)) $retourformulaire=''; |
if(!isset($retourformulaire)) $retourformulaire=''; |
14 |
if(isset($idx)){ |
if(isset($idx)){ |
15 |
if($idx != ']') |
if($idx != ']') |
16 |
if (trim($idx!='')) |
if (trim($idx!='')) |
17 |
$ent = $ent."-><font id='idz1'> ".$idx." </font>"; |
$ent = $ent."-><font id='idz1'> ".$idx." </font>"; |
18 |
} |
} |
19 |
if(isset($idz) ){ |
if(isset($idz) ){ |
20 |
if (trim($idz!='')) |
if (trim($idz!='')) |
21 |
$ent = $ent." <font id='idz1'> ".strtoupper($idz)." </font>"; |
$ent = $ent." <font id='idz1'> ".strtoupper($idz)." </font>"; |
22 |
} |
} |
23 |
$table=DB_PREFIXE."etat"; |
$table=DB_PREFIXE."etat"; |
24 |
$champAffiche=array('etat','libelle'); |
$champAffiche=array( |
25 |
$champRecherche=array('etat','libelle'); |
'etat as "'._("etat").'"', |
26 |
|
'libelle as "'._("libelle").'"' |
27 |
|
); |
28 |
|
$champNonAffiche=array( |
29 |
|
); |
30 |
|
$champRecherche=array( |
31 |
|
'etat as "'._("etat").'"', |
32 |
|
'libelle as "'._("libelle").'"' |
33 |
|
); |
34 |
$tri=""; |
$tri=""; |
35 |
$edition="etat"; |
$edition="etat"; |
36 |
$selection=''; |
$selection=''; |