/[openfoncier]/branches/cleanup-old-openfoncier/gen/sql/pgsql/servitude_surfacique.inc.php
ViewVC logotype

Contents of /branches/cleanup-old-openfoncier/gen/sql/pgsql/servitude_surfacique.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4675 - (show annotations)
Thu Jun 30 11:04:21 2016 UTC (8 years, 7 months ago) by fmichon
File size: 1668 byte(s)
* Branche : Suppression d'anciens fichiers d'openfoncier inutilisés.

1 <?php
2 //$Id: servitude_surfacique.inc.php 4418 2015-02-24 17:30:28Z tbenita $
3 //gen openMairie le 16/10/2014 15:11
4
5 $DEBUG=0;
6 $serie=15;
7 $ico="../img/ico_application.png";
8 $ent = _("application")." -> "._("servitude_surfacique");
9 if(!isset($premier)) $premier='';
10 if(!isset($recherche1)) $recherche1='';
11 if(!isset($tricolsf)) $tricolsf='';
12 if(!isset($premiersf)) $premiersf='';
13 if(!isset($selection)) $selection='';
14 if(!isset($retourformulaire)) $retourformulaire='';
15 if (isset($idx) && $idx != ']' && trim($idx) != '') {
16 $ent .= "->&nbsp;".$idx."&nbsp;";
17 }
18 if (isset($idz) && trim($idz) != '') {
19 $ent .= "&nbsp;".strtoupper($idz)."&nbsp;";
20 }
21 // FROM
22 $table = DB_PREFIXE."servitude_surfacique";
23 // SELECT
24 $champAffiche = array(
25 'servitude_surfacique.servitude_surfacique as "'._("servitude_surfacique").'"',
26 'servitude_surfacique.libelle as "'._("libelle").'"',
27 'servitude_surfacique.observation as "'._("observation").'"',
28 'servitude_surfacique.perimetre as "'._("perimetre").'"',
29 'servitude_surfacique.geom as "'._("geom").'"',
30 );
31 //
32 $champNonAffiche = array(
33 'servitude_surfacique.description as "'._("description").'"',
34 );
35 //
36 $champRecherche = array(
37 'servitude_surfacique.servitude_surfacique as "'._("servitude_surfacique").'"',
38 'servitude_surfacique.libelle as "'._("libelle").'"',
39 'servitude_surfacique.observation as "'._("observation").'"',
40 'servitude_surfacique.perimetre as "'._("perimetre").'"',
41 );
42 $tri="ORDER BY servitude_surfacique.libelle ASC NULLS LAST";
43 $edition="servitude_surfacique";
44 /**
45 * Gestion de la clause WHERE => $selection
46 */
47 // Filtre listing standard
48 $selection = "";
49
50 ?>

Properties

Name Value
svn:executable

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26