Moving to GitHub.
[platal.git] / templates / xnetgrp / membres-add.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 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
34ade5a6 23<h1>{$asso->nom}&nbsp;: Ajout d'un membre</h1>
0337d704 24
7b2413f6 25<form method="post" action="{$platal->ns}member/new/">
e7fdf9dd 26 {xsrf_token_field}
ef7c8560 27 <ul class='descr'>
28 <li>
29 Pour ajouter un X dans ton groupe, il suffit d'entrer ici une de ses
85e4dd49 30 adresses email @polytechnique.org. Celui-ci sera prévenu de son inscription.
0a5630ed
TM
31 </li>
32 <li>
33 S'il s'agit d'un X qui n'est pas inscrit à Polytechnique.org, il faut
34 indiquer l'adresse email puis cocher la case qui se trouve sous le
35 formulaire et indiquer ses nom, prénom et/ou promotion pour le retrouver.
ef7c8560 36 </li>
37 <li>
a7de4ef7 38 Pour ajouter un extérieur dans ton groupe, il suffit d'entrer ici son
faefdbb7 39 adresse email, tu seras ensuite redirigé vers une page te permettant
6e828e47 40 d'éditer son profil (nom, prenom&hellip;).
ef7c8560 41 </li>
42 </ul>
dc2073c3 43 <table class="tinybicol">
44 <tr>
45 <td class="center" colspan="2">
08eb909c 46 <input type="text" id="email" name="email" size="40" value="{if t($platal->argv[1])}{$platal->argv[1]}{/if}" />
a208363f 47 <input type="hidden" name="force_continue" value="{if t($force_continue)}1{else}0{/if}" />
dc2073c3 48 <input type='submit' value='Ajouter'
49 onclick='this.form.action += this.form.email.value' />
50 </td>
51 </tr>
8773c4c2 52 {include file="xnetgrp/members_new_form.tpl" registered=false}
dc2073c3 53 </table>
0337d704 54</form>
cce10a57
SJ
55{literal}
56<script type="text/javascript">
57 $("#email").focus();
58</script>
59{/literal}
60
448c8cdc 61{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}