X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=acb6553af54a08a3290f4bfc2e4beee700b7adb8;hb=16594a1ac8d7cbff8a51e422a6a6d9e575129d9c;hp=0029d1af7ccbbbf9966c85c2fe1a0eb84537fc39;hpb=35cd1be17c5173bc0d7d3d7b2472f56838750455;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index 0029d1a..acb6553 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2008 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

@@ -29,12 +31,13 @@

{if $smarty.session.sub_state.promo >= 1996} + {assign var="promo" value=$smarty.session.sub_state.promo} {/if} @@ -58,7 +70,7 @@
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 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 (à l'X) + Nom (à l'X) @@ -66,7 +78,7 @@
- Prénom + Prénom @@ -88,4 +100,4 @@
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}