Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<html>
<head>
<title>Liste des admin du site Tela Botanica</title>
</head>
<body>

<h1> Liste des aministrateurs</h1>
        <table class="liste_admin">
                <th> Identifiant d'admin </th> <th> Nom </th> <th> Prénom </th> <th> Langue </th> <th> </th> <th> </th>
                <?php foreach ($admin as $element) : ?>
                        <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>
                <?php endforeach; ?>
        </table>
        
        <p>
                <a href="<?=$GLOBALS['_GEN_commun']['url']->url.'?menu=18&m=ajout_admin' ?>"> Ajouter un administrateur </a>
        </p>     

</body>
</html>