Blame | Last modification | View Log | RSS feed
<table><caption><?=count($test['message']['lignes'])?> lignes en erreur</caption><thead><tr><?php foreach ($test['message']['entete'] as $entete) : ?><th><?=$entete?></th><?php endforeach; ?></tr></thead><tbody><?php foreach ($test['message']['lignes'] as $ligne) : ?><tr><?php foreach ($ligne as $info) : ?><td><?=$info?></td><?php endforeach; ?></tr><?php endforeach; ?></tbody></table>