Fixes vim mode line.
[platal.git] / templates / register / step2.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 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"}
24
0337d704 25<h1>Identification</h1>
26
27<p>
7b2413f6 28<a href="register?back=1">retour</a>
0337d704 29</p>
30
7b2413f6 31<form action="register" method="post">
0337d704 32 <table class="bicol" summary="Identification" cellpadding="3">
e4860774 33 {if t($smarty.session.subState.schoolid)}
0337d704 34 <tr>
f0a52f1b 35 <th colspan="2">Matricule</th>
0337d704 36 </tr>
37 <tr>
38 <td class="titre">
f0a52f1b 39 Matricule École&nbsp;:
0337d704 40 </td>
41 <td>
94590511
SJ
42 <input type="text" size="6" maxlength="6" name="schoolid"
43 value="{$smarty.request.schoolid|default:$smarty.session.subState.schoolid}" />
0337d704 44 </td>
45 </tr>
46 <tr class="pair">
47 <td></td>
48 <td>
e4860774
SJ
49 6 chiffres terminant par le numéro d'entrée (ex&nbsp;: {$smarty.session.subState.schoolid_exemple}).
50 Voir sur le GU ou un bulletin de solde pour trouver cette information.<br /><br />
51 Pour les élèves étrangers voie 2, il peut être aussi du type&nbsp;: {$smarty.session.subState.schoolid_exemple_ev2}.
0337d704 52 </td>
53 </tr>
54 {/if}
55 <tr>
56 <th colspan="2">
57 Identification
58 </th>
59 </tr>
60 <tr>
aab2ffdd 61 <td class="titre">
a7de4ef7 62 Nom <span class="smaller">(à l'X)</span>
0337d704 63 </td>
64 <td>
94590511 65 <input type="text" size="20" maxlength="30" name="lastname" value="{$smarty.request.lastname}" />
0337d704 66 </td>
67 </tr>
68 <tr>
69 <td class="titre">
a7de4ef7 70 Prénom
0337d704 71 </td>
72 <td>
94590511 73 <input type="text" size="15" maxlength="20" name="firstname" value="{$smarty.request.firstname}" />
0337d704 74 </td>
75 </tr>
76 <tr>
77 <td class="titre">
78 Promotion
79 </td>
80 <td>
94590511 81 <input type="text" size="4" readonly="readonly" value="{$smarty.session.subState.promo}" />
0337d704 82 </td>
83 </tr>
84 <tr>
85 <td colspan="2" class="center">
86 <input type="submit" value="Continuer l'inscription" />
87 </td>
88 </tr>
89 </table>
90</form>
91
448c8cdc 92{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}