Subversion Repositories Applications.papyrus

Rev

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

Rev 2003 Rev 2009
Line 1... Line -...
1
<html>
-
 
2
<head>
-
 
3
<title>Liste des admin du site Tela Botanica</title>
-
 
4
</head>
-
 
5
<body>
-
 
6
 
-
 
7
<h1> Liste des aministrateurs</h1>
1
<h1> Liste des administrateurs</h1>
8
	<table class="liste_admin">
2
	<table class="liste_admin">
9
		<th> Identifiant d'admin </th> <th> Nom </th> <th> Prénom </th> <th> Langue </th> <th> </th> <th> </th>
3
		<th> Identifiant d'admin </th> <th> Nom </th> <th> Prénom </th> <th> Langue </th> <th> </th> <th> </th>
10
		<?php foreach ($admin as $element) : ?>
4
		<?php foreach ($admin as $element) : ?>
11
			<tr><td><?=$element->ga_id_administrateur ?></td><td><?=$element->ga_nom ?></td><td><?=$element->ga_prenom ?></td><td><?=$element->ga_ce_i18n ?></td><td><a href=<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=modif_admin&id_admin='.$element->ga_id_administrateur ?>>Modifier</a></td><td><a href=<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=suppr_admin&id_admin='.$element->ga_id_administrateur ?>>Supprimer</a></td></tr>
5
			<tr><td><?=$element->ga_id_administrateur ?></td><td><?=$element->ga_nom ?></td><td><?=$element->ga_prenom ?></td><td><?=$element->ga_ce_i18n ?></td><td><a href=<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=modif_admin&id_admin='.$element->ga_id_administrateur ?>>Modifier</a></td><td><a href=<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=suppr_admin&id_admin='.$element->ga_id_administrateur ?>>Supprimer</a></td></tr>
12
		<?php endforeach; ?>
6
		<?php endforeach; ?>
13
	</table>
7
	</table>
-
 
8
	<?php if (isset($erreurs['supp'])): ?>
-
 
9
		<span class="symbole_obligatoire"> <?=$erreurs['supp'] ?> </span>  
-
 
10
	<?php endif; ?>     
Line 14... Line 11...
14
	
11
	
15
	<p>
-
 
16
		<a href="<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=ajout_admin' ?>"> Ajouter un administrateur </a>
-
 
17
	</p>	 
-
 
18
 
-
 
19
</body>
-
 
20
</html>
12
	<p>
-
 
13
		<a href="<?=$GLOBALS['_GEN_commun']['url']->getUrl().'?&m=ajout_admin' ?>"> Ajouter un administrateur </a>
-
 
14
	</p>
21
15