Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 441 Rev 455
Line 141... Line 141...
141
			</h3>
141
			</h3>
142
			<div id="contenu-5" class="contenu">
142
			<div id="contenu-5" class="contenu">
143
				<h4>Taxons supérieurs</h4>
143
				<h4>Taxons supérieurs</h4>
144
				<?php if($classification['taxons_sup'] != array()) { ?>	
144
				<?php if($classification['taxons_sup'] != array()) { ?>	
145
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
145
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
146
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
146
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
147
					<?php endforeach; ?>
147
					<?php endforeach; ?>
148
				<?php } else { ?>	
148
				<?php } else { ?>	
149
					<div>Aucun taxon supérieur référencé </div>
149
					<div>Aucun taxon supérieur référencé </div>
150
				<?php } ?>	
150
				<?php } ?>	
151
				<h4>Taxons inférieurs</h4>
151
				<h4>Taxons inférieurs</h4>
152
				<?php if($classification['taxons_inf'] != array()) { ?>
152
				<?php if($classification['taxons_inf'] != array()) { ?>
153
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
153
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
154
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
154
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
155
					<?php endforeach; ?>
155
					<?php endforeach; ?>
156
				<?php } else { ?>	
156
				<?php } else { ?>	
157
					<div>Aucun taxon inférieur référencé </div>
157
					<div>Aucun taxon inférieur référencé </div>
158
				<?php } ?>	
158
				<?php } ?>	
159
			</div>
159
			</div>