X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fplan.tpl;h=f882ccb8c26d4224dad34de111041d10763d9c3d;hb=970e4226c215a7373e5b862ee0c5a5e4811e2654;hp=54de05540921bb41a71610b10ed0476915969c5d;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/templates/xnet/plan.tpl b/templates/xnet/plan.tpl index 54de055..f882ccb 100644 --- a/templates/xnet/plan.tpl +++ b/templates/xnet/plan.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2004 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: *}