{**************************************************************************} {* *} {* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Compte Google Apps

{if $account} {assign var=a value=$account} {if $a->suspended()} {/if}
Compte = {$a->g_account_name}
Google id = {$a->g_account_id}
Plat/al id = {$user}
Statut du compte {$a->g_status} {if $admin_account}
Compte administrateur de Google Apps{/if}
Raison de suspension{$a->g_suspension}
Mots de passes synchronisés {if $a->sync_password} oui (lancer une synchronisation) {else}non{/if}
Redirection des mails{if $googleapps_storage}activée{else}désactivee{/if}
Date de création{$a->r_creation|date_format:"%Y-%m-%d"}
Dernière connexion{$a->r_last_login|date_format:"%Y-%m-%d"}
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"}MB

{iterate from=$requests item=r} {/iterate}
Requêtes en attente
qid date statut type
{$r.q_id} {$r.p_entry_date|date_format:"%Y-%m-%d %H:%M"} {$r.p_status} {$r.j_type}
{else}

Aucun utilisateur n'a été trouvé.

{/if}

Retourner à la page d'administration de Google Apps.

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