Line 162... |
Line 162... |
162 |
|
162 |
|
163 |
<?php if(isset($baseflor)) : ?>
|
163 |
<?php if(isset($baseflor)) : ?>
|
164 |
<h2>Phytosociologie</h2>
|
164 |
<h2>Phytosociologie</h2>
|
165 |
<? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
|
165 |
<? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
|
- |
|
166 |
<br/>
|
- |
|
167 |
Le code catminat de ce taxon est
|
166 |
<br/>
|
168 |
<span class="gras">
|
- |
|
169 |
<a href="http://eveg.fr/index.php?catminat='<?=$baseveg['baseflor']['catminat'] ?>'" target="_blank" title="Voir le détail sur eVeg">
|
- |
|
170 |
<?=$baseveg['baseflor']['catminat'] ?>
|
- |
|
171 |
</a>
|
167 |
Le code catminat de ce taxon est <span class="gras"> <?=$baseveg['baseflor']['catminat'] ?></span> </br>
|
172 |
</span> </br>
|
168 |
Il est caractéristique du syntaxon de niveau <span class="gras"><?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?></span> présenté
|
173 |
Il est caractéristique du syntaxon de niveau <span class="gras"><?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?></span> présenté
|
169 |
dans le tableau ci-dessous avec ses niveaux supérieurs. [ <a href="http://philippe.julve.pagesperso-orange.fr/catminat.htm" target="_blank">Voir le site Catminat pour en savoir plus.</a> ]
|
174 |
dans le tableau ci-dessous avec ses niveaux supérieurs. [ <a href="http://philippe.julve.pagesperso-orange.fr/catminat.htm" target="_blank">Voir le site Catminat pour en savoir plus.</a> ]
|
170 |
<table>
|
175 |
<table>
|
171 |
<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
|
176 |
<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
|
172 |
<tr>
|
177 |
<tr>
|
- |
|
178 |
<td>
|
- |
|
179 |
<span class="gras">
|
173 |
<td>
|
180 |
<a href="http://eveg.fr/index.php?catminat='<?=$valeurs['code_catminat'] ?>'" target="_blank" title="Voir le détail sur eVeg">
|
- |
|
181 |
<?=$valeurs['code_catminat']?>
|
- |
|
182 |
</a>
|
174 |
<span class="gras"><?=$valeurs['code_catminat']?></span></br>
|
183 |
</span></br>
|
Line 175... |
Line 184... |
175 |
<?=$valeurs['niveau.libelle']?>
|
184 |
<?=$valeurs['niveau.libelle']?>
|
176 |
|
185 |
|
177 |
</td>
|
186 |
</td>
|
Line 188... |
Line 197... |
188 |
</td>
|
197 |
</td>
|
189 |
</tr>
|
198 |
</tr>
|
190 |
<? endforeach; ?>
|
199 |
<? endforeach; ?>
|
191 |
<tr class="surlignage">
|
200 |
<tr class="surlignage">
|
192 |
<td>
|
201 |
<td>
|
- |
|
202 |
<span class="gras">
|
- |
|
203 |
<a href="http://eveg.fr/index.php?catminat='<?=$baseveg['syntaxon-courant'][0]['code_catminat'] ?>'" target="_blank" title="Voir le détail sur eVeg">
|
193 |
<span class="gras"><?=$baseveg['syntaxon-courant'][0]['code_catminat']?></span></br>
|
204 |
<?=$baseveg['syntaxon-courant'][0]['code_catminat']?>
|
- |
|
205 |
</a>
|
- |
|
206 |
</span><br/>
|
194 |
<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
|
207 |
<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
|
195 |
|
- |
|
196 |
</td>
|
208 |
</td>
|
197 |
<td>
|
209 |
<td>
|
198 |
<span class="gras"><?=$baseveg['syntaxon-courant'][0]['syntaxon']?></span> </br>
|
210 |
<span class="gras"><?=$baseveg['syntaxon-courant'][0]['syntaxon']?></span> </br>
|
199 |
<span ><?=$baseveg['syntaxon-courant'][0]['physio_biotype']?></span> </br>
|
211 |
<span ><?=$baseveg['syntaxon-courant'][0]['physio_biotype']?></span> </br>
|
200 |
<?= !empty($baseveg['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$baseveg['syntaxon-courant'][0]['repartition_france'] : ''?>
|
212 |
<?= !empty($baseveg['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$baseveg['syntaxon-courant'][0]['repartition_france'] : ''?>
|