Subversion Repositories Applications.referentiel

Rev

Rev 144 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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