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

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

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

revision 306 by fraynaud, Fri Sep 2 09:15:04 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 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='';
# 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."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='';

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26