Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 233 → Rev 234

/trunk/modules/resultat/squelettes/determination.tpl.html
7,6 → 7,11
</a>
<?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; ?>
<?php if (isset($nom['synonymes'])) : ?>
<?php $nbrSynonymes = count($nom['synonymes']) ?>
/trunk/presentations/styles/eflore.css
461,6 → 461,20
list-style: none outside none;
padding-left: 15px;
}
.absent {
display:block;
float:right;
background-color:transparent;
background-image:url("../images/interdit64.png");
background-repeat:no-repeat;
background-position:50% 70%;
border: 2px solid #DDDDDD;
margin: 0 5px;
height: 100px;
width: 100px;
font-weight: bold;
text-align: center;
}
 
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
border: none;
/trunk/presentations/images/interdit.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/presentations/images/interdit.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property