"._("om_collectivite");
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_collectivite";
$champAffiche=array(
'om_collectivite as "'._("om_collectivite").'"',
'libelle as "'._("libelle").'"',
'niveau as "'._("niveau").'"'
);
$champNonAffiche=array(
);
$champRecherche=array(
'libelle as "'._("libelle").'"',
'niveau as "'._("niveau").'"'
);
$tri="";
$edition="om_collectivite";
if ($_SESSION['niveau']== '2')
$selection='';
else
$selection=" where om_collectivite.om_collectivite = '".$_SESSION['collectivite']."'";
$sousformulaire=array('om_etat','om_lettretype','om_parametre','om_sig_point','om_sousetat','om_utilisateur','om_widget');
?>