Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 122 → Rev 123

/trunk/modules/recherche_simple/squelettes/form_nom.tpl.html
37,11 → 37,18
</fieldset>
</form>
 
<?php if (isset($nom_approche)) : ?>
<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$url_nom_approche?>"><?=$nom_approche;?></a></p>
 
<?php if (isset($message)) : ?>
<p class= "<?= ($message['attention']) ? 'attention' : 'information'; ?>">
<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
<?php if (isset($message['nom_approche'])) : ?>
<?=$i18n['orthographe'];?>
<?php foreach ($message['nom_approche'] as $nom) :?>
<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
<?php endforeach; ?>
<?php endif; ?>
</p>
<?php endif; ?>
<?php if (isset($information)) : ?>
<p id="information"><?=$information?></p>
<?php endif; ?>
 
 
<!-- FIN FORM_NOM -->