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