Convert source code to UTF-8
[platal.git] / templates / register / step3.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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
a41bf2f8 23{include file="register/breadcrumb.tpl"}
0337d704 24
25{if $smarty.session.sub_state.forlife}
26
a7de4ef7 27<h1>Formulaire de pré-inscription</h1>
0337d704 28
7b2413f6 29<form action="register" method="post">
0337d704 30 {if $smarty.session.sub_state.mailorg2}
31 <p>
a7de4ef7 32 Tu n'as pour le moment aucun homonyme dans notre base de données, nous allons
0337d704 33 donc te donner l'adresse <strong>{$smarty.session.sub_state.bestalias}@polytechnique.org</strong>,
a7de4ef7 34 en plus de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@polytechnique.org</strong>.
0337d704 35 Sache que tu peux perdre l'adresse <strong>{$smarty.session.sub_state.bestalias}@polytechnique.org</strong>
a7de4ef7 36 si un homonyme s'inscrit (même si cela reste assez rare).
0337d704 37 </p>
38 {else}
39 <p>
a7de4ef7 40 Tu as déjà un homonyme inscrit dans notre base de données mais dans une autre promotion, nous allons
0337d704 41 donc te donner l'adresse <strong>{$smarty.session.sub_state.bestalias}@polytechnique.org</strong>, en plus
a7de4ef7 42 de ton adresse à vie <strong>{$smarty.session.sub_state.forlife}@polytechnique.org</strong>.
0337d704 43 </p>
44 {/if}
45
46 <p>
47 Ces adresses sont des redirections vers des adresses e-mail de ton choix.
a7de4ef7 48 Indique-s-en un pour commencer (tu pourras indiquer les autres une fois l'inscription terminée) et pouvoir
0337d704 49 terminer ton inscription.
50 </p>
51 <p>
a7de4ef7 52 Attention, il doit <strong>impérativement être correct</strong> pour que nous puissions
0337d704 53 t'envoyer ton mot de passe.
54 </p>
55
56 <table class="bicol">
57 <tr>
58 <th colspan="2">
a7de4ef7 59 Contact et sécurité
0337d704 60 </th>
61 </tr>
62 <tr>
63 <td class="titre">
64 E-mail<br />
a7de4ef7 65 <span class="smaller">(Première redirection)</span>
0337d704 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}" />
a7de4ef7 78 (demandée si perte de mot de passe)
0337d704 79 </td>
80 </tr>
81 <tr>
82 <td colspan="2" class="center">
a7de4ef7 83 <input type="submit" value="Terminer la pré-inscription" />
0337d704 84 </td>
85 </tr>
86 </table>
87</form>
88
89{/if}
90
a7de4ef7 91{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}