Subversion Repositories eFlore/Applications.cel

Rev

Rev 3987 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3987 Rev 3990
Line 328... Line 328...
328
										<a class="cel-img-titre" href="<?php echo $item['lien']; ?>"
328
										<a class="cel-img-titre" href="<?php echo $item['lien']; ?>"
329
											onclick="window.open(this.href);return false;"
329
											onclick="window.open(this.href);return false;"
330
											title="Cliquez pour accéder à la fiche eFlore">
330
											title="Cliquez pour accéder à la fiche eFlore">
331
											<?php echo $item['obs']['nom_sel']; ?>
331
											<?php echo $item['obs']['nom_sel']; ?>
332
										</a><br />
332
										</a><br />
-
 
333
										par <?php
-
 
334
											if ($item['is_auteur_tela']) {
333
										par
335
											?>
334
											<a class="cel-img-contact"
336
												<a class="cel-img-contact"
335
											href="<?php echo $item['urlProfil']; ?>"
337
												href="<?php echo $item['urlProfil']; ?>"
336
											title="Afficher le profil" target="_blank">
338
												title="Afficher le profil" target="_blank">
337
											<?php echo $auteur; ?>
339
												<?php echo $auteur; ?>
338
										</a>
340
												</a>
-
 
341
											<?php
-
 
342
											} else {
-
 
343
											echo $auteur;
-
 
344
											};
-
 
345
											?>
339
									<?php else : ?>
346
									<?php else : ?>
340
										<?php echo $item['titre']; ?>
347
										<?php echo $item['titre']; ?>
341
									<?php endif; ?>
348
									<?php endif; ?>
342
								</strong>
349
								</strong>
343
							</div>
350
							</div>