X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fregister%2Fstep2.tpl;h=a460a37e8e823c888206be193a86ecef5bba9812;hb=44c488102a8268f511fbbe197d0c2ff766ad5ebb;hp=0029d1af7ccbbbf9966c85c2fe1a0eb84537fc39;hpb=35cd1be17c5173bc0d7d3d7b2472f56838750455;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index 0029d1a..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,6 +20,8 @@ {* *} {**************************************************************************} +{include file="register/breadcrumb.tpl"} +

Identification

@@ -29,6 +31,7 @@

{if $smarty.session.sub_state.promo >= 1996} + {assign var="promo" value=$smarty.session.sub_state.promo} @@ -44,10 +47,19 @@ {/if} @@ -58,7 +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 (à 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: *}