changement d'annee pour les copyrights
[platal.git] / templates / xnet / groupe / membres-add.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2006 Polytechnique.org                             *}
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 {if $smarty.request.new eq x}
24
25 <h1>{$asso.nom} : Ajout d'un membre X</h1>
26
27 <form method="post" action="{$smarty.server.REQUEST_URI}">
28   <p class="descr">
29   Pour ajouter un X dans ton groupe, il suffit d'entrer ici une de ses adresses mail @polytechnique.org. Pour rentrer plusieurs X en une seule fois, sépare les adresses par des espaces :
30   </p>
31   <div class="center">
32     <input type="text" name="email" size="40" value="{$smarty.request.email}" />
33     <input type='submit' value='Ajouter' />
34   </div>                                                                      
35 </form>
36
37 {else}
38
39 <h1>{$asso.nom} : Ajout d'un membre extérieur</h1>
40
41 <form method="post" action="{$smarty.server.REQUEST_URI}">
42   <p class="descr">
43   Pour ajouter un extérieur dans ton groupe, il suffit d'entrer ici son adresse mail,
44   tu seras ensuite redirigé vers une page te permettant d'éditer son profil (nom, prenom, ...) :
45   </p>
46   <div class="center">
47     <input type="text" name="email" size="40" value="{$smarty.request.email}" />
48     <input type='submit' value='Ajouter' />
49   </div>                                                                      
50 </form>
51
52 {/if}
53
54 {* vim:set et sw=2 sts=2 sws=2: *}