Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 311 → Rev 312

/trunk/modules/resultat/squelettes/determination_verna.tpl.html
32,15 → 32,26
</td><td class="nom">
<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
</td>
<td><img src="<?=$nom['repartition_vignette']?>" alt="carte de répartition" class="repartition_vignette"/></td>
<td>
<?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; ?>
<td >
<?php if (isset($imagesUrls[$nnTaxon])) : ?>
<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; ?>
</td></tr>
</tbody>