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 265... Line 265...
265
			</h3>
265
			</h3>
266
			<div id="contenu-6" class="contenu">
266
			<div id="contenu-6" class="contenu">
267
				<h4>Taxons supérieurs</h4>
267
				<h4>Taxons supérieurs</h4>
268
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
268
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
269
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
269
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
-
 
270
						<div>
-
 
271
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
270
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
272
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
273
							</a>
-
 
274
						</div>
271
					<?php endforeach; ?>
275
					<?php endforeach; ?>
272
				<?php } else { ?>	
276
				<?php } else { ?>	
273
					<div>Aucun taxon supérieur référencé </div>
277
					<div>Aucun taxon supérieur référencé </div>
274
				<?php } ?>
278
				<?php } ?>
275
				<h4>Nom retenu</h4>
279
				<h4>Nom retenu</h4>
Line 299... Line 303...
299
						</a>
303
						</a>
300
				<?php }} ?>
304
				<?php }} ?>
301
				<h4>Taxons inférieurs</h4>
305
				<h4>Taxons inférieurs</h4>
302
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
306
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
303
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
307
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
-
 
308
						<div>
-
 
309
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
304
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
310
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
-
 
311
							</a>
-
 
312
						</div>
305
					<?php endforeach; ?>
313
					<?php endforeach; ?>
306
				<?php } else { ?>	
314
				<?php } else { ?>	
307
					<div>Aucun taxon inférieur référencé </div>
315
					<div>Aucun taxon inférieur référencé </div>
308
				<?php } ?>
316
				<?php } ?>
309
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
317
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">