/[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 41 by fraynaud, Fri Jul 22 16:30:22 2011 UTC revision 160 by fraynaud, Fri Sep 30 17:15:17 2011 UTC
# Line 12  $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',  
21                      'rivoli',  $sousformulaire=array();
                     'proprietaire',  
                     'pos',  
                     'section');  
22    
23  if(file_exists ("../dyn/var.inc"))  if(file_exists ("../dyn/var.inc"))
24          include ("../dyn/var.inc");          include ("../dyn/var.inc");
# Line 34  if($vue_parcelle==1){ Line 32  if($vue_parcelle==1){
32      $champRecherche=array('parcelle');      $champRecherche=array('parcelle');
33  }  }
34    
35    $href[5]['lien'] = "../scr/tab_sig.php?idx=";
36    $href[5]['id']= "&obj=parcelle&geometrie=polygon&zoom=18";
37    $href[5]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>";
38    
39    
40  ?>  ?>

Legend:
Removed from v.41  
changed lines
  Added in v.160

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26