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 274... Line 274...
274
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
274
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
275
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
275
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
276
			</h3>
276
			</h3>
277
			<div id="contenu-6" class="contenu">
277
			<div id="contenu-6" class="contenu">
278
				<h4>Taxons supérieurs</h4>
278
				<h4>Taxons supérieurs</h4>
279
				<?php if($classification['taxons_sup'] != array()) { ?>	
279
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
280
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
280
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
281
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
281
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
282
					<?php endforeach; ?>
282
					<?php endforeach; ?>
283
				<?php } else { ?>	
283
				<?php } else { ?>	
284
					<div>Aucun taxon supérieur référencé </div>
284
					<div>Aucun taxon supérieur référencé </div>
285
				<?php } ?>
285
				<?php } ?>
Line 308... Line 308...
308
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
308
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
309
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
309
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
310
						</a>
310
						</a>
311
				<?php }} ?>
311
				<?php }} ?>
312
				<h4>Taxons inférieurs</h4>
312
				<h4>Taxons inférieurs</h4>
313
				<?php if($classification['taxons_inf'] != array()) { ?>
313
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
314
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
314
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
315
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
315
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
316
					<?php endforeach; ?>
316
					<?php endforeach; ?>
317
				<?php } else { ?>	
317
				<?php } else { ?>	
318
					<div>Aucun taxon inférieur référencé </div>
318
					<div>Aucun taxon inférieur référencé </div>
319
				<?php } ?>
319
				<?php } ?>