Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 118 Rev 123
Line 35... Line 35...
35
			<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
35
			<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
36
		</span>
36
		</span>
37
	</fieldset>
37
	</fieldset>
38
</form>
38
</form>
Line 39... Line -...
39
 
-
 
40
<?php if (isset($nom_approche)) : ?>
-
 
41
	<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$url_nom_approche?>"><?=$nom_approche;?></a></p>
39
 
42
	
40
 
-
 
41
<?php if (isset($message)) : ?>
-
 
42
	<p class= "<?= ($message['attention']) ? 'attention' : 'information'; ?>">
43
<?php endif; ?>
43
		<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
-
 
44
		<?php if (isset($message['nom_approche'])) : ?>
-
 
45
			<?=$i18n['orthographe'];?>
44
<?php if (isset($information)) : ?>
46
			<?php foreach ($message['nom_approche'] as $nom) :?>
-
 
47
				<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
-
 
48
			<?php endforeach; ?>
-
 
49
		<?php endif; ?>
45
	<p id="information"><?=$information?></p>
50
	</p>
-
 
51
<?php endif; ?>
-
 
52
 
46
<?php endif; ?>
53
 
47
<!-- FIN FORM_NOM -->
54
<!-- FIN FORM_NOM -->