Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3961 Rev 3979
Line 336... Line 336...
336
											onclick="window.open(this.href);return false;"
336
											onclick="window.open(this.href);return false;"
337
											title="Cliquez pour accéder à la fiche eFlore">
337
											title="Cliquez pour accéder à la fiche eFlore">
338
											<?php echo $item['obs']['nom_sel']; ?>
338
											<?php echo $item['obs']['nom_sel']; ?>
339
										</a><br />
339
										</a><br />
340
										par
340
										par
341
										<a class="cel-img-contact"
341
											<a class="cel-img-contact"
342
											href="?mode=contact&nn=<?php echo urlencode($item['obs']['nom_sel_nn']); ?>&nom_sci=<?php echo urlencode($item['obs']['nom_sel']); ?>&date=<?php echo urlencode($item['date']); ?>&id_image=<?php echo $item['id_photo_formate']; ?>&auteur=<?php echo $item['utilisateur']['nom_utilisateur']; ?>"
342
											href="<?php echo $item['urlProfil']; ?>"
343
											title="Cliquez pour contacter l'auteur de la photo">
343
											title="Afficher le profil">
344
											<?php echo $auteur; ?>
344
											<?php echo $auteur; ?>
345
										</a>
345
										</a>
346
									<?php else : ?>
346
									<?php else : ?>
347
										<?php echo $item['titre']; ?>
347
										<?php echo $item['titre']; ?>
348
									<?php endif; ?>
348
									<?php endif; ?>