Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 71 | Rev 118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 78
Line 17... Line 17...
17
{
17
{
18
    $retour .= '<li><a href="{UrlFicheNom}'.$donnees['en_id_nom'].'">'.$donnees['eni_intitule_nom'].'</a></li>'."\n";
18
    $retour .= '<li><a href="{UrlFicheNom}'.$donnees['en_id_nom'].'">'.$donnees['eni_intitule_nom'].'</a></li>'."\n";
19
    return $retour;
19
    return $retour;
20
}
20
}
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
class liste_nom_latin_xhtml implements iVue {
22
class recherche_nom_latin_xhtml implements iVue {
Line 23... Line 23...
23
    
23
    
24
    protected $leBlock;
24
    protected $leBlock;