X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fgoogleapps%2Fadmin.user.tpl;h=69b591a274e17263686ff7395f87edc7e4fca83a;hb=e46cf8c46341b447cc3701c8afcc9baec3da11e5;hp=1500aee419979a30e4ae64e4b4a1bfcdaf0c9ca9;hpb=afbcfddcc367de8bdcc6a3075e267745a119fcf4;p=platal.git diff --git a/templates/googleapps/admin.user.tpl b/templates/googleapps/admin.user.tpl index 1500aee..69b591a 100644 --- a/templates/googleapps/admin.user.tpl +++ b/templates/googleapps/admin.user.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2009 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,7 +22,7 @@

Compte Google Apps

-{if $account} +{if $account && $account->provisioned()} {assign var=a value=$account} @@ -53,14 +53,10 @@ {/if} - + - + @@ -73,10 +69,59 @@ - + + + + + +
Mots de passes synchronisés - {if $a->sync_password} - oui (lancer une synchronisation) - {else}non{/if} - {if $a->sync_password}oui{else}non{/if}
Redirection des mails{if $googleapps_storage}activée{else}désactivee{/if}Redirection des emails{if $googleapps_storage}activée{else}désactivee{/if}
Dernière utilisation du webmail{$a->r_last_webmail|date_format:"%Y-%m-%d"}
Utilisation du quota mail{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MBUtilisation du quota d'emails{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB
Alias email du compte{foreach from=$a->nicknames() item=nickname}{$nickname}
{/foreach}{$a->g_account_name}

+
+ {xsrf_token_field} + + + + + + + + + + + + + + + + + + + + +
Actions sur le compte
Statut du compte
  + {if $a->pending_update_suspension} +
Le statut du compte est en cours de changement. Aucune opération n'est possible.
+ {elseif $a->active()} + + {elseif $a->suspended()} + + {/if} +
Mot de passe
  + {if !$a->active()} +
Aucune opération n'est possible sur un compte inactif.
+ {elseif $a->pending_update_password} +
Le mot de passe du compte est en cours de changement. Aucune opération n'est possible.
+ {elseif $a->sync_password} + + + {else} + + {/if} +

+
+ @@ -96,6 +141,8 @@ {/iterate}
Requêtes en attente
+{elseif $account} +

Cet utilisateur n'a pas de compte Google Apps.

{else}

Aucun utilisateur n'a été trouvé.

{/if}