/[openfoncier]/trunk/sql/pgsql/parcelle.form.inc.php
ViewVC logotype

Annotation of /trunk/sql/pgsql/parcelle.form.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 416 - (hide annotations)
Fri Sep 21 14:10:16 2012 UTC (12 years, 4 months ago) by nhaye
File size: 726 byte(s)
Régénération suite à la migration OM 4.3.0

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:40
4     include('../gen/sql/pgsql/parcelle.form.inc.php');
5 nhaye 416
6     $champs=array(
7     "parcelle",
8     "debut",
9     "rivoli",
10     "proprietaire",
11     "pos",
12     "surface",
13     "section",
14     "commune");
15    
16 fraynaud 242 $sql_pos="select pos,(pos||' '||libelle) as lib from ".DB_PREFIXE."pos order by libelle";
17     $sql_proprietaire="select proprietaire,(nom||' '||prenom) as lib from ".DB_PREFIXE."proprietaire order by nom";
18     $sql_rivoli="select rivoli,(rivoli||' '||libelle) as lib from ".DB_PREFIXE."rivoli order by libelle";
19 nhaye 416
20     if(file_exists ("../dyn/var.inc"))
21     include ("../dyn/var.inc");
22    
23     if($vue_parcelle==1){
24     $portlet_actions['modifier'] = NULL;
25     $portlet_actions['supprimer'] = NULL;
26     }
27 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26