Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 52 → Rev 53

/trunk/modules/recherche_simple/squelettes/form_nom.tpl.html
21,6 → 21,7
</ul>
</td>
<td>
<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
<input id="module" name="module" type="hidden" value="recherche-simple" />
<input id="action" name="action" type="hidden" value="rechercheNom" />
<input id="eflore_nomenclature_submit" type="submit" value="<?=$i18n['recherche'];?>" />
31,7 → 32,7
</form>
 
<?php if (isset($nom_approche)) : ?>
<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche_url;?>"><?=$nom_approche;?></a></p>
<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche_url;?>"><?php print_r($nom_approche);?></a></p>
<?php endif; ?>
<?php if (isset($information)) : ?>
<p id="information"><?=$information?></p>