X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fregister%2Fstep2.tpl;h=ee2ce77c4edce2c46eaf75567222de3051d90c02;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=a9511fd39b7d09a4ca20a4636335d0c8b7292332;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/templates/register/step2.tpl b/templates/register/step2.tpl index a9511fd..ee2ce77 100644 --- a/templates/register/step2.tpl +++ b/templates/register/step2.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -30,31 +30,31 @@
- {if $smarty.session.sub_state.promo >= 1996} - {assign var="promo" value=$smarty.session.sub_state.promo} + {if $smarty.session.subState.yearpromo >= 1996} + {assign var="promo" value=$smarty.session.subState.yearpromo} - @@ -89,7 +89,7 @@ Promotion @@ -100,4 +100,4 @@
matricule
- Matricule X : + Matricule X : - +
- 6 chiffres terminant par le numéro d'entrée (ex: + 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 : + 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} @@ -69,19 +69,19 @@
- 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: *}