force 'base href=...../~x......' once for good.
[platal.git] / templates / xnet / groupe / membres-add.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 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
ef7c8560 23<h1>{$asso.nom} : Ajout d'un membre</h1>
0337d704 24
ef7c8560 25<form method="post" action="{rel}/{$platal->ns}member/new/">
0337d704 26 <p class="descr">
ef7c8560 27 <ul class='descr'>
28 <li>
29 Pour ajouter un X dans ton groupe, il suffit d'entrer ici une de ses
30 adresses mail @polytechnique.org.
31 </li>
32 <li>
33 Pour ajouter un extérieur dans ton groupe, il suffit d'entrer ici son
34 adresse mail, tu seras ensuite redirigé vers une page te permettant
35 d'éditer son profil (nom, prenom, ...)
36 </li>
37 </ul>
0337d704 38 </p>
39 <div class="center">
ef7c8560 40 <input type="text" name="email" size="40" value="{$platal->argv[1]}" />
41 <input type='submit' value='Ajouter'
42 onclick='this.form.action += this.form.email.value' />
43 </div>
0337d704 44</form>
45
0337d704 46{* vim:set et sw=2 sts=2 sws=2: *}