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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 342 - (hide annotations)
Mon Jul 2 09:36:56 2012 UTC (12 years, 7 months ago) by fraynaud
File size: 1022 byte(s)
openfoncier version sig wms


1 fraynaud 4 <?php
2     //$Id$
3 fraynaud 342 //gen openMairie le 28/06/2012 16:26
4 fraynaud 4 $DEBUG=0;
5     $serie=15;
6     $ico="../img/ico_application.png";
7 atreal 307 $ent = _("application")." -> "._("etat");
8 fraynaud 4 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 atreal 307 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 fraynaud 4 }
23     $table=DB_PREFIXE."etat";
24 atreal 307 $champAffiche=array(
25     '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 fraynaud 4 $tri="";
35     $edition="etat";
36     $selection='';
37 fraynaud 342 $sousformulaire=array('instruction','evenement','transition','dossier');
38 fraynaud 4 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26