Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 619 Rev 628
Line 32... Line 32...
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>
35
				<td>
36
					<?php  if (isset($imagesCoste[$taxons[$nom['nomSci']]][0])) : ?> 
36
					<?php  if (isset($imagesCoste[$taxons[$nom['nomSci']]][0])) : ?> 
37
					<img src="<?=htmlentities($imagesCoste[$taxons[$nom['nomSci']]][0])?>" alt="illustration de Coste" />
37
						<img src="<?=htmlentities($imagesCoste[$taxons[$nom['nomSci']]][0])?>" alt="illustration de Coste" />
38
				<?php else : ?>
-
 
39
					<div class="absent">
-
 
40
					Pas d'illustration de Coste.</div>
-
 
41
				<?php endif; ?>
-
 
42
				</td>
-
 
43
				<td>
-
 
44
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
-
 
45
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
-
 
46
					<?php else : ?>
38
					<?php else : ?>
47
						<div class="absent">Pas de carte</div>
39
						<div class="vide"></div>
48
					<?php endif; ?>
40
					<?php endif; ?>
49
				</td>	
41
				</td>
50
				<td >
42
				<td>
51
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
43
					<?php if (isset($imagesUrls[$nnTaxon])) : ?>
52
						<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
44
						<img src="<?=htmlentities($imagesUrls[$nnTaxon][0])?>" alt="Images issues du CEL" style="width:100px;height:100px;display:block;float:right;"/>
53
					<?php else : ?>
45
					<?php else : ?>
54
						<p class="absent">
46
						<p class="absent">
55
						Pas de photo<br />
47
						Pas de photo<br />
Line 58... Line 50...
58
							onclick="window.open(this.href); return false;" class="contribuer">
50
							onclick="window.open(this.href); return false;" class="contribuer">
59
							Contribuer
51
							Contribuer
60
						</a>
52
						</a>
61
					</p>
53
					</p>
62
					<?php endif; ?>
54
					<?php endif; ?>
-
 
55
				</td>	
-
 
56
				<td >
-
 
57
					<?php if (isset($repartition['urls'][$nnTaxon])) : ?>
-
 
58
						<img src="<?=htmlentities($repartition['urls'][$nnTaxon])?>" alt="Carte de répartition" class="repartition_vignette"/>
-
 
59
					<?php else : ?>
-
 
60
						<div class="absent">Pas de carte</div>
-
 
61
					<?php endif; ?>
63
				</td></tr>
62
				</td></tr>
64
				</tbody>
63
				</tbody>
65
				</table>
64
				</table>
66
			</li>
65
			</li>
67
		<? endforeach; ?>
66
		<? endforeach; ?>