Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1289 Rev 1290
Line 113... Line 113...
113
					<li><div>   
113
					<li><div>   
114
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
114
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
115
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
115
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
116
						</a>
116
						</a>
117
						<p>
117
						<p>
118
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
118
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong> 
119
							par
119
							par
120
							<? if ($image['auteur.id']) : ?>
120
							<? if ($image['auteur.id']) : ?>
121
								<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
121
								<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
122
									<strong class="auteur"><?= $image['auteur'] ?></strong>
122
									<strong class="auteur"><?= $image['auteur'] ?></strong>
123
								</a>&nbsp;&nbsp;
123
								</a>&nbsp;&nbsp;