X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=308ca9c2523105ebbaaee7de2d466d5683643338;hb=2b2cd7aab12d27b32cb996bd5b61e5dad155fc21;hp=ee2ce77c4edce2c46eaf75567222de3051d90c02;hpb=4abb0fe4bcefc73a18891e9768640d8811a09acc;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index ee2ce77..308ca9c 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -30,14 +30,13 @@
- {if $smarty.session.subState.yearpromo >= 1996} - {assign var="promo" value=$smarty.session.subState.yearpromo} + {if t($smarty.session.subState.schoolid)} - + {/if}
matriculeMatricule
- Matricule X : + Matricule École : - 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 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} + 6 chiffres terminant par le numéro d'entrée (ex : {$smarty.session.subState.schoolid_exemple}). + Voir sur le GU ou un bulletin de solde pour trouver cette information.

+ Pour les élèves étrangers voie 2, il peut être aussi du type : {$smarty.session.subState.schoolid_exemple_ev2}.