Subversion Repositories Applications.referentiel

Rev

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

Rev 65 Rev 144
Line 1... Line 1...
1
<?=implode("\t", $champs_partiel)?>
1
<?=implode("\t", $champs_partiel)?>
Line 2... Line -...
2
 
-
 
3
<?php foreach ($noms as $nom_infos) : ?><?php foreach ($champs_partiel as $champ) : ?><?=$nom_infos[$champ]?><?=(($dernier_champ == $champ) ? "\n" : "\t")?><?php endforeach; ?><?php endforeach; ?>
2
 
-
 
3
<?php foreach ($noms as $nom_infos) : 
-
 
4
	if (!isset($nom_infos['exclure_taxref']) || $nom_infos['exclure_taxref'] != '1') :
-
 
5
		foreach ($champs_partiel as $champ) : 
-
 
6
			echo $nom_infos[$champ];
-
 
7
			echo ($dernier_champ == $champ) ? "\n" : "\t";
-
 
8
		endforeach;
-
 
9
	endif;
-
 
10
endforeach; ?>
4
11