"._("om_sig_point");
if(!isset($premier)) $premier='';
if(!isset($recherche1)) $recherche1='';
if(!isset($tricolsf)) $tricolsf='';
if(!isset($premiersf)) $premiersf='';
if(!isset($selection)) $selection='';
if(!isset($retourformulaire)) $retourformulaire='';
if(isset($idx)){
if($idx != ']')
if (trim($idx!=''))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=''))
$ent = $ent." ".strtoupper($idz)." ";
}
$table=DB_PREFIXE."om_sig_point";
$champAffiche=array(
'om_sig_point as "'._("om_sig_point").'"',
'om_collectivite as "'._("om_collectivite").'"',
'id as "'._("id").'"',
'libelle as "'._("libelle").'"',
'actif as "'._("actif").'"',
'zoom as "'._("zoom").'"',
'fond_osm as "'._("fond_osm").'"',
'fond_bing as "'._("fond_bing").'"',
'fond_sat as "'._("fond_sat").'"',
'layer_info as "'._("layer_info").'"',
'etendue as "'._("etendue").'"',
'projection_externe as "'._("projection_externe").'"',
'maj as "'._("maj").'"',
'table_update as "'._("table_update").'"',
'champ as "'._("champ").'"',
'retour as "'._("retour").'"'
);
$champNonAffiche=array(
'url as "'._("url").'"',
'om_sql as "'._("om_sql").'"'
);
$champRecherche=array(
'id as "'._("id").'"',
'libelle as "'._("libelle").'"',
'actif as "'._("actif").'"',
'zoom as "'._("zoom").'"',
'fond_osm as "'._("fond_osm").'"',
'fond_bing as "'._("fond_bing").'"',
'fond_sat as "'._("fond_sat").'"',
'layer_info as "'._("layer_info").'"',
'etendue as "'._("etendue").'"',
'projection_externe as "'._("projection_externe").'"',
'maj as "'._("maj").'"',
'table_update as "'._("table_update").'"',
'champ as "'._("champ").'"',
'retour as "'._("retour").'"'
);
$tri="";
$edition="om_sig_point";
if ($_SESSION['niveau']== '2')
$selection='';
else
$selection=" where om_sig_point.om_collectivite = '".$_SESSION['collectivite']."'";
if ($retourformulaire== 'om_collectivite')
if ($_SESSION['niveau']== '2'){
$selection=" where om_sig_point.om_collectivite ='".$idx."'";
}else{
$selection=" where om_sig_point.om_collectivite ='".$idx."' and om_sig_point.om_collectivite = '".$_SESSION['collectivite']."'";
}
?>