Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 823 Rev 829
Line 273... Line 273...
273
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
273
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
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>
-
 
279
				<?php if($classification['taxons_sup'] != array()) { ?>	
-
 
280
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
-
 
281
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
-
 
282
					<?php endforeach; ?>
-
 
283
				<?php } else { ?>	
-
 
284
					<div>Aucun taxon supérieur référencé </div>
-
 
285
				<?php } ?>
278
				<h4>Nom retenu</h4>
286
				<h4>Nom retenu</h4>
279
				<div>
287
				<div>
280
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
288
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
281
						<?= $nomenclature['nom_retenu_formate']; ?>
289
						<?= $nomenclature['nom_retenu_formate']; ?>
282
					</div>
290
					</div>
Line 299... Line 307...
299
							<?= $nomenclature['autresSynonymesNbre'] ?>
307
							<?= $nomenclature['autresSynonymesNbre'] ?>
300
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
308
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
301
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
309
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
302
						</a>
310
						</a>
303
				<?php }} ?>
311
				<?php }} ?>
304
			</div>
-
 
305
		</div>
-
 
306
		
-
 
307
		<!-- Classification -->
-
 
308
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
-
 
309
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
-
 
310
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
-
 
311
			</h3>
-
 
312
			<div id="contenu-5" class="contenu">
-
 
313
				<h4>Taxons supérieurs</h4>
-
 
314
				<?php if($classification['taxons_sup'] != array()) { ?>	
-
 
315
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
-
 
316
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
-
 
317
					<?php endforeach; ?>
-
 
318
				<?php } else { ?>	
-
 
319
					<div>Aucun taxon supérieur référencé </div>
-
 
320
				<?php } ?>	
-
 
321
				<h4>Taxons inférieurs</h4>
312
				<h4>Taxons inférieurs</h4>
322
				<?php if($classification['taxons_inf'] != array()) { ?>
313
				<?php if($classification['taxons_inf'] != array()) { ?>
323
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
314
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
324
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
315
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
325
					<?php endforeach; ?>
316
					<?php endforeach; ?>
326
				<?php } else { ?>	
317
				<?php } else { ?>	
327
					<div>Aucun taxon inférieur référencé </div>
318
					<div>Aucun taxon inférieur référencé </div>
328
				<?php } ?>	
319
				<?php } ?>
329
			</div>
320
			</div>
330
		</div>
321
		</div>
331
		
-
 
332
		<!-- Bibliographie -->	
322
		<!-- Bibliographie -->	
333
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
323
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
334
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
324
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
335
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
325
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
336
				</h3>
326
				</h3>