Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 123 Rev 124
Line 37... Line 37...
37
	</fieldset>
37
	</fieldset>
38
</form>
38
</form>
Line 39... Line 39...
39
 
39
 
-
 
40
 
40
 
41
<?php if (isset($message)) : ?>
41
<?php if (isset($message)) : ?>
42
	<p class="centrer">
42
	<p class= "<?= ($message['attention']) ? 'attention' : 'information'; ?>">
43
		<span class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
43
		<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
44
			<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
44
		<?php if (isset($message['nom_approche'])) : ?>
45
			<?php if (isset($message['nom_approche'])) : ?>
45
			<?=$i18n['orthographe'];?>
46
				<?=$i18n['orthographe'];?>
46
			<?php foreach ($message['nom_approche'] as $nom) :?>
47
				<?php foreach ($message['nom_approche'] as $nom) :?>
47
				<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
48
					<a href="<?=$nom['url_nom_approche']?>"><?=$nom['nom'];?></a>
-
 
49
				<?php endforeach; ?>
48
			<?php endforeach; ?>
50
			<?php endif; ?>
49
		<?php endif; ?>
51
		</span>
Line 50... Line 52...
50
	</p>
52
	</p>
51
<?php endif; ?>
53
<?php endif; ?>