Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 62 Rev 70
Line 47... Line 47...
47
        $retour .= '<body>'."\n";
47
        $retour .= '<body>'."\n";
48
        $retour .= '<!-- BEGIN corps -->'."\n";
48
        $retour .= '<!-- BEGIN corps -->'."\n";
49
        $retour .= '<h1>'.'Liste des noms'.'</h1>'."\n";
49
        $retour .= '<h1>'.'Liste des noms'.'</h1>'."\n";
50
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_NOMS','pattern1');
50
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_NOMS','pattern1');
51
        $retour .= '<ol>'."\n";
51
        $retour .= '<ol>'."\n";
52
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_NOMS>NOM_SELECTION','pattern2');
52
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_NOMS>NOM_RECHERCHE','pattern2');
53
        $retour .= '</ol>'."\n";
53
        $retour .= '</ol>'."\n";
54
        $retour .= '<!-- END corps -->'."\n";
54
        $retour .= '<!-- END corps -->'."\n";
55
        $retour .= '</body>'."\n";
55
        $retour .= '</body>'."\n";
56
        $retour .= '</html>'."\n";
56
        $retour .= '</html>'."\n";
57
        echo $retour;
57
        echo $retour;