239 |
aurelien |
1 |
<div id="description">
|
450 |
delphine |
2 |
<h2>Description de Coste : <?=$coste['titre']?></h2>
|
322 |
delphine |
3 |
<div class="description coste">
|
569 |
mathilde |
4 |
<? if (!empty($coste['description'])) : ?>
|
|
|
5 |
<table class="desc">
|
|
|
6 |
<tr>
|
|
|
7 |
<td>
|
|
|
8 |
<?if ($coste['description']['nom_scientifique'] != '') : ?>
|
|
|
9 |
<span class="titre">Nom Scientifique </span>
|
|
|
10 |
<?=$coste['description']['nom_scientifique']; ?>
|
|
|
11 |
<? endif; ?>
|
|
|
12 |
<?if ($coste['description']['nom_commun'] != '') : ?>
|
|
|
13 |
<span class="titre">Nom Commun </span>
|
|
|
14 |
<?=$coste['description']['nom_commun']; ?>
|
|
|
15 |
<? endif; ?>
|
|
|
16 |
</td>
|
|
|
17 |
</tr>
|
|
|
18 |
<tr>
|
|
|
19 |
<td>
|
|
|
20 |
<?if ($coste['description']['texte'] != '') : ?>
|
|
|
21 |
<?=$coste['description']['texte']; ?>
|
|
|
22 |
<br/>
|
|
|
23 |
<? endif; ?>
|
|
|
24 |
</td>
|
|
|
25 |
</tr>
|
|
|
26 |
<?if ($coste['description']['ecologie'] != '') : ?>
|
|
|
27 |
<tr>
|
|
|
28 |
<td>
|
|
|
29 |
<span class="titre">Écologie </span>
|
|
|
30 |
<?=$coste['description']['ecologie']; ?>
|
|
|
31 |
</td>
|
|
|
32 |
</tr>
|
|
|
33 |
<? endif; ?>
|
|
|
34 |
<?if ($coste['description']['repartition'] != '') : ?>
|
|
|
35 |
<tr>
|
|
|
36 |
<td>
|
|
|
37 |
<span class="titre">Répartition </span>
|
|
|
38 |
<?=$coste['description']['repartition']; ?>
|
|
|
39 |
</td>
|
|
|
40 |
</tr>
|
|
|
41 |
<? endif; ?>
|
|
|
42 |
<?if ($coste['description']['floraison'] != '') : ?>
|
|
|
43 |
<tr>
|
|
|
44 |
<td>
|
|
|
45 |
<span class="titre">Floraison/fructuation </span>
|
|
|
46 |
<?=$coste['description']['floraison']; ?>
|
|
|
47 |
</td>
|
|
|
48 |
</tr>
|
|
|
49 |
<? endif; ?>
|
|
|
50 |
<?if ($coste['description']['consommation'] != '') : ?>
|
|
|
51 |
<tr>
|
|
|
52 |
<td>
|
|
|
53 |
<span class="titre">Consommation </span>
|
|
|
54 |
<?=$coste['description']['consommation']; ?>
|
|
|
55 |
</td>
|
|
|
56 |
</tr>
|
|
|
57 |
<? endif; ?>
|
|
|
58 |
</table>
|
|
|
59 |
|
|
|
60 |
<div class="conteneur_lien_metadonnees">
|
|
|
61 |
<?=$coste['meta']['citation']?>
|
|
|
62 |
<span class="conteneur_lien_metadonnees">
|
|
|
63 |
<a class="lien_metadonnees lien_popup" href="<?= $coste['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
64 |
</span>
|
|
|
65 |
</div>
|
|
|
66 |
<? else : ?>
|
|
|
67 |
Aucune Donnée.
|
|
|
68 |
<? endif; ?>
|
322 |
delphine |
69 |
</div>
|
539 |
mathilde |
70 |
<h2>Description Baseflor : </h2>
|
|
|
71 |
<div class="description baseflor">
|
562 |
mathilde |
72 |
<? if (!empty($baseflor)) : ?>
|
|
|
73 |
<table class="desc">
|
|
|
74 |
<tr>
|
|
|
75 |
<td colspan="2">
|
|
|
76 |
<?if ($baseflor['type_bio'] != '') : ?>
|
|
|
77 |
<span class="titre">Type Biologique : </span><?=$baseflor['type_bio']; ?>
|
|
|
78 |
<? endif; ?>
|
|
|
79 |
</td>
|
|
|
80 |
</tr>
|
|
|
81 |
<tr>
|
|
|
82 |
<td colspan="2">
|
|
|
83 |
<?if ($baseflor['form_vegetale'] != '') :?>
|
|
|
84 |
<span class="titre">Forme végétale : </span> <?=$baseflor['form_vegetale']; ?>
|
|
|
85 |
<? endif; ?>
|
|
|
86 |
</td>
|
|
|
87 |
</tr>
|
|
|
88 |
<tr>
|
|
|
89 |
<td colspan="2">
|
|
|
90 |
<?if ($baseflor['chorologie'] != '') :?>
|
|
|
91 |
<span class="titre">Chorologie : </span> <?=$baseflor['chorologie']; ?>
|
|
|
92 |
<? endif; ?>
|
|
|
93 |
</td>
|
|
|
94 |
</tr>
|
|
|
95 |
<tr>
|
|
|
96 |
<td >
|
|
|
97 |
<?if ($baseflor['inflorescence'] != '') :?>
|
|
|
98 |
<span class="titre">Inflorescence :</span> <?=$baseflor['inflorescence'];?> <br/>
|
|
|
99 |
<? endif; ?>
|
|
|
100 |
<?if ($baseflor['fruit'] != '') :?>
|
|
|
101 |
<span class="titre">Fruit :</span><?=$baseflor['fruit']; ?> <br/>
|
|
|
102 |
<? endif; ?>
|
|
|
103 |
<?if ($baseflor['couleur_fleur'] != '') :?>
|
|
|
104 |
<span class="titre">Couleur de la fleur : </span><?=$baseflor['couleur_fleur'] ;?> <br/>
|
|
|
105 |
<? endif; ?>
|
|
|
106 |
<?if ($baseflor['macule'] != '') :?>
|
|
|
107 |
<span class="titre">Macule : </span><?=$baseflor['macule']; ?> <br/>
|
|
|
108 |
<? endif; ?>
|
|
|
109 |
<?if ($baseflor['floraison'] != '') :?>
|
|
|
110 |
<span class="titre">Floraison : </span><?=$baseflor['floraison']; ?> <br/>
|
|
|
111 |
<? endif; ?>
|
|
|
112 |
</td>
|
|
|
113 |
<td>
|
|
|
114 |
<?if ($baseflor['sexualite'] != '') :?>
|
|
|
115 |
<span class="titre">sexualité : </span><?=$baseflor['sexualite']; ?> <br/>
|
|
|
116 |
<? endif; ?>
|
|
|
117 |
<?if ($baseflor['ordre_maturation'] != '') :?>
|
|
|
118 |
<span class="titre">Ordre de maturation : </span><?=$baseflor['ordre_maturation']; ?> <br/>
|
|
|
119 |
<? endif; ?>
|
|
|
120 |
<?if ($baseflor['pollinisation'] != '') :?>
|
|
|
121 |
<span class="titre">Pollinisation : </span><?=$baseflor['pollinisation']; ?> <br/>
|
|
|
122 |
<? endif; ?>
|
|
|
123 |
<?if ($baseflor['dissemination'] != '') :?>
|
|
|
124 |
<span class="titre">Dissémination : </span><?=$baseflor['dissemination'] ;?> <br/>
|
|
|
125 |
<? endif; ?>
|
|
|
126 |
</td>
|
|
|
127 |
</tr>
|
|
|
128 |
</table>
|
|
|
129 |
|
|
|
130 |
<div class="conteneur_lien_metadonnees">
|
569 |
mathilde |
131 |
<?=$baseflor['meta']['citation']?>
|
|
|
132 |
|
562 |
mathilde |
133 |
<span class="conteneur_lien_metadonnees">
|
|
|
134 |
<a class="lien_metadonnees lien_popup " href="<?= $baseflor['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
135 |
</span>
|
|
|
136 |
</div>
|
|
|
137 |
<? else : ?>
|
|
|
138 |
Aucune donnée.
|
|
|
139 |
<? endif; ?>
|
|
|
140 |
|
539 |
mathilde |
141 |
</div>
|
322 |
delphine |
142 |
<br />
|
399 |
aurelien |
143 |
<h2> Description collaborative : </h2>
|
|
|
144 |
<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
|
539 |
mathilde |
145 |
<div class="description baseflor">
|
|
|
146 |
<span class="aide_wikini"> Participez à la rédaction collaborative de cette description, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
|
|
|
147 |
<div class="contenu_editable">
|
|
|
148 |
<div class="description wikini editable_sur_clic" title="description">
|
|
|
149 |
<?=$wikini['description']?>
|
|
|
150 |
</div>
|
399 |
aurelien |
151 |
</div>
|
539 |
mathilde |
152 |
<hr class="nettoyage"/>
|
|
|
153 |
<br />
|
|
|
154 |
<h2>Fiche wikipedia : <?=$wp['titre']?></h2>
|
|
|
155 |
<div class="description wp">
|
|
|
156 |
<a class="lien_externe" href="<?=htmlentities($wp['lien'])?>" title="voir la page de ce taxon sur wikipedia (s'ouvre dans une nouvelle fenêtre)">
|
|
|
157 |
<?=htmlentities($wp['lien'])?>
|
|
|
158 |
</a>
|
|
|
159 |
</div>
|
399 |
aurelien |
160 |
</div>
|
|
|
161 |
<hr class="nettoyage"/>
|
239 |
aurelien |
162 |
</div>
|