Arrange templates by module
[platal.git] / templates / profile / 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     {if $asso.has_logo}\r
30     <img alt="[ LOGO ]" src="http://www.polytechnique.net/{$asso.diminutif}/logo"\r
31          style="width: 30%; display: block; float: right;" />\r
32     {/if}\r
33     <ul style="padding-top:0px;padding-bottom:0px">\r
34         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/annuaire">annuaire</a></li>\r
35         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/trombi">trombino</a></li>\r
36         <li><a href="http://www.polytechnique.net/{$asso.diminutif}/geoloc">carte</a></li>\r
37         {if $asso.lists}\r
38             <li><a href="http://www.polytechnique.net/{$asso.diminutif}/lists">listes mails</a></li>\r
39         {/if}\r
40         {if $asso.events}\r
41             <li><a href="http://www.polytechnique.net/{$asso.diminutif}/events">{$asso.events} événement{if $asso.events > 1}s{/if}</a></li>\r
42         {/if}\r
43         {if !$asso.lists}\r
44             <li style="display:block">&nbsp;</li>\r
45         {/if}\r
46         {if !$asso.events}\r
47             <li style="display:block">&nbsp;</li>\r
48         {/if}\r
49     </ul>\r
50 </fieldset>\r
51 </div>\r
52 {/foreach}\r
53 \r
54 <div class="spacer"></div>\r
55 \r
56 <p class="center">\r
57 [<a href="http://www.polytechnique.net/login">Tous les groupes X</a>]\r
58 </p>\r