Revert "Fix geoloc."
[platal.git] / templates / register / step3.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2008 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 {if $smarty.session.sub_state.forlife}
26
27 <h1>Formulaire de pré-inscription</h1>
28
29 <form action="register" method="post">
30   {if $smarty.session.sub_state.mailorg2}
31   <p>
32   Tu n'as pour le moment aucun homonyme dans notre base de données. Nous allons
33   donc te donner l'adresse <strong>{$smarty.session.sub_state.bestalias}@{#globals.mail.domain#}</strong>,
34   en plus de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@{#globals.mail.domain#}</strong>.
35   Note que tu pourrais perdre l'adresse <strong>{$smarty.session.sub_state.bestalias}@{#globals.mail.domain#}</strong> 
36   si un homonyme s'inscrivait &mdash; cela reste assez rare.
37   </p>
38   {else}
39   <p>
40   Tu as déjà un homonyme inscrit dans notre base de données, dans une autre promotion. Nous allons
41   donc te donner l'adresse <strong>{$smarty.session.sub_state.bestalias}@{#globals.mail.domain#}</strong>, en plus
42   de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@{#globals.mail.domain#}</strong>.
43   </p>
44   {/if}
45   
46   <p>
47   Ces adresses sont des redirections vers une ou plusieurs adresses e-mail de ton choix.
48   Indiques-en une pour terminer ton inscription. Tu pourras la modifier ou ajouter d'autres
49   adresses une fois inscrit.
50   </p>
51   <p>
52   Attention, cette adresse doit <strong>impérativement être valide</strong> pour que nous puissions 
53   t'envoyer tes informations de connexion.
54   </p>
55
56   <table class="bicol">
57     <tr>
58       <th colspan="2">
59         Contact et sécurité
60       </th>
61     </tr>
62     <tr>
63       <td class="titre">
64         E-mail<br />
65         <span class="smaller">(adresse de ton choix pour reçevoir tes emails)</span>
66       </td>
67       <td>
68         <input type="text" size="35" maxlength="50" name="email" value="{$smarty.post.email}" />
69       </td>
70     </tr>
71     <tr>
72       <td class="titre">
73         Date de naissance<br />
74         <span class="smaller">jour/mois/année</span>
75       </td>
76       <td>
77         <input type="text" size="10" maxlength="10" name="naissance"  value="{$smarty.post.naissance}" />
78         (demandée si tu perds ton mot de passe)
79       </td>
80     </tr>
81     <tr>
82       <td colspan="2" class="center">
83         <input type="submit" value="Terminer la pré-inscription" />
84       </td>
85     </tr>
86   </table>
87 </form>
88
89 {/if}
90
91 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}