Subversion Repositories Applications.annuaire

Rev

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

Rev 21 Rev 47
Line 56... Line 56...
56
		<th>Type</th>
56
		<th>Type</th>
57
		<th>Abreviation</th>
57
		<th>Abreviation</th>
58
		<th>Description</th>
58
		<th>Description</th>
59
		<th>Longueur</th>
59
		<th>Longueur</th>
60
		<th></th>
60
		<th></th>
61
		<th></th>
-
 
62
	</tr>
61
	</tr>
63
	<?php foreach ($metadonnees as $metacolonne) : ?>
62
	<?php foreach ($metadonnees as $metacolonne) : ?>
64
	<tr>
63
	<tr>
65
		<td><?=$metacolonne['amc_nom'] ?></td>
64
		<td><?=$metacolonne['amc_nom'] ?></td>
66
		<td><?=$metacolonne['amc_ce_nom_type_affichage'] ?></td>
65
		<td><?=$metacolonne['amc_ce_nom_type_affichage'] ?></td>
Line 80... Line 79...
80
			
79
			
81
	</tr>
80
	</tr>
82
	<?php endforeach; ?>
81
	<?php endforeach; ?>
Line -... Line 82...
-
 
82
</table>
-
 
83
 
-
 
84
<h3> Champs de mappage </h3>
-
 
85
 
-
 
86
<table class="liste">
-
 
87
	<tr>
-
 
88
		<th>Nom du champ dans l'annuaire</th>
-
 
89
		<th>Type</th>
-
 
90
		<th>Nom du champ de métadonnées associé</th>
-
 
91
		<th></th>
-
 
92
		<th></th>
-
 
93
	</tr>
-
 
94
	<?php foreach ($champs_mappage[0] as $role => $champ_mappage) : ?>
-
 
95
	<tr>
-
 
96
		<td><?=$champ_mappage ?></td>
-
 
97
		<td><?=$role ?></td>
-
 
98
		<td><?php if(isset($champs_mappage[1][$role])) echo $metadonnees[$champs_mappage[1][$role]]['amc_nom']; ?></td>
-
 
99
		<td><a href=""> <img class="icone" src="<?=$base_url?>/annuaire/squelettes/images/modification.png"/> </a>
-
 
100
		</td>
-
 
101
		<td><a href=""> <img class="icone" src="<?=$base_url?>/annuaire/squelettes/images/suppression.png"/> </a></td>
-
 
102
			
-
 
103
	</tr>
-
 
104
	<?php endforeach; ?>
Line 83... Line 105...
83
</table>
105
</table>
84
 
106
 
85
 
107
 
86
<?php if (isset($erreurs['supp'])): ?>
108
<?php if (isset($erreurs['supp'])): ?>