Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 73 → Rev 74

/trunk/serveur/eflore_mv/modeles/groupes_macro_elements/synthese.php
24,9 → 24,20
function ajouterMacroElement()
{
/*balise:SYNTHESE*/
$un_macro_element = $this->macroElementFactory('NOM_SYNTHESE', $this->dblock);
/*balise:NOM_LATIN*/
$un_macro_element = $this->macroElementFactory('NOM_LATIN', $this->dblock);
$un_macro_element->construire();
/*balise:NOM_SELECTION*/
$un_macro_element = $this->macroElementFactory('NOM_SELECTION', $this->dblock);
$un_macro_element->construire();
$this->dblock->attribuerContexte('FICHE_SYNTHESE>NOM_SELECTION', 'nt', 'et_id_taxon');
$this->dblock->attribuerContexte('FICHE_SYNTHESE>NOM_SELECTION', 'nvp', 'eprv_id_version');
/*balise:TAXON_NOMS*/
$un_macro_element = $this->macroElementFactory('TAXON_NOMS', $this->dblock);
$un_macro_element->construire();
$un_macro_element = $this->macroElementFactory('NOM_LATIN', $this->dblock);
$un_macro_element->construire();
//$this->dblock->afficher();
}
}