Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 719 → Rev 720

/trunk/modules/recherche_simple/squelettes/form_nom.tpl.html
41,11 → 41,14
<?php if (isset($message)) : ?>
<p class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
<?= ($message['nom_ss_corresp']) ? $message['nom_ss_corresp']['nom'].$i18n['nom_ss_corresp'].
'<a href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom='.$message['nom_ss_corresp']['id'].'">'.
$i18n['reftax'].'</a>' : ''; ?>
<?php if (isset($message['nom_approche'])) : ?>
<?=$i18n['orthographe'];?>
<?php foreach ($message['nom_approche'] as $key => $nom) :?>
<?php foreach ($message['nom_approche'] as $cle => $nom) :?>
<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
<?= ($message['nom_approche'][$key+1]['nom'] != '') ? ' ou ' : ''; ?>
<?= ($message['nom_approche'][$cle+1]['nom'] != '') ? ' ou ' : ''; ?>
<?php endforeach; ?>
<?php endif; ?>
</p>