Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 938 Rev 976
Line 18... Line 18...
18
			</h3>
18
			</h3>
19
			<div id="contenu-6" class="contenu">
19
			<div id="contenu-6" class="contenu">
20
			<h4>Taxons supérieurs</h4>
20
			<h4>Taxons supérieurs</h4>
21
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
21
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
22
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
22
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
-
 
23
						<div>
-
 
24
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
23
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
25
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
26
							</a>
-
 
27
						</div>
24
					<?php endforeach; ?>
28
					<?php endforeach; ?>
25
				<?php } else { ?>	
29
				<?php } else { ?>	
26
					<div>Aucun taxon supérieur référencé </div>
30
					<div>Aucun taxon supérieur référencé </div>
27
				<?php } ?>
31
				<?php } ?>
28
				<h4>Nom retenu</h4>
32
				<h4>Nom retenu</h4>
Line 52... Line 56...
52
				<?php }} ?>
56
				<?php }} ?>
Line 53... Line 57...
53
				
57
				
54
				<h4>Taxons inférieurs</h4>
58
				<h4>Taxons inférieurs</h4>
55
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
59
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
-
 
60
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
-
 
61
						<div>
56
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
62
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
-
 
63
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
64
							</a>
57
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
65
						</div>
58
					<?php endforeach; ?>
66
					<?php endforeach; ?>
59
				<?php } else { ?>	
67
				<?php } else { ?>	
60
					<div>Aucun taxon inférieur référencé </div>
68
					<div>Aucun taxon inférieur référencé </div>
61
				<?php } ?>
69
				<?php } ?>