Subversion Repositories Applications.papyrus

Rev

Rev 1372 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1118 jp_milcent 1
<!-- INCLURE - DEBUT -->
2
<?php if ($erreurs) : ?>
3
	<?php foreach ($erreurs as $erreur) : ?>
4
		<p class="pap_erreur"><?=$erreur;?></p>
5
	<?php endforeach; ?>
6
<?php elseif ($informations) : ?>
7
	<?php foreach ($informations as $information) : ?>
8
		<p class="pap_info"><?=$information;?></p>
9
	<?php endforeach; ?>
10
<?php endif; ?>
1532 jp_milcent 11
<?=$sortie;?>
1118 jp_milcent 12
<!-- INCLURE - FIN -->