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

Diff of /trunk/sql/pgsql/parcelle.inc.php

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

revision 9 by fraynaud, Mon Feb 14 17:51:36 2011 UTC revision 151 by jbastide, Thu Sep 29 13:43:54 2011 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:40  //gen openMairie le 10/02/2011 20:40
4  include('../gen/sql/pgsql/parcelle.inc.php');  include('../gen/sql/pgsql/parcelle.inc.php');
5    
6  $table=DB_PREFIXE."parcelle left join ".DB_PREFIXE.  $table=DB_PREFIXE."parcelle left join ".DB_PREFIXE.
7                  "proprietaire on parcelle.proprietaire=proprietaire.proprietaire";                  "proprietaire on parcelle.proprietaire=proprietaire.proprietaire";
8  // supressiongeom  // supressiongeom
# Line 11  $champAffiche=array('parcelle', Line 12  $champAffiche=array('parcelle',
12                      'proprietaire.nom as proprietaire',                      'proprietaire.nom as proprietaire',
13                      'pos',                      'pos',
14                      'surface',                      'surface',
15                      'section');                      'section',
16                        'substring(astext(geom), 0,100)'
17                        );
18    ;
19  $champRecherche=array('parcelle',  $champRecherche=array('parcelle',
20                      'debut',                      'debut',
21                      'rivoli',                      'rivoli',
22                      'proprietaire',                      'proprietaire',
23                      'pos',                      'pos',
24                      'section');                      'section');
25    
26    $sousformulaire=array();
27    
28    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    $href[5]['lien'] = "../scr/tab_sig.php?idx=";
41    $href[5]['id']= "&obj=parcelle&geometrie=polygon";
42    $href[5]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>";
43    
44    
45  ?>  ?>

Legend:
Removed from v.9  
changed lines
  Added in v.151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26