Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 269 → Rev 270

/trunk/modules/fiche/squelettes/fiche_repartition.tpl.html
11,7 → 11,7
</div>
<? endforeach; ?>
</div>
<div id="metadonnees">
<div class="conteneur_lien_metadonnees">
<?=$metadonnees[0]['citation']?>
</div>
<div id="metadonnees" class="conteneur_lien_metadonnees">
/trunk/modules/fiche_metadonnees/FicheMetadonnees.php
30,12 → 30,12
public function chargerMetadonneesHtml() {
$donnees['metadonnees'] = $this->serviceMetaDonnees->getMetaDonnees();
$html = $this->getVue(dirname(__FILE__).'/squelettes/metadonnees', $donnees);
return $html;
}
public function executerAffichageMetaDonnees($donnees) {
header('Content-type: text/html');
$html = $this->chargerMetadonneesHtml();
echo $html;
exit;
}