Adds email storage backends in the redirection list in redirection testing emails.
[platal.git] / templates / profile / groupesx.tpl
CommitLineData
a18afbdc 1{**************************************************************************}
2{* *}
179afa7f 3{* Copyright (C) 2003-2008 Polytechnique.org *}
a18afbdc 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
23<h1>Mes groupes X sur Polytechnique.net</h1>
24
25<p class="center">
26[<a href="http://www.polytechnique.net/login/plan">Tous les groupes X</a>]
27</p>
28
29{foreach from=$assos item="asso"}
30<div style="width:48%;float:left" >
31<fieldset style="margin:0.6em">
32 <legend style="padding:4px"><strong><a href="http://www.polytechnique.net/login/{$asso.diminutif}">{$asso.nom}</a></strong></legend>
33 {if $asso.has_logo}
34 <a href="http://www.polytechnique.net/login/{$asso.diminutif}" style="width: 30%; display: block; float: right; ">
35 <img alt="[ LOGO ]" src="http://www.polytechnique.net/{$asso.diminutif}/logo" style="width: 100%" />
36 </a>
37 {/if}
38 <ul style="padding-top:0px;padding-bottom:0px">
39 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/annuaire">annuaire</a></li>
40 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/trombi">trombino</a></li>
41 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/geoloc">carte</a></li>
42 {if $asso.lists}
43 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/lists">listes mails</a></li>
44 {/if}
45 {if $asso.events}
46 <li><a href="http://www.polytechnique.net/{$asso.diminutif}/events">{$asso.events} événement{if $asso.events > 1}s{/if}</a></li>
47 {/if}
48 {if !$asso.lists}
49 <li style="display:block">&nbsp;</li>
50 {/if}
51 {if !$asso.events}
52 <li style="display:block">&nbsp;</li>
53 {/if}
54 </ul>
55</fieldset>
56</div>
57{/foreach}
58
a7de4ef7 59{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}