Autocomplete enterprise name in profile edition. (Closes #836)
[platal.git] / templates / register / step3.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
179afa7f 3{* Copyright (C) 2003-2008 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>
25d0895d 32 Tu n'as pour le moment aucun homonyme dans notre base de données. Nous allons
d7dd70be 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>.
25d0895d
AA
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.
0337d704 37 </p>
38 {else}
39 <p>
25d0895d 40 Tu as déjà un homonyme inscrit dans notre base de données, dans une autre promotion. Nous allons
d7dd70be 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>.
0337d704 43 </p>
44 {/if}
45
46 <p>
25d0895d
AA
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.
0337d704 50 </p>
51 <p>
25d0895d
AA
52 Attention, cette adresse doit <strong>impérativement être valide</strong> pour que nous puissions
53 t'envoyer tes informations de connexion.
0337d704 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 />
25d0895d 65 <span class="smaller">(adresse de ton choix pour reçevoir tes emails)</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 />
12e5d7a6 74 <span class="smaller">jour/mois/année</span>
0337d704 75 </td>
76 <td>
12e5d7a6 77 <input type="text" size="10" maxlength="10" name="naissance" value="{$smarty.post.naissance}" />
25d0895d 78 (demandée si tu perds ton 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: *}