Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1055 Rev 1114
Line 31... Line 31...
31
					<li><div>   
31
					<li><div>   
32
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
32
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
33
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
33
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
34
						</a>
34
						</a>
35
						<p>
35
						<p>
36
							à <strong class="localisation"><?= $image['station']; ?></strong><br />
-
 
37
							observée le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
36
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
38
							par <a class="mailto" href="<?= $image['urlContact']; ?>">
37
							par <a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
39
									<strong class="auteur"><?= $image['auteur']; ?></strong> 
38
									<strong class="auteur"><?= $image['auteur']; ?></strong>
-
 
39
								</a>&nbsp;&nbsp;
-
 
40
								<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>"> 
40
									(Contacter ...)
41
									(Contacter ...)
-
 
42
								</a><br />
-
 
43
							<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
-
 
44
								Mauvaise identification ?
41
								</a>
45
							</a>
42
						</p>
46
						</p>
43
						</div>
47
						</div>
44
					</li>
48
					</li>
45
				<?php endforeach; ?>
49
				<?php endforeach; ?>