aeced6e06912b74f959ef28d23d04f8416c4c460
[platal.git] / templates / groupesx.tpl
1 {**************************************************************************}\r
2 {*                                                                        *}\r
3 {*  Copyright (C) 2003-2006 Polytechnique.org                             *}\r
4 {*  http://opensource.polytechnique.org/                                  *}\r
5 {*                                                                        *}\r
6 {*  This program is free software; you can redistribute it and/or modify  *}\r
7 {*  it under the terms of the GNU General Public License as published by  *}\r
8 {*  the Free Software Foundation; either version 2 of the License, or     *}\r
9 {*  (at your option) any later version.                                   *}\r
10 {*                                                                        *}\r
11 {*  This program is distributed in the hope that it will be useful,       *}\r
12 {*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *}\r
13 {*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *}\r
14 {*  GNU General Public License for more details.                          *}\r
15 {*                                                                        *}\r
16 {*  You should have received a copy of the GNU General Public License     *}\r
17 {*  along with this program; if not, write to the Free Software           *}\r
18 {*  Foundation, Inc.,                                                     *}\r
19 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}\r
20 {*                                                                        *}\r
21 {**************************************************************************}\r
22 \r
23 <h1>Mes groupes X sur Polytechnique.net</h1>\r
24 \r
25 {foreach from=$assos item="asso"}\r
26 <div style="width:48%;float:left" >\r
27 <fieldset style="margin:0.6em">\r
28     <legend style="padding:4px"><strong><a href="http://www.polytechnique.net/login/{$asso.diminutif}">{$asso.nom}</a></strong></legend>\r
29     <ul style="padding-top:0px;padding-bottom:0px">\r
30         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/annuaire">annuaire</a></li>\r
31         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/trombi">trombino</a></li>\r
32         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/geoloc">carte</a></li>\r
33         {if $asso.lists}\r
34             <li><a href="http://www.polytechnique.net/{$asso.diminutif}/lists">listes mails</a></li>\r
35         {/if}\r
36         {if $asso.events}\r
37             <li><a href="http://www.polytechnique.net/{$asso.diminutif}/events">{$asso.events} événement{if $asso.events > 1}s{/if}</a></li>\r
38         {/if}\r
39         {if !$asso.lists}\r
40             <li style="display:block">&nbsp;</li>\r
41         {/if}\r
42         {if !$asso.events}\r
43             <li style="display:block">&nbsp;</li>\r
44         {/if}\r
45     </ul>\r
46 </fieldset>\r
47 </div>\r
48 {/foreach}\r
49 \r
50 <div class="spacer"></div>\r
51 \r
52 <p class="center">\r
53 [<a href="http://www.polytechnique.net/login">Tous les groupes X</a>]\r
54 </p>\r