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)'); |
|
|
|
|
$href[5]['lien'] = "../scr/tab_sig.php?idx="; |
|
|
$href[5]['id']= "&obj=pos&geometrie=polygon"; |
|
|
$href[5]['lib']= "<img src='../app/img/sig.png' border=0>"; |
|
|
|
|
19 |
?> |
?> |