Convert source code to UTF-8
[platal.git] / templates / register / step3.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2007 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}@polytechnique.org</strong>,
34   en plus de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@polytechnique.org</strong>.
35   Sache que tu peux perdre l'adresse <strong>{$smarty.session.sub_state.bestalias}@polytechnique.org</strong> 
36   si un homonyme s'inscrit (même si cela reste assez rare).
37   </p>
38   {else}
39   <p>
40   Tu as déjà un homonyme inscrit dans notre base de données mais dans une autre promotion, nous allons
41   donc te donner l'adresse <strong>{$smarty.session.sub_state.bestalias}@polytechnique.org</strong>, en plus
42   de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@polytechnique.org</strong>.
43   </p>
44   {/if}
45   
46   <p>
47   Ces adresses sont des redirections vers des adresses e-mail de ton choix.
48   Indique-s-en un pour commencer (tu pourras indiquer les autres une fois l'inscription terminée) et pouvoir
49   terminer ton inscription.
50   </p>
51   <p>
52   Attention, il doit <strong>impérativement être correct</strong> pour que nous puissions 
53   t'envoyer ton mot de passe.
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">(Première redirection)</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">(Format JJMMAAAA)</span>
75       </td>
76       <td>
77         <input type="text" size="8" maxlength="8" name="naissance"  value="{$smarty.post.naissance}" />
78         (demandée si perte de 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: *}