Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 310 → Rev 311

/trunk/modules/resultat/squelettes/determination.tpl.html
5,14 → 5,25
<a href="<?=$nom['urlFiche']?>">
<strong class="nom-sci-retenu"><?=$nom['nomSciRetenu']?></strong>
</a>
<img src="<?=$repartition_vignette?>" alt="carte de répartition" class="repartition_vignette"/>
<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
<img src="<?=$repartition['urls'][$nnTaxon]?>" alt="Carte de répartition" class="repartition_vignette"/>
<?php else : ?>
<div class="absent">Pas de carte</div>
<?php endif; ?>
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
<?php else : ?>
<div class="absent">PAS DE PHOTO<br /><br /><br />
<a href="http://www.tela-botanica.org/appli:cel2#81722" title="Ajouter une photographie au moyen du Carnet en Ligne" onclick="window.open(this.href); return false;">Contribuez <br />à l'album</a>
<br />
</div>
<p class="absent">
Pas de photo<br />
<br />
<br />
<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>"
title="Ajouter une photographie au moyen du Carnet en Ligne"
onclick="window.open(this.href); return false;">
Contribuez <br />à l'album
</a>
</p>
<?php endif; ?>
<?php if (isset($synonymes[$nnTaxon])) : ?>
<?php $nbrSynonymes = count($synonymes[$nnTaxon]) ?>