X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=a460a37e8e823c888206be193a86ecef5bba9812;hb=6ee5498452cc6a964d87cbf39a75aa926bf8bb6b;hp=0fb394b4b1f4ee2dc4a47b26fd35687d3b61d212;hpb=f59bc2fb255328f8a36ff4895d6f1b5e5d41ae66;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index 0fb394b..a460a37 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2007 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,15 +20,18 @@ {* *} {**************************************************************************} +{include file="register/breadcrumb.tpl"} +

Identification

-retour +retour

-
+ {if $smarty.session.sub_state.promo >= 1996} + {assign var="promo" value=$smarty.session.sub_state.promo} @@ -44,10 +47,19 @@ {/if} @@ -58,8 +70,7 @@
matricule
- 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 est 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)
@@ -67,7 +78,7 @@
- Prénom + Prénom @@ -89,4 +100,4 @@
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}