Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1130 Rev 1135
Line 117... Line 117...
117
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
117
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
118
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
118
							<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
119
						</a>
119
						</a>
120
						<p>
120
						<p>
121
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
121
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
-
 
122
							par
-
 
123
							<? if ($image['auteur.id']) : ?>
122
							par <a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
124
								<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
123
									<strong class="auteur"><?= $image['auteur']; ?></strong>
125
									<strong class="auteur"><?= $image['auteur'] ?></strong>
124
								</a>&nbsp;&nbsp;
126
								</a>&nbsp;&nbsp;
125
								<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>"> 
127
								<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>"> 
126
									(Contacter ...)
128
									(Contacter ...)
127
								</a><br />
129
								</a>
-
 
130
							<? else : ?>
-
 
131
								<strong class="auteur"><?= $image['auteur'] ?></strong>
-
 
132
								&nbsp;&nbsp;(profil indisponible)
-
 
133
							<? endif ?><br />
128
							<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
134
							<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
129
								Mauvaise identification ?
135
								Mauvaise identification ?
130
							</a>
136
							</a>
131
						</p>
137
						</p>
132
						</div>
138
						</div>