/[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

trunk/sql/pgsql/pos.inc revision 142 by fraynaud, Tue Sep 27 14:52:41 2011 UTC trunk/sql/pgsql/pos.inc.php revision 421 by nhaye, Fri Sep 21 15:23:41 2012 UTC
# Line 5  include('../gen/sql/pgsql/pos.inc.php'); Line 5  include('../gen/sql/pgsql/pos.inc.php');
5  $sousformulaire=array('parcelle');  $sousformulaire=array('parcelle');
6    
7  // vue  // vue
8  if(file_exists ("../dyn/var.inc"))  if(file_exists ("../dyn/var.inc")) {
9          include ("../dyn/var.inc");      include ("../dyn/var.inc");
10    }
11  if($vue_pos==1){  if($vue_pos==1){
12      $href[0] = array("lien" => "#", "id" => "", "lib" => "", );      $tab_actions['corner']['ajouter'] = NULL;
13      $href[1] = array("lien" => "", "id" => "", "lib" => "", );      $tab_actions['left']['consulter'] = NULL;
14      $href[2] = array("lien" => "#", "id" => "", "lib" => "", );      $tab_actions['content'] = NULL;
15      $ent .=' '._('vue');      $ent .=' '._('vue');
16  }  }
17    
18  $champAffiche=array('pos','libelle','substring(astext(geom), 0,100)');  $champAffiche=array('pos','libelle','substring(astext(geom), 0,100)');
19    
20  $href[5]['lien'] = "../scr/tab_sig.php?idx=";  $tab_actions['left']['sig'] = array('lien' => '../scr/tab_sig.php?idx=',
21  $href[5]['id']= "&obj=pos&geometrie=polygon";      'id' => '&obj=parcelle&geometrie=polygon&zoom=18',
22  $href[5]['lib']= "<img src='../app/img/sig.png' border=0>";      'lib' => "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>",
23        'ordre' => 15,);
24  ?>  ?>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26