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

Annotation of /trunk/sql/pgsql/pos.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 151 - (hide annotations)
Thu Sep 29 13:43:54 2011 UTC (13 years, 4 months ago) by jbastide
File size: 728 byte(s)
alignement icones

1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:35
4     include('../gen/sql/pgsql/pos.inc.php');
5 fraynaud 9 $sousformulaire=array('parcelle');
6 fraynaud 41
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 fraynaud 142
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 jbastide 151 $href[5]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>";
22 fraynaud 142
23 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26