{**************************************************************************} {* *} {* Copyright (C) 2003-2010 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 *} {* *} {**************************************************************************} {include file="lists/header_listes.tpl" on=members}

Liste {$platal->argv[1]}

Adresse : {mailto address=$details.addr}
Sujet : {$details.desc|smarty:nodefaults}
Visibilité : {if $details.priv eq 0}publique{elseif $details.priv eq 1}privée{else}admin{/if}
Diffusion : {if $details.diff eq 2}modérée{elseif $details.diff}restreinte{else}libre{/if}
Inscription : {if $details.ins}modérée{else}libre{/if}
Nb. membres : {$nb_m|default:"0"}
Ton statut : {if $details.sub>1} Tu es inscrit sur la liste.
Te désinscrire : {icon name=cross title="me désinscrire"} {elseif $details.sub eq 1} Ta demande d'inscription est en cours de validation. {else} Tu n'es pas inscrit.
Demander ton inscription : {icon name=add title="demander mon inscription"} {/if}
{if $details.info}
Informations sur la liste
{$details.info|smarty:nodefaults|nl2br}
{/if}

modérateurs de la liste

{if $owners|@count} {foreach from=$owners item=xs key=promo} {foreach from=$xs item=user name=all} {if $user.p} {/if} {/foreach} {/foreach}
{if $smarty.foreach.all.first} {if $promo}{$promo}{else}non-X{/if} {/if} {if $promo && $user.x} {if $user.b}{assign var=lostUsers value=true}{/if} {profile user=$user.x promo=false} {elseif $user.x} {if $user.n|trim}{$x.n}{else}{$user.l}{/if} {elseif $user.n} {$user.n} {else} {$user.l} {/if} {$user.p}
{/if}

membres de la liste {if $smarty.get.alpha} (trier par promo) {else} (trier par nom) {/if}

{if $members|@count} {if $details.own || hasPerms('admin,groupadmin')} {/if} {assign var=lostUsers value=false} {foreach from=$members item=users key=promo} {foreach from=$users item=user name=all} {if $user.p} {/if} {/foreach} {/foreach}
{icon name="page_excel" title="Télécharger la liste des membres"} Télécharger la liste des membres au format Excel
{if $smarty.foreach.all.first} {if $promo}{$promo}{else}non-X{/if} {/if} {if $promo && $user.x} {if $user.b}{assign var=lostUsers value=true}{/if} {profile user=$user.x promo=false} {elseif $user.x} {if $user.n|trim}{$x.n}{else}{$user.l}{/if} {elseif $user.n} {$user.n} {else} {$user.l} {/if} {$user.p}
{if $lostUsers}

{icon name=error} Un camarade signalé par ce symbole n'a plus d'adresse de redirection et ne peut donc plus être contacté via son adresse polytechnique.org. Si tu connais sa nouvelle adresse, tu peux nous la communiquer en cliquant sur le symbole.

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