X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=ee2ce77c4edce2c46eaf75567222de3051d90c02;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=acec7b57766b8e736824d8a7cac36a38e9cdc60e;hpb=50a40a33a496131e817df875607ea5542d096a64;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index acec7b5..ee2ce77 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,34 +20,46 @@ {* *} {**************************************************************************} +{include file="register/breadcrumb.tpl"} +

Identification

-retour +retour

-
+ - {if $smarty.session.sub_state.promo >= 1996} + {if $smarty.session.subState.yearpromo >= 1996} + {assign var="promo" value=$smarty.session.subState.yearpromo} {/if} @@ -57,20 +69,19 @@ - @@ -78,7 +89,7 @@ Promotion @@ -89,4 +100,4 @@
matricule
- Matricule X : + Matricule X : - +
- 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: *}