X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Faccounts.tpl;h=52af2e5a9ce39d19990376d399d035f2f19da227;hb=4cd83ff8c82b3f6b8bfff1d629fdc026306c0824;hp=4bce448f1c0a254f60957628ce7e1bcda50f4e6e;hpb=d1e6167749fdad08c81e23d09e1bbbf76e3b989b;p=platal.git diff --git a/templates/admin/accounts.tpl b/templates/admin/accounts.tpl index 4bce448..52af2e5 100644 --- a/templates/admin/accounts.tpl +++ b/templates/admin/accounts.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,39 +20,105 @@ {* *} {**************************************************************************} -

{$disabled->total()} Comptes désactivés ou surveillés

+{literal} + +{/literal} - - - {iterate from=$disabled item=user} - - - - - - - {/iterate} -
NomDisabledSurveilléCommentaire
- {$user.hruid} - - - - - - {$user.comment|default='(none)'} -
+
+ {icon name=user_edit} Administrer un compte +
+ {xsrf_token_field} +

+ Il est possible d'entrer ici n'importe quelle adresse mail : redirection, melix, ou alias. +

+

+ + + + +

+
+
-

{$admins->total()} Administrateurs du site

+{if $users->total() > 0} +
+ Liste des comptes manuels - - - {iterate from=$admins item=user} - - - - {/iterate} -
Utilisateur
- {$user.hruid} -
+ +
+{/if} + +
+ Nouveau compte + + +

+

+ {xsrf_token_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type de compte + +
Nom
Prénom
Sexe
Email
Mot de passe +
+ + +
+
+ {checkpasswd prompt="password" submit="create_account" text="Créer le compte"} +
+
+ +
+
+

+
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}