2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 10/02/2011 20:40 |
//gen openMairie le 10/02/2011 20:40 |
4 |
include('../gen/sql/pgsql/parcelle.inc.php'); |
include('../gen/sql/pgsql/parcelle.inc.php'); |
5 |
$table=DB_PREFIXE."parcelle left join ".DB_PREFIXE. |
|
6 |
"proprietaire on parcelle.proprietaire=proprietaire.proprietaire"; |
$table=DB_PREFIXE."parcelle";// left join ".DB_PREFIXE."proprietaire on parcelle.proprietaire=proprietaire.proprietaire"; |
7 |
// supressiongeom |
// supressiongeom |
8 |
$champAffiche=array('parcelle', |
$champAffiche=array('parcelle', |
9 |
'debut', |
'debut', |
10 |
'rivoli', |
'rivoli', |
11 |
'proprietaire.nom as proprietaire', |
//'proprietaire.nom as proprietaire', |
12 |
'pos', |
'pos', |
13 |
'surface', |
'surface', |
14 |
'section'); |
'section', |
15 |
$champRecherche=array('parcelle', |
'substring(astext(geom), 0,100)' |
16 |
'debut', |
); |
17 |
'rivoli', |
; |
18 |
'proprietaire', |
$champRecherche=array('parcelle'); |
19 |
'pos', |
|
20 |
'section'); |
$sousformulaire=array(); |
21 |
|
|
22 |
|
if(file_exists ("../dyn/var.inc")) |
23 |
|
include ("../dyn/var.inc"); |
24 |
|
|
25 |
|
|
26 |
|
if($vue_parcelle==1){ |
27 |
|
$tab_actions['corner']['ajouter'] = NULL; |
28 |
|
$tab_actions['left']['consulter'] = NULL; |
29 |
|
$tab_actions['content'] = NULL; |
30 |
|
$ent .=' '._('vue'); |
31 |
|
$champRecherche=array('parcelle'); |
32 |
|
} |
33 |
|
|
34 |
|
$tab_actions['left']['sig'] = array('lien' => '../scr/tab_sig.php?idx=', |
35 |
|
'id' => '&obj=parcelle&geometrie=polygon&zoom=18', |
36 |
|
'lib' => "<span class=\"om-icon om-icon-16 om-icon-fix sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>", |
37 |
|
'ordre' => 15,); |
38 |
|
|
39 |
?> |
?> |