1 |
<?php |
<?php |
2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 04/10/2011 15:15 |
//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")." -> "._("statistique"); |
$ent = _("application")." -> "._("statistique"); |
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."statistique"; |
$table=DB_PREFIXE."statistique"; |
24 |
$champAffiche=array('statistique','parametre','valeur','dossier'); |
$champAffiche=array( |
25 |
$champRecherche=array('parametre','valeur','dossier'); |
'statistique as "'._("statistique").'"', |
26 |
|
'parametre as "'._("parametre").'"', |
27 |
|
'valeur as "'._("valeur").'"', |
28 |
|
'dossier as "'._("dossier").'"' |
29 |
|
); |
30 |
|
$champNonAffiche=array( |
31 |
|
); |
32 |
|
$champRecherche=array( |
33 |
|
'parametre as "'._("parametre").'"', |
34 |
|
'valeur as "'._("valeur").'"', |
35 |
|
'dossier as "'._("dossier").'"' |
36 |
|
); |
37 |
$tri=""; |
$tri=""; |
38 |
$edition="statistique"; |
$edition="statistique"; |
39 |
$selection=''; |
$selection=''; |
40 |
if ($retourformulaire== 'parametre') |
if ($retourformulaire== 'parametre') |
41 |
$selection=" where statistique.parametre ='".$idx."'"; |
$selection=" where statistique.parametre ='".$idx."'"; |
42 |
if ($retourformulaire== 'dossier') |
if ($retourformulaire== 'dossier') |
43 |
$selection=" where statistique.dossier ='".$idx."'"; |
$selection=" where statistique.dossier ='".$idx."'"; |
44 |
?> |
?> |