/[openfoncier]/branches/3.14.x/sql/pgsql/parcelle.inc.php
ViewVC logotype

Annotation of /branches/3.14.x/sql/pgsql/parcelle.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 151 - (hide annotations)
Thu Sep 29 13:43:54 2011 UTC (13 years, 4 months ago) by jbastide
Original Path: trunk/sql/pgsql/parcelle.inc
File size: 1353 byte(s)
alignement icones

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:40
4     include('../gen/sql/pgsql/parcelle.inc.php');
5 fraynaud 41
6 fraynaud 8 $table=DB_PREFIXE."parcelle left join ".DB_PREFIXE.
7 fraynaud 9 "proprietaire on parcelle.proprietaire=proprietaire.proprietaire";
8 fraynaud 8 // supressiongeom
9     $champAffiche=array('parcelle',
10     'debut',
11     'rivoli',
12 fraynaud 9 'proprietaire.nom as proprietaire',
13     'pos',
14     'surface',
15 fraynaud 142 'section',
16     'substring(astext(geom), 0,100)'
17 fraynaud 41 );
18     ;
19 fraynaud 9 $champRecherche=array('parcelle',
20     'debut',
21     'rivoli',
22 fraynaud 8 'proprietaire',
23     'pos',
24 fraynaud 9 'section');
25 fraynaud 41
26 fraynaud 147 $sousformulaire=array();
27    
28 fraynaud 41 if(file_exists ("../dyn/var.inc"))
29     include ("../dyn/var.inc");
30    
31    
32     if($vue_parcelle==1){
33     $href[0] = array("lien" => "#", "id" => "", "lib" => "", );
34     $href[1] = array("lien" => "", "id" => "", "lib" => "", );
35     $href[2] = array("lien" => "#", "id" => "", "lib" => "", );
36     $ent .=' '._('vue');
37     $champRecherche=array('parcelle');
38     }
39    
40 fraynaud 142 $href[5]['lien'] = "../scr/tab_sig.php?idx=";
41     $href[5]['id']= "&obj=parcelle&geometrie=polygon";
42 jbastide 151 $href[5]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>";
43 fraynaud 41
44 fraynaud 142
45 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26