Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 764 Rev 829
Line 54... Line 54...
54
		<?php endforeach; ?>
54
		<?php endforeach; ?>
55
		</ul><hr class="nettoyage" />
55
		</ul><hr class="nettoyage" />
56
	<?php } else { ?>
56
	<?php } else { ?>
57
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
57
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
58
	<?php } ?>
58
	<?php } ?>
-
 
59
	
-
 
60
	<h2>Place du taxon dans la classification</h2>
-
 
61
	<table class="liste_taxons_superieurs">
-
 
62
		<tr>
-
 
63
			<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
-
 
64
		</tr>
-
 
65
		<?php if ($taxons_sup != array()) : ?>
-
 
66
			<?php foreach ($taxons_sup as $taxon) : ?>
-
 
67
				<tr>
-
 
68
					<td><?= $taxon['rang.libelle'] ?></td>
-
 
69
					<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
-
 
70
							<?= $taxon['nom_sci'] ?>
-
 
71
						</a>
-
 
72
					</td>
-
 
73
					<td><?= $taxon['num_nom'] ?></td>
-
 
74
				</tr>
-
 
75
			<?php endforeach; ?>
-
 
76
		<?php endif; ?>
-
 
77
		<tr class='surlignage'>
-
 
78
			<td><?= $taxon_courant['rang.libelle'] ?></td>
-
 
79
			<td><?= $taxon_courant['nom_sci'] ?></td>
-
 
80
			<td><?= $taxon_courant['num_nom'] ?></td>
-
 
81
		</tr>
-
 
82
		<?php if ($taxons_inf != array()) : ?>	
-
 
83
			<?php foreach($taxons_inf as $taxon) : ?>
-
 
84
				<tr>
-
 
85
					<td><?= $taxon['rang.libelle'] ?></td>
-
 
86
					<td>
-
 
87
						<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
-
 
88
							<?= $taxon['nom_sci'] ?>
-
 
89
						</a>
-
 
90
					</td>
-
 
91
					<td><?= $taxon['num_nom'] ?></td>
-
 
92
				</tr>
-
 
93
			<?php endforeach; ?>
-
 
94
		<?php endif; ?>
-
 
95
	</table>
-
 
96
	<div class="conteneur_lien_metadonnees">
-
 
97
		<?= $meta['titre']?>
-
 
98
		<span class="conteneur_lien_metadonnees">
-
 
99
			<a class="lien_metadonnees lien_popup" href="<?= $meta['url']; ?>">Voir toutes les metadonnées</a>
-
 
100
		</span>
-
 
101
	</div>
-
 
102
	
59
	<h2>Flores</h2>
103
	<h2>Flores</h2>
60
	<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
104
	<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
61
		<ul>
105
		<ul>
62
		<?php foreach ($flores_synonymes as $num_nom_syn => $infos_flore) : ?>
106
		<?php foreach ($flores_synonymes as $num_nom_syn => $infos_flore) : ?>
63
			<?php foreach ($infos_flore as $code => $flore) : ?>
107
			<?php foreach ($infos_flore as $code => $flore) : ?>