Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 839 Rev 846
Line 16... Line 16...
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
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($classification['taxons_sup'] != array()) { ?>	
21
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
22
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
22
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
23
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
23
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
24
					<?php endforeach; ?>
24
					<?php endforeach; ?>
25
				<?php } else { ?>	
25
				<?php } else { ?>	
26
					<div>Aucun taxon supérieur référencé </div>
26
					<div>Aucun taxon supérieur référencé </div>
27
				<?php } ?>
27
				<?php } ?>
Line 51... Line 51...
51
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
51
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
52
						</a>
52
						</a>
53
				<?php }} ?>
53
				<?php }} ?>
Line 54... Line 54...
54
				
54
				
55
				<h4>Taxons inférieurs</h4>
55
				<h4>Taxons inférieurs</h4>
56
				<?php if($classification['taxons_inf'] != array()) { ?>
56
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
57
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
57
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
58
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
58
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
59
					<?php endforeach; ?>
59
					<?php endforeach; ?>
60
				<?php } else { ?>	
60
				<?php } else { ?>	
61
					<div>Aucun taxon inférieur référencé </div>
61
					<div>Aucun taxon inférieur référencé </div>