X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fplan.tpl;h=aa7ed2e251b6be9ab49dd2eca8cfa3dc20f74ea0;hb=73f2bb48667fc29db93551f9b1681fe5b1918bc7;hp=b386971b710d0771ab6c307152ed341cc579b49c;hpb=50a40a33a496131e817df875607ea5542d096a64;p=platal.git diff --git a/templates/xnet/plan.tpl b/templates/xnet/plan.tpl index b386971..aa7ed2e 100644 --- a/templates/xnet/plan.tpl +++ b/templates/xnet/plan.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2011 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: *}