Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1440 → Rev 1441

/branches/v5.10-vilmorin/modules/mobile/squelettes/smartflore.tpl.html
53,14 → 53,20
<div id="smartflore-illustrations">
<div id="smartflore-noms">
<h2 class="smartflore-nom-verna">
<?= $texte['titre'][0]; ?>
</h2>
<h3 class="smartflore-nom-sci">
<?= $texte['titre'][1]; ?>
</h3>
<?php if(!empty($infos_nom['nom_verna'])) { ?>
<h2 class="smartflore-nom-verna">
<?= $infos_nom['nom_verna']; ?>
</h2>
<h3 class="smartflore-nom-sci">
<?= $infos_nom['nom_sci']; ?>
</h3>
<?php } else { ?>
<h2>
<?= $infos_nom['nom_sci']; ?>
</h2>
<?php } ?>
<h4 class="smartflore-famille">
Famille des <?= $texte['titre'][2]; ?>
Famille des <?= $infos_nom['famille']; ?>
</h4>
</div>