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

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

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

revision 3 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 151 by jbastide, Thu Sep 29 13:43:54 2011 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:35  //gen openMairie le 10/02/2011 20:35
4  include('../gen/sql/pgsql/pos.inc.php');  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']= "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>";
22    
23  ?>  ?>

Legend:
Removed from v.3  
changed lines
  Added in v.151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26