X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fplan.tpl;h=8a700c02a2b8a85841c2af6b8345df460ef5a81a;hb=bba75eda287510a87b7af689e02aef421bfaab90;hp=d12b2945924d053eae38e5a9aea8e195f83ef563;hpb=0e02493eeb0714d750f9b9ceb0d566ac7d9dd2d4;p=platal.git diff --git a/templates/xnet/plan.tpl b/templates/xnet/plan.tpl index d12b294..8a700c0 100644 --- a/templates/xnet/plan.tpl +++ b/templates/xnet/plan.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 *} @@ -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: *}