Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 415 Rev 420
Line 40... Line 40...
40
				<?php if($classification['taxons_sup'] != array()) { ?>	
40
				<?php if($classification['taxons_sup'] != array()) { ?>	
41
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
41
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
42
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
42
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
43
					<?php endforeach; ?>
43
					<?php endforeach; ?>
44
				<?php } else { ?>	
44
				<?php } else { ?>	
45
					<div class="aucune_info"> Aucun taxon supérieur référencé </div>
45
					<div>Aucun taxon supérieur référencé </div>
46
				<?php } ?>	
46
				<?php } ?>	
47
				<h4>Taxons inférieurs</h4>
47
				<h4>Taxons inférieurs</h4>
48
				<?php if($classification['taxons_inf'] != array()) { ?>
48
				<?php if($classification['taxons_inf'] != array()) { ?>
49
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
49
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
50
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
50
						<div><?= $taxon['rang'];  ?> : <?= $taxon['nom_sci']; ?></div>
51
					<?php endforeach; ?>
51
					<?php endforeach; ?>
52
				<?php } else { ?>	
52
				<?php } else { ?>	
53
					<div class="aucune_info"> Aucun taxon inférieur référencé </div>
53
					<div>Aucun taxon inférieur référencé </div>
54
				<?php } ?>	
54
				<?php } ?>	
55
			</div>
55
			</div>
56
		</div>	
56
		</div>	
57
	</div>
57
	</div>
58
	<div class="colonne">	
58
	<div class="colonne">	
59
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
59
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
60
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
60
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
61
				<a class="lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
61
				<a class="lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
62
			</h3>
62
			</h3>
63
			<div id="contenu-0" class="contenu">
63
			<div id="contenu-0" class="contenu">
64
				<h4>Flores</h4>
-
 
65
				<?php foreach ($bibliographie['flores'] as $flore) : ?>
64
				<?php if (isset($bibliographie['wikini'])) { ?>
66
					<div> - <?= $flore; ?> </div>
-
 
67
				<?php endforeach; ?>
-
 
68
				<?php if($bibliographie['autresFlores'] > 0) { ?>	
65
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
69
					<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
66
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
70
						<?= $bibliographie['autresFlores'] ?>
67
							Ajoutez votre bibliographie sur ce taxon</a>'
71
						autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
72
						flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
73
					</a>
-
 
74
				<?php } ?><br />
-
 
75
				<h4>Références</h4>
-
 
76
				<?php if ($bibliographie['references'] == array()) { ?>
68
						: $bibliographie['wikini']['biblio']; ?>
77
					Aucune référence bibliographique
-
 
78
				<?php } else { ?>
69
				<?php } else { ?>
-
 
70
					<h4>Flores</h4>
-
 
71
					<?php if ($bibliographie['flores'] == array()) { ?>
-
 
72
						Aucune flore indiquée
-
 
73
					<?php } else { ?>
-
 
74
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
-
 
75
							<div> - <?= $flore; ?> </div>
-
 
76
						<?php endforeach; ?>
-
 
77
						<?php if($bibliographie['autresFlores'] > 0) { ?>	
-
 
78
							<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
-
 
79
								<?= $bibliographie['autresFlores'] ?>
-
 
80
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
81
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
82
							</a>
-
 
83
					<?php } } ?><br />
-
 
84
					<h4>Références</h4>
-
 
85
					<?php if ($bibliographie['references'] == array()) { ?>
-
 
86
						Aucune référence bibliographique
-
 
87
					<?php } else { ?>
79
					<?php foreach ($bibliographie['references'] as $reference) : ?>
88
						<?php foreach ($bibliographie['references'] as $reference) : ?>
80
						<div> - <?= $reference; ?> </div>
89
							<div> - <?= $reference; ?> </div>
81
					<?php endforeach; ?>
90
						<?php endforeach; ?>
82
					<?php if($bibliographie['autresReferences'] > 0) { ?>
91
						<?php if($bibliographie['autresReferences'] > 0) { ?>
83
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
92
							<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
84
							<?= $bibliographie['autresReferences'] ?>
93
								<?= $bibliographie['autresReferences'] ?>
85
							autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
94
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
86
							référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
95
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
87
						</a>
96
							</a>
88
				<?php } } ?>
97
					<?php } } ?>
-
 
98
				<?php }?>
89
			</div>
99
			</div>
90
		</div>	
100
		</div>	
91
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
101
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
92
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
102
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
93
				<a class="lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
103
				<a class="lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>