Allows research on NL subscription using UFC_NLSubscribed.
[platal.git] / templates / xnetgrp / annuaire.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 Polytechnique.org *}
0337d704 4{* http://opensource.polytechnique.org/ *}
5{* *}
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. *}
10{* *}
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. *}
15{* *}
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 *}
20{* *}
21{**************************************************************************}
22
34ade5a6 23<h1>{$asso->nom}&nbsp;: Annuaire du groupe </h1>
0337d704 24
25<p class="descr">
6294fa02 26Le groupe {$asso->nom} compte {$plset_total_count} membres&nbsp;:
0337d704 27</p>
28
0337d704 29<ul class="descr">
d24c8a11 30 {if $is_admin}
5e193297 31 <li>
32 <a href="{$platal->ns}member/new">
aab2ffdd 33 {icon name=add title="Ajouter un membre"}
5e193297 34 Ajouter un membre
35 </a>
36 </li>
52366335
SJ
37 <li>
38 <a href="{$platal->ns}directory/sync">
39 {icon name=arrow_refresh title="Synchroniser avec les listes"}
40 Synchroniser avec les listes
41 </a>
42 </li>
c329751f
SJ
43 <li>
44 <a href="{$platal->ns}directory/unact">
45 {icon name=group_gear title="Lister les membres du groupe sans compte actif"}
46 Lister les membres du groupe sans compte actif
47 </a>
48 </li>
e1406965 49 {if $asso->has_ml}
5e193297 50 <li>
51 <a href="{$platal->ns}admin/annuaire">
aab2ffdd 52 {icon name=wand title="Synchroniser"}
77af6562 53 Synchroniser annuaire et listes de diffusion
5e193297 54 </a>
55 </li>
56 {/if}
f9cb6f48
SJ
57 {/if}
58 {if hasPerm('admin')}
486bc076
SJ
59 <li>
60 <a href="{$platal->ns}former_users">
61 {icon name=status_offline title="Anciens membres du groupe"}
62 Anciens membres du groupe
63 </a>
64 </li>
41c0150b 65 {/if}
dc2073c3 66 <li>
34ade5a6 67 <a href="{$platal->ns}annuaire/csv/{$asso->diminutif}.csv">
aab2ffdd 68 {icon name=page_excel title="Fichier Excel"}
102f4e64
FB
69 Obtenir au format Excel
70 </a>
71 </li>
72 <li>
34ade5a6 73 <a href="{$platal->ns}annuaire/vcard/photos/{$asso->diminutif}.vcf">
aab2ffdd 74 {icon name=vcard title="Carte de visite"}
a7de4ef7 75 Ajouter les membres à ton carnet d'adresse
dc2073c3 76 </a>
34ade5a6 77 (<a href="{$platal->ns}annuaire/vcard/{$asso->diminutif}.vcf">sans les photos</a>)
dc2073c3 78 </li>
0337d704 79</ul>
0337d704 80
81<p class="center">
4b866888
RB
82[<a href="{$platal->ns}{$plset_base}/{$plset_mod}{$plset_args}" {if !$only_admin}class="erreur"{/if}>tous les membres</a>]
83[<a href="{$platal->ns}{$plset_base}/admins/{$plset_mod}{$plset_args}" {if $only_admin}class="erreur"{/if}>animateurs</a>]
0337d704 84</p>
85
4b866888 86{include core=plset.tpl}
0337d704 87
4cc4d017 88{if $lostUsers}
e429fff0 89<p class="smaller">
841ff7e7 90 {icon name=error}&nbsp;Un camarade signalé par ce symbole n'a plus d'adresse de redirection et ne peut donc
a7de4ef7 91 plus être contacté via son adresse polytechnique.org. Si tu connais sa nouvelle adresse, tu peux nous la communiquer en
e429fff0 92 cliquant sur le symbole.
93</p>
aa7cb883 94{/if}
e429fff0 95
a7de4ef7 96{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}