431 |
delphine |
1 |
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
392 |
aurelien |
2 |
<script type="text/javascript">
|
|
|
3 |
//<![CDATA[
|
|
|
4 |
var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
|
|
|
5 |
var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
|
|
|
6 |
var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
|
|
|
7 |
var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
|
|
|
8 |
//]]>
|
|
|
9 |
</script>
|
239 |
aurelien |
10 |
<div class="synthese">
|
230 |
delphine |
11 |
<div class="colonne">
|
239 |
aurelien |
12 |
<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
242 |
aurelien |
13 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
|
|
14 |
<a class="lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
|
|
|
15 |
</h3>
|
230 |
delphine |
16 |
<span id="contenu-0" class="contenu">
|
431 |
delphine |
17 |
<?php if ($illustration['imageUrl'] != '') : ?>
|
|
|
18 |
<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
|
|
|
19 |
<?php else : ?>
|
|
|
20 |
<span class="absent" style="float:none;">
|
|
|
21 |
Pas de photo<br />
|
|
|
22 |
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
|
|
|
23 |
title="Ajouter une photographie au moyen du Carnet en Ligne"
|
|
|
24 |
onclick="window.open(this.href); return false;" class="contribuer">
|
|
|
25 |
Contribuer
|
|
|
26 |
</a>
|
|
|
27 |
</span>
|
|
|
28 |
<?php endif; ?>
|
230 |
delphine |
29 |
</span>
|
|
|
30 |
</div>
|
239 |
aurelien |
31 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
242 |
aurelien |
32 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
|
|
33 |
<a class="lien-onglet-synthese" href="<?=$url;?>description">Description</a>
|
|
|
34 |
</h3>
|
431 |
delphine |
35 |
<div id="contenu-1" class="contenu">
|
412 |
delphine |
36 |
<h4><?= $description['titre']?></h4>
|
|
|
37 |
<? if ($description['description'] == '') {?>
|
422 |
delphine |
38 |
<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
|
|
|
39 |
Participez à la rédaction collaborative de cette description
|
|
|
40 |
</a>
|
412 |
delphine |
41 |
<? } else { echo $description['description'];} ?>
|
291 |
jpm |
42 |
</div>
|
230 |
delphine |
43 |
</div>
|
|
|
44 |
</div>
|
|
|
45 |
<div class="colonne">
|
239 |
aurelien |
46 |
<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
422 |
delphine |
47 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
|
242 |
aurelien |
48 |
<a class="lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
|
|
|
49 |
</h3>
|
422 |
delphine |
50 |
<div id="contenu-2" class="contenu">
|
420 |
delphine |
51 |
<?php if (isset($bibliographie['wikini'])) { ?>
|
|
|
52 |
<?= ($bibliographie['wikini']['biblio'] == '') ?
|
|
|
53 |
'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
|
|
|
54 |
Ajoutez votre bibliographie sur ce taxon</a>'
|
|
|
55 |
: $bibliographie['wikini']['biblio']; ?>
|
412 |
delphine |
56 |
<?php } else { ?>
|
420 |
delphine |
57 |
<h4>Flores</h4>
|
|
|
58 |
<?php if ($bibliographie['flores'] == array()) { ?>
|
|
|
59 |
Aucune flore indiquée
|
|
|
60 |
<?php } else { ?>
|
|
|
61 |
<?php foreach ($bibliographie['flores'] as $flore) : ?>
|
431 |
delphine |
62 |
<div> - <?= htmlentities($flore); ?> </div>
|
420 |
delphine |
63 |
<?php endforeach; ?>
|
|
|
64 |
<?php if($bibliographie['autresFlores'] > 0) { ?>
|
|
|
65 |
<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
|
431 |
delphine |
66 |
<?= htmlentities($bibliographie['autresFlores']) ?>
|
420 |
delphine |
67 |
autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
|
|
|
68 |
flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
|
|
|
69 |
</a>
|
|
|
70 |
<?php } } ?><br />
|
|
|
71 |
<h4>Références</h4>
|
|
|
72 |
<?php if ($bibliographie['references'] == array()) { ?>
|
|
|
73 |
Aucune référence bibliographique
|
|
|
74 |
<?php } else { ?>
|
|
|
75 |
<?php foreach ($bibliographie['references'] as $reference) : ?>
|
|
|
76 |
<div> - <?= $reference; ?> </div>
|
|
|
77 |
<?php endforeach; ?>
|
|
|
78 |
<?php if($bibliographie['autresReferences'] > 0) { ?>
|
|
|
79 |
<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
|
|
|
80 |
<?= $bibliographie['autresReferences'] ?>
|
|
|
81 |
autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
|
|
|
82 |
référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
|
|
|
83 |
</a>
|
|
|
84 |
<?php } } ?>
|
|
|
85 |
<?php }?>
|
321 |
aurelien |
86 |
</div>
|
230 |
delphine |
87 |
</div>
|
239 |
aurelien |
88 |
<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
422 |
delphine |
89 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
|
242 |
aurelien |
90 |
<a class="lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
|
|
|
91 |
</h3>
|
422 |
delphine |
92 |
<span id="contenu-3" class="contenu">
|
431 |
delphine |
93 |
<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
|
230 |
delphine |
94 |
</span>
|
|
|
95 |
</div>
|
239 |
aurelien |
96 |
<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
422 |
delphine |
97 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
|
242 |
aurelien |
98 |
<a class="lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
|
|
|
99 |
</h3>
|
422 |
delphine |
100 |
<div id="contenu-4" class="contenu">
|
321 |
aurelien |
101 |
<h4>Noms communs</h4>
|
422 |
delphine |
102 |
<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
|
|
|
103 |
Aucun nom vernaculaire
|
|
|
104 |
<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
|
|
|
105 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
|
|
106 |
Participez à la rédaction collaborative de la liste des noms communs
|
|
|
107 |
</a>
|
|
|
108 |
<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
|
|
|
109 |
<?php } else { ?>
|
|
|
110 |
<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
|
|
|
111 |
<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
|
|
|
112 |
<?php endforeach; ?>
|
|
|
113 |
<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
|
|
|
114 |
<a href="<?=$url;?>ethnobotanique" style="float:right;" class="lien_ouverture_onglet_parent" >et
|
|
|
115 |
<?= $ethnobotanique['autresNomsVerna'] ?>
|
|
|
116 |
autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
|
|
|
117 |
nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
|
|
|
118 |
</a><br />
|
|
|
119 |
<?php }?>
|
|
|
120 |
<?php }?>
|
|
|
121 |
<h4>Usages</h4>
|
|
|
122 |
<? if ($ethnobotanique['wikini']['usage'] == '') {?>
|
|
|
123 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
|
|
124 |
Participez à la rédaction collaborative des usages
|
|
|
125 |
</a>
|
|
|
126 |
<? } else { echo $ethnobotanique['wikini']['usage'];} ?>
|
|
|
127 |
<h4>Culture et arts</h4>
|
|
|
128 |
<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
|
|
|
129 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
|
|
130 |
Participez à la rédaction collaborative sur la culture et les arts
|
|
|
131 |
</a>
|
|
|
132 |
<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];} ?>
|
291 |
jpm |
133 |
</div>
|
230 |
delphine |
134 |
</div>
|
|
|
135 |
</div>
|
|
|
136 |
<div class="colonne">
|
422 |
delphine |
137 |
<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
138 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
|
|
|
139 |
<a class="lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
|
242 |
aurelien |
140 |
</h3>
|
422 |
delphine |
141 |
<div id="contenu-5" class="contenu">
|
|
|
142 |
<h4>Taxons supérieurs</h4>
|
|
|
143 |
<?php if($classification['taxons_sup'] != array()) { ?>
|
|
|
144 |
<?php foreach($classification['taxons_sup'] as $taxon) : ?>
|
|
|
145 |
<div><?= $taxon['rang']; ?> : <?= $taxon['nom_sci']; ?></div>
|
|
|
146 |
<?php endforeach; ?>
|
|
|
147 |
<?php } else { ?>
|
|
|
148 |
<div>Aucun taxon supérieur référencé </div>
|
|
|
149 |
<?php } ?>
|
|
|
150 |
<h4>Taxons inférieurs</h4>
|
|
|
151 |
<?php if($classification['taxons_inf'] != array()) { ?>
|
|
|
152 |
<?php foreach($classification['taxons_inf'] as $taxon) : ?>
|
|
|
153 |
<div><?= $taxon['rang']; ?> : <?= $taxon['nom_sci']; ?></div>
|
|
|
154 |
<?php endforeach; ?>
|
|
|
155 |
<?php } else { ?>
|
|
|
156 |
<div>Aucun taxon inférieur référencé </div>
|
|
|
157 |
<?php } ?>
|
|
|
158 |
</div>
|
|
|
159 |
</div>
|
239 |
aurelien |
160 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
422 |
delphine |
161 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
242 |
aurelien |
162 |
<a class="lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
|
|
|
163 |
</h3>
|
422 |
delphine |
164 |
<div id="contenu-6" class="contenu">
|
372 |
aurelien |
165 |
<h4>Nom retenu</h4>
|
422 |
delphine |
166 |
<div>
|
|
|
167 |
<div class="nom"><span class="retenu"><?= $nomenclature['nom_retenu_formate']; ?></span></div>
|
|
|
168 |
<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
|
|
|
169 |
<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
|
|
|
170 |
<?php } ?>
|
372 |
aurelien |
171 |
</div>
|
|
|
172 |
|
|
|
173 |
<h4>Synonymes</h4>
|
422 |
delphine |
174 |
<?php if($nomenclature['synonymes'] == array()) { ?>
|
|
|
175 |
Aucun synonyme
|
|
|
176 |
<? } else { ?>
|
|
|
177 |
<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
|
|
|
178 |
<div> - <?= $synonyme['nom_sci']; ?> </div>
|
|
|
179 |
<?php endforeach; ?>
|
|
|
180 |
<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
|
|
|
181 |
<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
|
|
|
182 |
<?= $nomenclature['autresSynonymesNbre'] ?>
|
|
|
183 |
autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
|
|
|
184 |
synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
|
|
|
185 |
</a>
|
|
|
186 |
<?php }} ?>
|
291 |
jpm |
187 |
</div>
|
422 |
delphine |
188 |
</div>
|
|
|
189 |
<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
190 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
|
|
|
191 |
<a class="lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
|
242 |
aurelien |
192 |
</h3>
|
422 |
delphine |
193 |
<span id="contenu-7" class="contenu">
|
|
|
194 |
<? if ($statut['wikini']['statuts_de_protection'] == '') {?>
|
|
|
195 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
|
|
196 |
Participez à la rédaction collaborative des statuts de protection
|
|
|
197 |
</a>
|
|
|
198 |
<? } else { echo $statut['wikini']['statuts_de_protection'];} ?>
|
230 |
delphine |
199 |
</span>
|
|
|
200 |
</div>
|
422 |
delphine |
201 |
<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
202 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
|
|
|
203 |
<a class="lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
|
|
|
204 |
</h3>
|
|
|
205 |
<span id="contenu-8" class="contenu">
|
|
|
206 |
<? if ($ecologie['wikini']['ecologie'] == '') {?>
|
|
|
207 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
|
|
208 |
Participez à la rédaction collaborative de l'écologie
|
|
|
209 |
</a>
|
|
|
210 |
<? } else { echo $ecologie['wikini']['ecologie'];} ?>
|
|
|
211 |
</span>
|
|
|
212 |
</div>
|
230 |
delphine |
213 |
</div>
|
|
|
214 |
<br style="clear:left" />
|
|
|
215 |
</div>
|