Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 471 → Rev 472

/trunk/modules/fiche/squelettes/fiche_illustrations.tpl.html
3,7 → 3,7
<?php foreach($cel['images'] as $image) : ?>
<div class="illustration_cel">
<div class="gauche conteneur_illustrations_cel">
<a class="illustration_taxon" rel="galerie_illustrations" href="<?= str_replace('CXS','X3L',$image['binaire.href']); ?>">
<a class="illustration_taxon" rel="galerie_illustrations" href="<?= str_replace('CS','X3L',$image['binaire.href']); ?>">
<img alt="photos cel" src="<?= $image['binaire.href']; ?>">
</a>
</div>
23,7 → 23,7
<?php foreach($photoflora['images'] as $image) : ?>
<div class="illustration_photoflora">
<div class="gauche conteneur_illustration_photoflora">
<a class="illustration_taxon" rel="galerie_illustrations" href="<?= $image['binaire.href']; ?>">
<a class="illustration_taxon" rel="galerie_illustrations" href="<?= $image['binaire.hrefmax']; ?>">
<img alt="photos photoflora" src="<?= $image['binaire.href']; ?>">
</a>
</div>