X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Fmembers.tpl;h=217a6bd3920f2f7e23d6ddc39d7aee29758390b1;hb=09c8f0ce149bf279767fbb6a7089e69df434dcca;hp=f9dce9f83e480b922748d1c94a9241ed51d4e91b;hpb=8230e9f8eff954fb1103c8bdcf0d22557d419ae7;p=platal.git diff --git a/templates/lists/members.tpl b/templates/lists/members.tpl index f9dce9f..217a6bd 100644 --- a/templates/lists/members.tpl +++ b/templates/lists/members.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -85,34 +85,7 @@ {if $owners|@count} - {foreach from=$owners item=xs key=promo} - {foreach from=$xs item=x name=all} - - - - {if $x.p} - - {/if} - - {/foreach} - {/foreach} + {include file='lists/display_list.tpl' list=$owners delete=false no_sort_key='non-X' promo=$smarty.get.alpha}
- {if $smarty.foreach.all.first} - {if $promo}{$promo}{else}non-X{/if} - {/if} - - {if $promo && strpos($x.l, '@') === false} - {if $x.b}{icon name=error}{/if} - {$x.n} - {elseif $x.x} - {$x.n} - {elseif $x.n} - {$x.n} - {else} - {$x.l} - {/if} - - {$x.p} -
{/if} @@ -129,45 +102,21 @@ {if $members|@count} {if $details.own || hasPerms('admin,groupadmin')} - {/if} + {include file='lists/display_list.tpl' list=$members delete=false no_sort_key='non-X' promo=$smarty.get.alpha} +
- - {icon name="page_excel" title="Télécharger la liste des membres"} - Télécharger la liste des membres au format Excel - +
+ {include file="include/csv.tpl" url="`$platal->ns`lists/csv/`$platal->argv[1]`/`$platal->argv[1]`.csv"}
- +{if t($lostUsers)} +

+ {icon name=error} Un camarade signalé par ce symbole n'a plus d'adresse de redirection et ne peut donc + plus être contacté via son adresse polytechnique.org. Si tu connais sa nouvelle adresse, tu peux nous la communiquer en + cliquant sur le symbole. +

+{/if} - {foreach from=$members item=xs key=promo} - {foreach from=$xs item=x name=all} - - - {if $smarty.foreach.all.first} - {if $promo}{$promo}{else}non-X{/if} - {/if} - - - {if $promo && strpos($x.l, '@') === false} - {if $x.b}{icon name=error}{/if} - {$x.n} - {elseif $x.x} - {if $x.n|trim}{$x.n}{else}{$x.l}{/if} - {elseif $x.n} - {$x.n} - {else} - {$x.l} - {/if} - - {if $x.p} - - {$x.p} - - {/if} - - {/foreach} - {/foreach} - {/if}