Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 234 → Rev 235

/trunk/presentations/styles/eflore.css
465,9 → 465,9
display:block;
float:right;
background-color:transparent;
background-image:url("../images/interdit64.png");
background-image:url("../images/interdit.png");
background-repeat:no-repeat;
background-position:50% 70%;
background-position:50% 20%;
border: 2px solid #DDDDDD;
margin: 0 5px;
height: 100px;
/trunk/modules/resultat/squelettes/determination_verna.tpl.html
34,6 → 34,11
</td><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>
<?php endif; ?>
</td></tr>
</tbody>