Subversion Repositories Applications.referentiel

Rev

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

Rev 47 Rev 54
Line 1... Line 1...
1
<?=implode("\t", $champs)?>
1
<?=implode("\t", $champs)?>
2
 
2
 
3
<?php foreach ($noms as $nom_infos) : ?>
3
<?php foreach ($noms as $nom_infos) : ?>
4
<?=implode("\t", $nom_infos)?>
4
<?=implode("\t", $nom_infos)?>
5
 
5
 
6
<?php endforeach; ?>
6
<?php endforeach; ?>
7
7