Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1170 → Rev 1171

/trunk/modules/fiche/formateurs/Illustrations.php
43,7 → 43,7
$this->getPhotosCaracteresIdentification();
$pso = $this->getPhotosSixOrganes();
// reconstruction de getPhotosOrganes à partir des données de getPhotosSixOrganes
$this->donnees['organes'] = array();
/*$this->donnees['organes'] = array();
foreach ($pso as $organe => $images) {
$clefs = array_keys($images);
$image = $images[$clefs[0]];
50,7 → 50,7
// changement de format - en dur, cracra !
$image['binaire.href'] = str_replace('CRX2S', 'CRS', $image['binaire.href']);
$this->donnees['organes'][$organe] = $image;
}
}*/
// --
$this->setCheminSquelette('modules/fiche/squelettes/'); // @FIXME le chemin devrait déjà être défini correctement !?
$params = array('organes' => $pso, 'nnr' => $this->donnees['nnr'], 'nomComplet' => $this->donnees['nomComplet']);
/trunk/modules/fiche/squelettes/fiche_illustrations.tpl.html
22,8 → 22,8
</div>
<? endif; ?>
 
<h2>Flora Data - Organes</h2>
<? if (isset($organes)) : ?>
<h2>Flora Data - Organes</h2>
 
<div id="illustrations-organes">
<? if (empty($organes) == false) :?>