Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1428 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1428 Rev 1461
Line 101... Line 101...
101
	<?php if ( empty($nomenclature['taxons_sup']) && empty($nomenclature['taxon_inf'] ) ) : ?>
101
	<?php if ( empty($nomenclature['taxons_sup']) && empty($nomenclature['taxon_inf'] ) ) : ?>
102
	Aucune donnée.
102
	Aucune donnée.
103
	<?php endif; ?>
103
	<?php endif; ?>
104
	<br/>
104
	<br/>
Line 105... Line 105...
105
	
105
	
106
	<!-- FLORES -->
106
	<!-- FLORES -->	
107
	<?php if(is_array($nomenclature['flores_synonymes']) && count($nomenclature['flores_synonymes']) > 0) { ?>
107
		<?php if(is_array($nomenclature['flores_synonymes']) && count($nomenclature['flores_synonymes']) > 0) { ?>
108
	<div class="no-break">
108
		<h2>Dénomination dans les flores usuelles</h2>
109
		<h2>Flores</h2>
-
 
110
		<span class="citation"><?= $nomenclature['synonymes']['meta']['citation']?></span>
-
 
111
		
109
			<ul>
112
		<?php foreach ($nomenclature['flores_synonymes'] as $num_nom_syn => $infos_flore) : ?>
110
			<?php foreach ($nomenclature['flores_synonymes'] as $infos_flore) : ?>
113
			<?php foreach ($infos_flore as $code => $flore) : ?>
111
				<li class="item_nomenclature">
-
 
112
					<div>
114
				<ul class="allow-break">
113
						Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
115
					<li class="item_nomenclature">
114
						<?php if(isset($infos_flore['num'])) { ?>
116
						<div class="nom">
115
							sous :<br /><ul>
117
							Dans la flore <em><?= $flore['nom_flore'] ?></em>,
116
							<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
-
 
117
									<li>le nom de <em><?= $flore['nom_sci']  ?></em>
-
 
118
									et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
118
							ce taxon porte le nom de <em><?= $flore['nom_sci']  ?></em>
119
								
119
							et le code <b><?= $flore['id'] ?></b><br />
120
							<?php endforeach; ?>
-
 
121
							</ul>
-
 
122
						<?php } else { ?>
-
 
123
								
120
						</div>
124
						<?php } ?>
121
					</li>
125
				</div>
122
				</ul>
126
			</li>
123
			<?php endforeach; ?>
-
 
124
		<?php endforeach; ?>
-
 
125
	</div>
127
			<?php endforeach; ?>
126
	<hr class="nettoyage" />
128
			</ul><hr class="nettoyage" />
-
 
129
		<?php } ?>
Line 127... Line 130...
127
	<?php } ?>
130
	
128
	
131
	
129
	<!-- num type -->
132
	<!-- num type -->
130
	<?php if($nomenclature['num_type'] != null) { ?>
133
	<?php if($nomenclature['num_type'] != null) { ?>