Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 618 → Rev 619

/trunk/modules/resultat/squelettes/determination.tpl.html
1,5 → 1,6
<ul id="ef-resultats-determination">
<?php if ($noms) : ?>
<?php if ($noms) :?>
<? foreach ($noms as $nnTaxon => $nom) : ?>
<li class="zone-resultat">
<a href="<?=$nom['urlFiche']?>">
7,11 → 8,11
</a>
<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" />
<?php else : ?>
<div class="absent">Pas de carte</div>
<?php endif; ?>
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Image provenant du CEL" style="width:100px;height:100px;display:block;float:right;"/>
<?php else : ?>
<p class="absent">
23,6 → 24,12
</a>
</p>
<?php endif; ?>
<?php if (isset($imagesCoste[$taxons[$nnTaxon]][0])) : ?>
<img src="<?=htmlentities($imagesCoste[$taxons[$nnTaxon]][0])?>" alt="illustration de Coste" />
<?php else : ?>
<div class="absent">
Pas d'illustration de Coste.</div>
<?php endif; ?>
<?php if (isset($synonymes[$nnTaxon])) : ?>
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>
<ul class="synonymes" style="width:100%;">