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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide annotations)
Tue Oct 4 15:35:29 2011 UTC (13 years, 4 months ago) by fraynaud
File size: 1019 byte(s)
ajout statistique et parametre pour sitadel 
modif destination shon


1 fraynaud 168 <?php
2     //$Id$
3     //gen openMairie le 04/10/2011 15:15
4     $DEBUG=0;
5     $serie=15;
6     $ico="../img/ico_application.png";
7     $ent = _("option")." -> "._("statistique");
8     if(!isset($premier)) $premier='';
9     if(!isset($recherche1)) $recherche1='';
10     if(!isset($tricolsf)) $tricolsf='';
11     if(!isset($premiersf)) $premiersf='';
12     if(!isset($selection)) $selection='';
13     if(!isset($retourformulaire)) $retourformulaire='';
14     if(isset($idx)){
15     if($idx != ']')
16     if (trim($idx!=''))
17     $ent = $ent."-><font id='idz1'>&nbsp;".$idx."&nbsp;</font>";
18     }
19     if(isset($idz) ){
20     if (trim($idz!=''))
21     $ent = $ent."&nbsp;<font id='idz1'>&nbsp;".strtoupper($idz)."&nbsp;</font>";
22     }
23     $table=DB_PREFIXE."statistique";
24     $champAffiche=array('statistique','parametre','valeur','dossier');
25     $champRecherche=array('parametre','valeur','dossier');
26     $tri="";
27     $edition="statistique";
28     $selection='';
29     if ($retourformulaire== 'parametre')
30     $selection=" where statistique.parametre ='".$idx."'";
31     if ($retourformulaire== 'dossier')
32     $selection=" where statistique.dossier ='".$idx."'";
33     ?>

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26