/[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 41 by fraynaud, Fri Jul 22 16:30:22 2011 UTC trunk/sql/pgsql/pos.inc.php revision 440 by nhaye, Tue Sep 25 14:30:46 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)');
19  ?>  ?>

Legend:
Removed from v.41  
changed lines
  Added in v.440

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26