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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 421 - (hide annotations)
Fri Sep 21 15:23:41 2012 UTC (12 years, 4 months ago) by nhaye
File size: 716 byte(s)
Régénération suite à la migration OM 4.3.0

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 nhaye 421 if(file_exists ("../dyn/var.inc")) {
9     include ("../dyn/var.inc");
10     }
11 fraynaud 41 if($vue_pos==1){
12 nhaye 421 $tab_actions['corner']['ajouter'] = NULL;
13     $tab_actions['left']['consulter'] = NULL;
14     $tab_actions['content'] = NULL;
15 fraynaud 41 $ent .=' '._('vue');
16     }
17 fraynaud 142
18     $champAffiche=array('pos','libelle','substring(astext(geom), 0,100)');
19    
20 nhaye 421 $tab_actions['left']['sig'] = array('lien' => '../scr/tab_sig.php?idx=',
21     'id' => '&obj=parcelle&geometrie=polygon&zoom=18',
22     'lib' => "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>",
23     'ordre' => 15,);
24 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26