Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1387 Rev 1390
Line 62... Line 62...
62
					<li class="item_nomenclature">
62
					<li class="item_nomenclature">
63
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
63
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
64
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
64
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
65
						</span>
65
						</span>
66
						<?if ($synonyme['source_biblio'] != '') { ?>
66
						<?if ($synonyme['source_biblio'] != '') { ?>
67
							<a href="<?=$synonyme['source_biblio']?>">
67
							<a class="lien_biblio_ext" href="<?=$synonyme['source_biblio']?>" target="_blank" title="Voir la citation de ce taxon en ligne">
68
								<img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
68
								<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="BHL" title="Voir la citation de ce taxon en ligne" />
69
							</a> 
69
							</a> 
70
						<? } ?>
70
						<? } ?>
71
					</li>
71
					</li>
72
				<?php } ?>
72
				<?php } ?>
73
			<?php endforeach; ?>
73
			<?php endforeach; ?>