Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1117 → Rev 1118

/trunk/papyrus/applettes/inclure/squelettes/incl_liste.tpl.html
New file
0,0 → 1,11
<!-- 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; ?>
<!-- INCLURE - FIN -->