Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1276 → Rev 1277

/trunk/modules/fiche/squelettes/fiche_accueil_niveau2.tpl.html
1,7 → 1,11
<?= $entete; ?>
<div id="bloc-fiche" class="importance4">
<h1><span class="nomenclature"><?=$nom_retenu_html?></span>
<span class="famille nomenclature" style="float: right;"><?=($famille != '') ? $famille : '';?></span>
<span class="famille nomenclature" style="float: right;">
<?php if($famille != '') { ?>
<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
<?php } ?>
</span>
<br/>
<?php if($nom_appele_html): ?>
<span class="redirige_depuis">Nom retenu du nom recherché <strong><?= $nom_appele_html ?></strong></span>