Happy New Year !
[platal.git] / templates / register / end.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2013 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 {include file="register/breadcrumb.tpl"}
24
25 <h1>Confirmation de ton inscription</h1>
26
27 <p>Merci {$firstname} d'avoir choisi de t'inscrire. Pour finaliser ton inscription,
28 il te suffit de taper ton mot de passe ci-dessous. Tu pourras ensuite librement
29 accéder au site, et à notre annuaire en ligne&nbsp;!</p>
30
31 <form action="{$smarty.server.REQUEST_URI}" method="post" id="login" onsubmit='doChallengeResponseLogged(); return false;'>
32   <table class="bicol">
33     <tr>
34       <td class="titre">Nom d'utilisateur&nbsp;:</td>
35       <td>{$forlife}</td>
36     </tr>
37     <tr>
38       <td class="titre">Mot de passe&nbsp;:</td>
39       <td><input type="password" name="password" size="10" maxlength="256" /></td>
40     </tr>
41     <tr>
42       <td {popup caption='Connexion permanente' width='300' text='Décoche cette case pour que le site oublie ce navigateur.<br />
43         Il est conseillé de décocher la case si cette machine n\'est pas <b>strictement</b> personnelle'} colspan="2">
44         <label><input type="checkbox" name="remember" checked="checked" />
45           Garder l'accès aux services après déconnexion.
46         </label>
47       </td>
48     </tr>
49     <tr>
50       <td></td>
51       <td><input  type="submit" name="submitbtn" value="Envoyer" /></td>
52     </tr>
53   </table>
54 </form>
55
56 <form action="{$smarty.server.REQUEST_URI}" method="post" id="loginsub">
57   <div>
58     <input type="hidden" name="challenge" value="{$smarty.session.challenge}" />
59     <input type="hidden" name="username" value="{$forlife}" />
60     <input type="hidden" name="remember" value="" />
61     <input type="hidden" name="response" value="" />
62   </div>
63 </form>
64
65 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}