Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 804 → Rev 805

/trunk/modules/fiche/squelettes/fiche_ecologie.tpl.html
160,60 → 160,44
<h2>Phytosociologie</h2>
<? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
<br/>
<b>code catminat : <?=$baseveg['baseflor']['catminat'] ?></b>
<!-- <b>code catminat : <?=$baseveg['baseflor']['catminat'] ?></b>-->
<table>
<thead>
<tr>
<th>niveau</th>
<th>catminat</th>
<th>syntaxons</th>
<th>physionomie <br/> et biotype</th>
<th>répartition</th>
<th>référence dernière bibliographie</th>
<tr/>
</thead>
<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
<tr>
<td>
<?=$valeurs['niveau.libelle']?>
<span class="gras"><?=$valeurs['code_catminat']?></span></br>
<?=$valeurs['niveau.libelle']?>
</td>
<td>
<?=$valeurs['code_catminat']?>
<span class="gras"><?=$valeurs['syntaxon']?></span> </br>
<span ><?=$valeurs['physio_biotype']?></span> </br>
<?= !empty($valeurs['repartition_france']) ? 'répartition : '.$valeurs['repartition_france'] : '' ?>
</td>
<td>
<?=$valeurs['syntaxon']?>
<a class="lien_popup" href="<?=$baseveg['ref']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Réf.</a> </br>
<a class="lien_popup" href="<?=$baseveg['synonymes']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Syn.</a> </br>
<!-- <a href="">Tax.</a> -->
</td>
<td>
<?=$valeurs['physio_biotype']?>
</td>
<td>
<?=$valeurs['repartition_france']?>
</td>
<td>
<?=$valeurs['ref_der_biblio']?>
</td>
</tr>
<? endforeach; ?>
<tr>
<td>
<td>
<span class="gras"><?=$baseveg['syntaxon-courant'][0]['code_catminat']?></span></br>
<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
</td>
<td>
<?=$baseveg['syntaxon-courant'][0]['code_catminat']?>
<span class="gras"><?=$baseveg['syntaxon-courant'][0]['syntaxon']?></span> </br>
<span ><?=$baseveg['syntaxon-courant'][0]['physio_biotype']?></span> </br>
<?= !empty($baseveg['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$baseveg['syntaxon-courant'][0]['repartition_france'] : ''?>
</td>
<td>
<?=$baseveg['syntaxon-courant'][0]['syntaxon']?>
<a class="lien_popup" href="<?=$baseveg['ref']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Réf.</a> </br>
<a class="lien_popup" href="<?=$baseveg['synonymes']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Syn.</a></br>
<a class="lien_popup" href="<?=$baseveg['baseflor']['lien_liste_fancy']?>">Tax.</a>
 
</td>
<td>
<?=$baseveg['syntaxon-courant'][0]['physio_biotype']?>
</td>
<td>
<?=$baseveg['syntaxon-courant'][0]['repartition_france']?>
</td>
<td>
<?=$baseveg['syntaxon-courant'][0]['ref_der_biblio']?>
</td>
</tr>
</table>
<div class="conteneur_lien_metadonnees">
229,20 → 213,6
<? endif; ?>
<br/>
 
<? if($baseveg['baseflor']['liste']) : ?>
<h3>Dans le même milieu...</h3>
<ul>
<?php foreach ($baseveg['baseflor']['liste'] as $cle => $valeurs ) : ?>
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($valeurs['num_nomen'],'nom_scientifique'); ?>">
<li><?=$valeurs['idiotaxon']?> </li>
</a>
<?endforeach;?>
</ul>
<a class="lien_popup" href="<?=$baseveg['baseflor']['lien_liste_fancy']?>" >
Voir la liste complète des taxons du même milieu
</a>
<? endif; ?>
<br/>
<br/>
<h2>Vos compléments sur l'écologie</h2>