Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 63 Rev 74
Line 22... Line 22...
22
        
22
        
Line 23... Line 23...
23
    }
23
    }
24
    
24
    
25
    function ajouterMacroElement()
25
    function ajouterMacroElement()
26
    {
26
    {
27
        /*balise:SYNTHESE*/
27
        /*balise:NOM_LATIN*/
-
 
28
        $un_macro_element = $this->macroElementFactory('NOM_LATIN', $this->dblock);
-
 
29
        $un_macro_element->construire();
-
 
30
        /*balise:NOM_SELECTION*/
-
 
31
        $un_macro_element = $this->macroElementFactory('NOM_SELECTION', $this->dblock);
-
 
32
        $un_macro_element->construire();
-
 
33
        $this->dblock->attribuerContexte('FICHE_SYNTHESE>NOM_SELECTION', 'nt', 'et_id_taxon');
-
 
34
        $this->dblock->attribuerContexte('FICHE_SYNTHESE>NOM_SELECTION', 'nvp', 'eprv_id_version');
-
 
35
        /*balise:TAXON_NOMS*/
-
 
36
        $un_macro_element = $this->macroElementFactory('TAXON_NOMS', $this->dblock);
-
 
37
        $un_macro_element->construire();
-
 
38
        $un_macro_element = $this->macroElementFactory('NOM_LATIN', $this->dblock);
28
        $un_macro_element = $this->macroElementFactory('NOM_SYNTHESE', $this->dblock);
39
        $un_macro_element->construire();
Line 29... Line 40...
29
        $un_macro_element->construire();
40
        //$this->dblock->afficher();
30
    }
41
    }
31
    
42