/[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 147 by fraynaud, Wed Sep 28 20:10:23 2011 UTC revision 160 by fraynaud, Fri Sep 30 17:15:17 2011 UTC
# Line 16  $champAffiche=array('parcelle', Line 16  $champAffiche=array('parcelle',
16                      'substring(astext(geom), 0,100)'                      'substring(astext(geom), 0,100)'
17                      );                      );
18  ;  ;
19  $champRecherche=array('parcelle',  $champRecherche=array('parcelle');
                     'debut',  
                     'rivoli',  
                     'proprietaire',  
                     'pos',  
                     'section');  
20    
21  $sousformulaire=array();  $sousformulaire=array();
22    
# Line 38  if($vue_parcelle==1){ Line 33  if($vue_parcelle==1){
33  }  }
34    
35  $href[5]['lien'] = "../scr/tab_sig.php?idx=";  $href[5]['lien'] = "../scr/tab_sig.php?idx=";
36  $href[5]['id']= "&obj=parcelle&geometrie=polygon";  $href[5]['id']= "&obj=parcelle&geometrie=polygon&zoom=18";
37  $href[5]['lib']= "<img src='../app/img/sig.png' border=0>";  $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.147  
changed lines
  Added in v.160

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26