'Afficher la liste des recherches sur une page', 'href'=>'./?page=recherche&vue=histo');
for($i=0;$i<$nb_recherche;$i++){
$parametres = recherche_element($i);
if($parametres['type']=='ent'){
$texte = 'Recherche entreprise :
';
$texte.= $parametres['raisonSociale'];
$links[] = array('title'=> $texte, 'href'=> './?page=recherche&action=rechercher&vue=list'.$parametres['link']);
}
elseif($parametres['type']=='dir')
{
$texte = 'Recherche dirigeant :
';
$texte.= $parametres['dirNom'];
$links[] = array('title'=>$texte, 'href'=> './?page=recherche&action=rechercher&vue=list'.$parametres['link']);
}
}
?>