X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fplan.tpl;h=f882ccb8c26d4224dad34de111041d10763d9c3d;hb=b771a361c8a7645c0126ed28d4697bbf01ed1a84;hp=b386971b710d0771ab6c307152ed341cc579b49c;hpb=50a40a33a496131e817df875607ea5542d096a64;p=platal.git diff --git a/templates/xnet/plan.tpl b/templates/xnet/plan.tpl index b386971..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: *}