12 |
'proprietaire.nom as proprietaire', |
'proprietaire.nom as proprietaire', |
13 |
'pos', |
'pos', |
14 |
'surface', |
'surface', |
15 |
'section' |
'section', |
16 |
|
'substring(astext(geom), 0,100)' |
17 |
); |
); |
18 |
; |
; |
19 |
$champRecherche=array('parcelle', |
$champRecherche=array('parcelle', |
23 |
'pos', |
'pos', |
24 |
'section'); |
'section'); |
25 |
|
|
26 |
|
$sousformulaire=array(); |
27 |
|
|
28 |
if(file_exists ("../dyn/var.inc")) |
if(file_exists ("../dyn/var.inc")) |
29 |
include ("../dyn/var.inc"); |
include ("../dyn/var.inc"); |
30 |
|
|
37 |
$champRecherche=array('parcelle'); |
$champRecherche=array('parcelle'); |
38 |
} |
} |
39 |
|
|
40 |
|
$href[5]['lien'] = "../scr/tab_sig.php?idx="; |
41 |
|
$href[5]['id']= "&obj=parcelle&geometrie=polygon"; |
42 |
|
$href[5]['lib']= "<img src='../app/img/sig.png' border=0>"; |
43 |
|
|
44 |
|
|
45 |
?> |
?> |