Convert source code to UTF-8
[platal.git] / templates / profile / groupesx.tpl
CommitLineData
a1d79217 1{**************************************************************************}\r
2{* *}\r
5ddeb07c 3{* Copyright (C) 2003-2007 Polytechnique.org *}\r
a1d79217 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
46e1d3ba 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
a1d79217 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
a7de4ef7 41 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/events">{$asso.events} événement{if $asso.events > 1}s{/if}</a></li>\r
a1d79217 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
a5041216 54<div class="spacer"></div>\r
55\r
a1d79217 56<p class="center">\r
57[<a href="http://www.polytechnique.net/login">Tous les groupes X</a>]\r
58</p>\r
a7de4ef7 59{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}