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

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

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

trunk/sql/pgsql/parcelle_lot.inc revision 142 by fraynaud, Tue Sep 27 14:52:41 2011 UTC trunk/sql/pgsql/parcelle_lot.inc.php revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC
# Line 12  if($vue_parcelle_lot==1){ Line 12  if($vue_parcelle_lot==1){
12      $ent .=' '._('vue');      $ent .=' '._('vue');
13  }  }
14  $href[5]['lien'] = "../scr/tab_sig.php?idx=";  $href[5]['lien'] = "../scr/tab_sig.php?idx=";
15  $href[5]['id']= "&obj=parcelle_lot&geometrie=multipolygon";  $href[5]['id']= "&obj=parcelle_lot&geometrie=polygon";
16  $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>";
17    
18  $champAffiche=array('parcelle_lot as id','lotissement','numero', 'surface', 'substring(astext(geom), 0,100)');  $champAffiche=array('parcelle_lot as id','lotissement','numero', 'surface', 'substring(astext(geom), 0,100)');
19    $sousformulaire=array();
20  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26