1 {**************************************************************************}
3 {* Copyright (C) 2003-2006 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
6 {* This program is free software; you can redistribute it and/or modify *}
7 {* it under the terms of the GNU General Public License as published by *}
8 {* the Free Software Foundation; either version 2 of the License, or *}
9 {* (at your option) any later version. *}
11 {* This program is distributed in the hope that it will be useful, *}
12 {* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13 {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14 {* GNU General Public License for more details. *}
16 {* You should have received a copy of the GNU General Public License *}
17 {* along with this program; if not, write to the Free Software *}
18 {* Foundation, Inc., *}
19 {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
21 {**************************************************************************}
23 <h1>{$asso.nom} : Annuaire du groupe </h1>
26 Le groupe {$asso.nom} compte {$nb_tot} membres.
30 Les membres extérieurs du groupe sont intégrés à cette liste, et repérés par l'inscription 'extérieur' dans la colonne promotion.
35 Fonctionnalités visibles uniquement par les administrateurs :
38 <li><a href="membres-edit.php?new=x">Ajouter un membre X</a></li>
39 <li><a href="membres-edit.php?new=ext">Ajouter un membre extérieur</a></li>
40 <li><a href="annuaire-admin.php">Synchroniser annuaire et Listes de diffusion</a></li>
45 [<a href="{$smarty.server.PHP_SELF}" {if !$request_group}class="erreur"{/if}>tout</a>]
46 {foreach from=$alphabet item=c}
47 [<a href="?{$group}={$c}&order={$smarty.request.order}"{if $request_group eq $c} class="erreur"{/if}>{$c}</a>]
51 <table summary="membres du groupe" class="{if $admin}large{else}tiny{/if}">
53 <th><a href="?order=alpha{if $smarty.request.order neq "alpha_inv"}_inv{/if}{if $request_group and $group eq 'initiale'}&initiale={$request_group}{/if}">Prénom NOM</a></th>
54 <th><a href="?order=promo{if $smarty.request.order eq "promo"}_inv{/if}{if $request_group and $group eq 'promo'}&promo={$request_group}{/if}">Promo</a></th>
61 {iterate from=$ann item=m}
62 <tr {if $m.admin}style="background:#d0c198;"{/if}>
63 <td>{if $m.femme}•{/if}{$m.prenom} {$m.nom|strtoupper}</td>
67 <a href="https://www.polytechnique.org/fiche.php?user={$m.email}"><img src="{rel}/images/loupe.gif" alt="[fiche]" /></a>
68 <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf"><img src="{rel}/images/vcard.png" alt="[vcard]" /></a>
69 <a href="mailto:{$m.email}@polytechnique.org"><img src="{rel}/images/mail.png" alt="mail" /></a>
71 <a href="mailto:{$m.email}"><img src="{rel}/images/mail.png" alt="mail" /></a>
75 <td><a href="membres-edit.php?edit={if $m.x}{$m.email}{else}{$m.uid}{/if}"><img src="{rel}/images/profil.png" alt="Edition du profil" /></a></td>
76 <td><a href="membres-edit.php?del={if $m.x}{$m.email}{else}{$m.uid}{/if}"><img src="{rel}/images/del.png" alt="Suppression de {$m.prenom} {$m.nom}" /></a></td>
83 {foreach from=$links item=ofs key=txt}
84 <a href="?offset={$ofs}&initiale={$smarty.request.initiale}"{if $smarty.request.offset eq $ofs} class="erreur"{/if}>{$txt}</a>
88 {* vim:set et sw=2 sts=2 sws=2: *}