Subversion Repositories Applications.papyrus

Rev

Rev 1372 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!-- INCLURE - DEBUT -->
<?php if ($erreurs) : ?>
        <?php foreach ($erreurs as $erreur) : ?>
                <p class="pap_erreur"><?=$erreur;?></p>
        <?php endforeach; ?>
<?php elseif ($informations) : ?>
        <?php foreach ($informations as $information) : ?>
                <p class="pap_info"><?=$information;?></p>
        <?php endforeach; ?>
<?php endif; ?>
<?=$sortie;?>
<!-- INCLURE - FIN -->