agent";
if(isset($idx)){
if($idx != "]")
if (trim($idx!=""))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=""))
$ent = $ent." ".strtoupper($idz)." ";
}
$ico = "ico_agent.png";
$edition="";
$table="agent left join service on agent.service=service.service left join grade on grade.grade=agent.grade";
$champAffiche=array("agent","nom","prenom","telephone",
"grade.libelle as grade",
"service.libelle as service");
$champRecherche=array("nom");
$tri= " order by nom";
$selection="";
// sous formulaire
$sousformulaire=array("candidature");
$sousformulaire_class="sousformulaire_profil";
?>