Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 554 Rev 598
Line 29... Line 29...
29
				<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
29
				<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
30
					<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" />
30
					<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" />
31
				</a>
31
				</a>
32
				<p>
32
				<p>
33
					à <strong class="localisation"><?= $image['commune']; ?></strong><br />
33
					à <strong class="localisation"><?= $image['commune']; ?></strong><br />
34
					le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
34
					observée le <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
35
					par <a class="mailto" href="<?= $image['urlContact']; ?>">
35
					par <a class="mailto" href="<?= $image['urlContact']; ?>">
36
							<strong class="auteur"><?= $image['auteur']; ?></strong> 
36
							<strong class="auteur"><?= $image['auteur']; ?></strong> 
37
							(Contacter ...)
37
							(Contacter ...)
38
						</a>
38
						</a>
39
				</p>
39
				</p>