Moving to GitHub.
[platal.git] / templates / xnetgrp / membres-add.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2014 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<h1>{$asso->nom}&nbsp;: Ajout d'un membre</h1>
24
25<form method="post" action="{$platal->ns}member/new/">
26 {xsrf_token_field}
27 <ul class='descr'>
28 <li>
29 Pour ajouter un X dans ton groupe, il suffit d'entrer ici une de ses
30 adresses email @polytechnique.org. Celui-ci sera prévenu de son inscription.
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.
36 </li>
37 <li>
38 Pour ajouter un extérieur dans ton groupe, il suffit d'entrer ici son
39 adresse email, tu seras ensuite redirigé vers une page te permettant
40 d'éditer son profil (nom, prenom&hellip;).
41 </li>
42 </ul>
43 <table class="tinybicol">
44 <tr>
45 <td class="center" colspan="2">
46 <input type="text" id="email" name="email" size="40" value="{if t($platal->argv[1])}{$platal->argv[1]}{/if}" />
47 <input type="hidden" name="force_continue" value="{if t($force_continue)}1{else}0{/if}" />
48 <input type='submit' value='Ajouter'
49 onclick='this.form.action += this.form.email.value' />
50 </td>
51 </tr>
52 {include file="xnetgrp/members_new_form.tpl" registered=false}
53 </table>
54</form>
55{literal}
56<script type="text/javascript">
57 $("#email").focus();
58</script>
59{/literal}
60
61{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}