Merge branch 'xorg/maint' into xorg/master
[platal.git] / templates / xnetgrp / membres-add.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 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
faefdbb7 30 adresses email @polytechnique.org. S'il n'est pas inscrit à Polytechnique.org
a7de4ef7 31 coche la case qui se trouve sous le formulaire et indique ses noms, prénoms et
dc2073c3 32 promotions.
ef7c8560 33 </li>
34 <li>
a7de4ef7 35 Pour ajouter un extérieur dans ton groupe, il suffit d'entrer ici son
faefdbb7 36 adresse email, tu seras ensuite redirigé vers une page te permettant
6e828e47 37 d'éditer son profil (nom, prenom&hellip;).
ef7c8560 38 </li>
39 </ul>
dc2073c3 40 <table class="tinybicol">
41 <tr>
42 <td class="center" colspan="2">
08eb909c 43 <input type="text" id="email" name="email" size="40" value="{if t($platal->argv[1])}{$platal->argv[1]}{/if}" />
a208363f 44 <input type="hidden" name="force_continue" value="{if t($force_continue)}1{else}0{/if}" />
dc2073c3 45 <input type='submit' value='Ajouter'
46 onclick='this.form.action += this.form.email.value' />
47 </td>
48 </tr>
8773c4c2 49 {include file="xnetgrp/members_new_form.tpl" registered=false}
dc2073c3 50 </table>
0337d704 51</form>
cce10a57
SJ
52{literal}
53<script type="text/javascript">
54 $("#email").focus();
55</script>
56{/literal}
57
a7de4ef7 58{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}