Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 124 Rev 128
Line 37... Line 37...
37
	</fieldset>
37
	</fieldset>
38
</form>
38
</form>
Line 39... Line 39...
39
 
39
 
40
 
-
 
41
<?php if (isset($message)) : ?>
40
 
42
	<p class="centrer">
41
<?php if (isset($message)) : ?>
43
		<span class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
42
	<p class="<?= ($message['attention']) ? 'attention' : 'information'; ?>">
44
			<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
43
		<?= ($message['attention']) ? $i18n[$message['attention']] : ''; ?>
45
			<?php if (isset($message['nom_approche'])) : ?>
44
		<?php if (isset($message['nom_approche'])) : ?>
46
				<?=$i18n['orthographe'];?>
45
			<?=$i18n['orthographe'];?>
-
 
46
			<?php foreach ($message['nom_approche'] as $key => $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>
48
				<?= ($message['nom_approche'][$key+1]['nom'] != '') ? ' ou ' : ''; ?>
49
				<?php endforeach; ?>
-
 
50
			<?php endif; ?>
49
			<?php endforeach; ?>
51
		</span>
50
		<?php endif; ?>
Line 52... Line 51...
52
	</p>
51
	</p>
53
<?php endif; ?>
52
<?php endif; ?>