/[openfoncier]/trunk/gen/sql/pgsql/statistique.inc.php
ViewVC logotype

Diff of /trunk/gen/sql/pgsql/statistique.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 168 by fraynaud, Tue Oct 4 15:35:29 2011 UTC revision 307 by atreal, Wed Mar 28 13:52:33 2012 UTC
# Line 1  Line 1 
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='';
# Line 12  if(!isset($premiersf)) $premiersf=''; Line 12  if(!isset($premiersf)) $premiersf='';
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'>&nbsp;".$idx."&nbsp;</font>";          $ent = $ent."-><font id='idz1'>&nbsp;".$idx."&nbsp;</font>";
18          }      }
19          if(isset($idz) ){      if(isset($idz) ){
20          if (trim($idz!=''))      if (trim($idz!=''))
21                  $ent = $ent."&nbsp;<font id='idz1'>&nbsp;".strtoupper($idz)."&nbsp;</font>";          $ent = $ent."&nbsp;<font id='idz1'>&nbsp;".strtoupper($idz)."&nbsp;</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  ?>  ?>

Legend:
Removed from v.168  
changed lines
  Added in v.307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26