Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1021 → Rev 1022

/trunk/modules/pdf_export/squelettes/pdf_nomenclature.tpl.html
22,8 → 22,10
Basionyme :
<?= $nomenclature['basionyme_nom_retenu'] ?>
</div>
 
<?php if($nomenclature['referentiel'] != 'bdtxa'): // cf http://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtxa&module=FicheTaxon&num_nom=14610 ?>
<div class="onglet_marge_gauche"> Dernière date de modification du nom : <?= $nomenclature['date_maj'] ?> </div>
<? endif; ?>
</div>
<hr class="nettoyage" />
<?php endif; ?>
60,7 → 62,7
<?php } ?>
<div class="no-break">
<?php if ($nomenclature['taxons_sup'] != array()) : ?>
<?php if (!empty($nomenclature['taxons_sup'])) : ?>
<h2> Place du taxon dans la classification </h2>
<span class="citation"><?= $nomenclature['meta']['titre']?></span>
<table class="allow-break">
82,7 → 84,7
<td><?= $nomenclature['taxon_courant']['num_nom'] ?></td>
</tr>
<?php if ($nomenclature['taxons_inf'] != array()) : ?>
<?php if (!empty($nomenclature['taxons_inf'])) : ?>
<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
<tr>
<td><?= $taxon['rang.libelle'] ?></td>
143,4 → 145,4
<?php endif; ?>
</div>
<br/>
<br/>
<br/>