X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fplan.tpl;h=f882ccb8c26d4224dad34de111041d10763d9c3d;hb=fe30a44283d468253126ebc102ac2b061d0d055f;hp=30c952214185577bd18e0cc2d8f6f7a0ca4fb71a;hpb=ae7bb1801452804bb5c01f856f2ae0a914508adc;p=platal.git diff --git a/templates/xnet/plan.tpl b/templates/xnet/plan.tpl index 30c9522..f882ccb 100644 --- a/templates/xnet/plan.tpl +++ b/templates/xnet/plan.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 *} @@ -25,14 +25,14 @@ - + @@ -43,14 +43,14 @@
Groupes XGroupes X
{foreach from=$groupesx key=id item=dom} - {$dom[0].domnom} + {$dom[0].domnom} {foreach from=$dom item=g} - {$g.nom} + {$g.nom} {/foreach} {/foreach} - + @@ -61,12 +61,12 @@
BinetsBinets
{foreach from=$binets key=id item=dom} - {$dom[0].domnom} + {$dom[0].domnom} {foreach from=$dom item=g} - {$g.nom} + {$g.nom} {/foreach} {/foreach} - + @@ -76,12 +76,12 @@
PromotionsPromotions
{iterate from=$promos item=g} - {$g.nom} + {$g.nom} {/iterate}
- + @@ -90,4 +90,4 @@
InstitutionsInstitutions
{iterate from=$inst item=g} - {$g.nom} + {$g.nom} {/iterate}
-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}