{**************************************************************************} {* *} {* Copyright (C) 2003-2009 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=x name=all} {if $x.p} {/if} {/foreach} {/foreach}
{if $smarty.foreach.all.first} {if $promo}{$promo}{else}non-X{/if} {/if} {if $promo && strpos($x.l, '@') === false} {if $x.b}{icon name=error}{/if} {$x.n} {elseif $x.x} {$x.n} {elseif $x.n} {$x.n} {else} {$x.l} {/if} {$x.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} {foreach from=$members item=xs key=promo} {foreach from=$xs item=x name=all} {if $x.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 && strpos($x.l, '@') === false} {if $x.b}{icon name=error}{/if} {$x.n} {elseif $x.x} {if $x.n|trim}{$x.n}{else}{$x.l}{/if} {elseif $x.n} {$x.n} {else} {$x.l} {/if} {$x.p}
{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}