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

Contents of /trunk/sql/pgsql/pos.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142 - (show annotations)
Tue Sep 27 14:52:41 2011 UTC (13 years, 4 months ago) by fraynaud
Original Path: trunk/sql/pgsql/pos.inc
File size: 671 byte(s)
gestion des lotissements 


1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:35
4 include('../gen/sql/pgsql/pos.inc.php');
5 $sousformulaire=array('parcelle');
6
7 // vue
8 if(file_exists ("../dyn/var.inc"))
9 include ("../dyn/var.inc");
10 if($vue_pos==1){
11 $href[0] = array("lien" => "#", "id" => "", "lib" => "", );
12 $href[1] = array("lien" => "", "id" => "", "lib" => "", );
13 $href[2] = array("lien" => "#", "id" => "", "lib" => "", );
14 $ent .=' '._('vue');
15 }
16
17 $champAffiche=array('pos','libelle','substring(astext(geom), 0,100)');
18
19 $href[5]['lien'] = "../scr/tab_sig.php?idx=";
20 $href[5]['id']= "&obj=pos&geometrie=polygon";
21 $href[5]['lib']= "<img src='../app/img/sig.png' border=0>";
22
23 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26