Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 378 → Rev 379

/trunk/bibliotheque/NomCourant.php
8,6 → 8,8
$this->nns = $num_nom_selectionne;
$this->selectionne = new Nom($noms->getNom($this->nns));
$this->retenu = new Nom($taxons->getTaxon($this->nns));
$taxons_sup = $taxons->getTaxonsSup($this->nns);
$this->taxons_sup = $taxons_sup[$this->nns];
}
 
/**
/trunk/modules/fiche/formateurs/Classification.php
37,7 → 37,7
}
 
public function obtenirDonnees() {
$donnees['taxons_sup'] = $this->getTaxonsSuperieurs();
$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
$this->meta->setProjet('bdtfx');
$meta = $this->meta->getMetaDonnees();
/trunk/modules/fiche/squelettes/fiche_nomenclature.tpl.html
66,5 → 66,8
</span>
</div>
<div class="legende"><span class="legende_nom_retenu couleur_legende"></span><span>Nom sélectionné</span></div>
<div class="legende">
<h2>Légende</h2>
<span class="legende_nom_retenu couleur_legende"></span><span>Nom sélectionné</span>
</div>
</div>