Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 321 Rev 337
Line 19... Line 19...
19
		</div>	
19
		</div>	
20
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
20
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
21
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
21
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
22
				<a class="lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
22
				<a class="lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
23
			</h3>
23
			</h3>
24
			<span id="contenu-0" class="contenu">
24
			<div id="contenu-0" class="contenu">
-
 
25
				<?php if($classification['taxons_sup'] != array()) { ?>
-
 
26
					<h4>Taxons supérieurs</h4>
-
 
27
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
25
				Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
28
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?> (<?= $taxon['num_nom']; ?>)</div>
-
 
29
					<?php endforeach; ?>
-
 
30
				<?php } else { ?>	
26
				Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 
31
					<div class="aucune_info"> Aucun taxon supérieur référencé </div>
-
 
32
				<?php } ?>	
-
 
33
				<?php if($classification['taxons_inf'] != array()) { ?>
-
 
34
					<h4>Taxons inférieurs</h4>
-
 
35
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
27
				Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
36
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?> (<?= $taxon['num_nom']; ?>)</div>
-
 
37
					<?php endforeach; ?>
-
 
38
				<?php } else { ?>	
28
				Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
39
					<div class="aucune_info"> Aucun taxon inférieur référencé </div>
-
 
40
				<?php } ?>	
29
			</span>
41
			</div>
30
		</div>	
42
		</div>	
31
	</div>
43
	</div>
32
	<div class="colonne">	
44
	<div class="colonne">	
33
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
45
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
34
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
46
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">