1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 10/02/2011 20:40 |
4 |
|
|
include('../gen/sql/pgsql/parcelle.inc.php'); |
5 |
fraynaud |
41 |
|
6 |
fraynaud |
259 |
$table=DB_PREFIXE."parcelle";// left join ".DB_PREFIXE."proprietaire on parcelle.proprietaire=proprietaire.proprietaire"; |
7 |
fraynaud |
8 |
// supressiongeom |
8 |
|
|
$champAffiche=array('parcelle', |
9 |
|
|
'debut', |
10 |
|
|
'rivoli', |
11 |
fraynaud |
259 |
//'proprietaire.nom as proprietaire', |
12 |
fraynaud |
9 |
'pos', |
13 |
|
|
'surface', |
14 |
fraynaud |
142 |
'section', |
15 |
atreal |
2726 |
'substring(ST_astext(geom), 0,100)' |
16 |
fraynaud |
41 |
); |
17 |
|
|
; |
18 |
fraynaud |
160 |
$champRecherche=array('parcelle'); |
19 |
fraynaud |
41 |
|
20 |
fraynaud |
147 |
$sousformulaire=array(); |
21 |
|
|
|
22 |
fraynaud |
41 |
if(file_exists ("../dyn/var.inc")) |
23 |
|
|
include ("../dyn/var.inc"); |
24 |
|
|
|
25 |
|
|
|
26 |
|
|
if($vue_parcelle==1){ |
27 |
nhaye |
416 |
$tab_actions['corner']['ajouter'] = NULL; |
28 |
|
|
$tab_actions['left']['consulter'] = NULL; |
29 |
|
|
$tab_actions['content'] = NULL; |
30 |
fraynaud |
41 |
$ent .=' '._('vue'); |
31 |
|
|
$champRecherche=array('parcelle'); |
32 |
|
|
} |
33 |
fraynaud |
3 |
?> |