Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 282 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 282 Rev 312
Line 30... Line 30...
30
						</ul>
30
						</ul>
31
					<?php endif; ?>
31
					<?php endif; ?>
32
				</td><td class="nom">
32
				</td><td class="nom">
33
					<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
33
					<a href="<?=$nom['urlFiche']?>" ><?=$nom['nomSci']?></a>
34
				</td>
34
				</td>
-
 
35
				<td>
-
 
36
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
35
				<td><img src="<?=$nom['repartition_vignette']?>" alt="carte de répartition" class="repartition_vignette"/></td>
37
						<img src="<?=$repartition['urls'][$nnTaxon]?>" alt="Carte de répartition" class="repartition_vignette"/>
-
 
38
					<?php else : ?>
-
 
39
						<div class="absent">Pas de carte</div>
-
 
40
					<?php endif; ?>
36
				<td >
41
				<td >
37
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
42
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
38
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
43
						<img src="<?=$imagesUrls[$nnTaxon][0]?>" style="width:100px;height:100px;display:block;float:right;"/>
39
					<?php else : ?>
44
					<?php else : ?>
40
						<div class="absent">PAS DE PHOTO<br /><br /><br />
45
						<p class="absent">
-
 
46
						Pas de photo<br />
-
 
47
						<br />
-
 
48
						<br />
-
 
49
						<a href="http://www.tela-botanica.org/appli:cel#<?=$nnTaxon?>" 
41
							<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>
50
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
-
 
51
							onclick="window.open(this.href); return false;">
-
 
52
							Contribuez <br />à l'album
42
							<br />
53
						</a>
43
						</div>
54
					</p>
44
					<?php endif; ?>
55
					<?php endif; ?>
45
				</td></tr>
56
				</td></tr>
46
				</tbody>
57
				</tbody>
47
				</table>
58
				</table>
48
			</li>
59
			</li>