Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
|
40 |
|
41 |
<?php if (isset($message)) : ?>
|
41 |
<?php if (isset($message)) : ?>
|
- |
|
42 |
<p class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
|
- |
|
43 |
<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
|
- |
|
44 |
<?= ($message['nom_ss_corresp']) ? $message['nom_ss_corresp']['nom'].$i18n['nom_ss_corresp'].
|
42 |
<p class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
|
45 |
'<a href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=bdtfx&module=FicheTaxon&num_nom='.$message['nom_ss_corresp']['id'].'">'.
|
43 |
<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
|
46 |
$i18n['reftax'].'</a>' : ''; ?>
|
44 |
<?php if (isset($message['nom_approche'])) : ?>
|
47 |
<?php if (isset($message['nom_approche'])) : ?>
|
45 |
<?=$i18n['orthographe'];?>
|
48 |
<?=$i18n['orthographe'];?>
|
46 |
<?php foreach ($message['nom_approche'] as $key => $nom) :?>
|
49 |
<?php foreach ($message['nom_approche'] as $cle => $nom) :?>
|
47 |
<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
|
50 |
<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
|
48 |
<?= ($message['nom_approche'][$key+1]['nom'] != '') ? ' ou ' : ''; ?>
|
51 |
<?= ($message['nom_approche'][$cle+1]['nom'] != '') ? ' ou ' : ''; ?>
|
49 |
<?php endforeach; ?>
|
52 |
<?php endforeach; ?>
|
50 |
<?php endif; ?>
|
53 |
<?php endif; ?>
|
51 |
</p>
|
54 |
</p>
|
52 |
<?php endif; ?>
|
55 |
<?php endif; ?>
|