Subversion Repositories Applications.annuaire

Rev

Rev 103 | Rev 339 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 154
Line 1... Line 1...
1
<h2>Liste des annuaires</h2>
1
<h2>Liste des annuaires</h2>
-
 
2
 
-
 
3
<p> <a href="<?php $url_ajout_metadonnee = clone($base_url); 
-
 
4
				$url_ajout_metadonnee->setVariableRequete('m','annuaire_formulaire_ajout'); 
-
 
5
				echo $url_ajout_metadonnee; ?>"> Ajout d'un nouvel annuaire </a>
-
 
6
 
-
 
7
<?php if(!empty($annuaires)) { ?>
2
<table class="liste">
8
	<table class="liste">
3
	<tr>
9
		<tr>
4
		<th></th>
10
			<th></th>
5
		<th></th>
11
			<th></th>
6
		<th>Nom</th>
12
			<th>Nom</th>
Line 25... Line 31...
25
		<td><?=$element['aa_description'] ?></td>
31
			<td><?=$element['aa_description'] ?></td>
26
		<td><?=$element['aa_code'] ?></td>
32
			<td><?=$element['aa_code'] ?></td>
27
	</tr>
33
		</tr>
28
	<?php endforeach; ?>
34
		<?php endforeach; ?>
29
</table>
35
	</table>
-
 
36
<?php } else { ?>
-
 
37
 
-
 
38
<p> Aucun annuaire créé </p>
-
 
39
 
-
 
40
<?php } ?>
-
 
41
 
30
<?php if (isset($erreurs['supp'])): ?>
42
<?php if (isset($erreurs['supp'])): ?>
31
<span class="symbole_obligatoire"> <?=$erreurs['supp'];?> </span>
43
<span class="symbole_obligatoire"> <?=$erreurs['supp'];?> </span>
32
<?php endif; ?>
44
<?php endif; ?>
33
45