X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=b16d5160b89b531c4ebf9192a95178a7b8af3934;hb=fbf66f5e730def1c20bf36004f02f46c2c96bcfc;hp=91989daab5a6921fc8347f2caf89a259161f2a13;hpb=7b2413f614dc4deafd18501ba3cbe8db398c05e3;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index 91989da..b16d516 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,6 +20,8 @@ {* *} {**************************************************************************} +{include file="register/breadcrumb.tpl"} +

Identification

@@ -28,27 +30,39 @@

- {if $smarty.session.sub_state.promo >= 1996} + {if $smarty.session.subState.edu_type neq 'X' || $smarty.session.subState.yearpromo >= 1996} + {assign var="promo" value=$smarty.session.subState.yearpromo} - + + {if $smarty.session.subState.edu_type eq 'X'} + {/if} {/if} @@ -57,20 +71,19 @@ - @@ -78,7 +91,7 @@ Promotion @@ -89,4 +102,4 @@
matriculeMatricule
- Matricule X : + Matricule École : - +
- 6 chiffres terminant par le numéro d'entrée (ex: 960532 ou 101532)
+ 6 chiffres terminant par le numéro d'entrée (ex : + {if $promo < 2000} + {math equation="promo % 100" promo=$promo}0532)
+ {else} + {math equation="(promo % 100) + 100" promo=$promo}532)
+ {/if} Voir sur le GU ou un bulletin de solde pour trouver cette information

- Pour les élèves étrangers voie 2, il est du type :
- Promotion: 1996, Matricule: 970XXX - Promotion: 2001, Matricule 102XXX. + Pour les élèves étrangers voie 2, il peut être aussi du type : + {if $promo < 1999} + {math equation="(promo + 1) % 100" promo=$promo}0XXX + {else} + {math equation="((promo + 1) % 100) + 100" promo=$promo}XXX + {/if}
- Nom
- (Xettes mariées : nom à l'X) +
+ Nom (à l'X) - +
- Prénom + Prénom - +
- +
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}