/[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 142 by fraynaud, Tue Sep 27 14:52:41 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',
# Line 34  if($vue_parcelle==1){ Line 35  if($vue_parcelle==1){
35      $champRecherche=array('parcelle');      $champRecherche=array('parcelle');
36  }  }
37    
38    $href[5]['lien'] = "../scr/tab_sig.php?idx=";
39    $href[5]['id']= "&obj=parcelle&geometrie=polygon";
40    $href[5]['lib']= "<img src='../app/img/sig.png' border=0>";
41    
42    
43  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26