X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Fadmin.tpl;h=6c219302b5f98b98df6b732a86ce3e0aaa4c50ef;hb=4f494e74bb1310de55ce335324a966e31b6c72cb;hp=09bfad59006128b033f3f9459a67e10829517087;hpb=a7c29df3b9bf8f3c3b23fec0f1d2feb814cb61fe;p=platal.git diff --git a/templates/lists/admin.tpl b/templates/lists/admin.tpl index 09bfad5..6c21930 100644 --- a/templates/lists/admin.tpl +++ b/templates/lists/admin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2009 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -41,10 +41,10 @@ qui y était abonné.

{if $unregistered|@count eq 1} -L'utilisateur suivant n'est pas inscrit à Polytechnique.org. Tu peux l'y inciter en lui faisant envoyer un mail de marketing. Une fois inscrit à Polytechnique.org, l'inscription à la liste lui sera automatiquement proposée. +L'utilisateur suivant n'est pas inscrit à Polytechnique.org. Tu peux l'y inciter en lui faisant envoyer un email de marketing. Une fois inscrit à Polytechnique.org, l'inscription à la liste lui sera automatiquement proposée. {else} Les utilisateurs suivants ne sont pas inscrits à Polytechnique.org. Tu peux les y inciter en leur faisant envoyer des -mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la liste leur sera automatique proposée. +emails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la liste leur sera automatique proposée. {/if}

@@ -60,6 +60,7 @@ mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la

+ {xsrf_token_field} {foreach from=$unregistered key=login item=it} @@ -71,11 +72,11 @@ mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la {/iterate}
- Action* : + Action* :
{foreach from=$owners item=xs key=promo} @@ -112,23 +114,22 @@ mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la {if $promo && strpos($x.l, '@') === false} {$x.n} {elseif $x.x} - {$x.n} + {if $x.n|trim}{$x.n}{else}{$x.l}{/if} {elseif $x.n} {$x.n} {else} {$x.l} {/if} - {icon name=cross title='retirer modérateur'} + {icon name=cross title='retirer modérateur'}
{/foreach} {/foreach} - - + + @@ -137,10 +138,11 @@ mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la

- {$np_m|default:"0"} membre(s) dans la liste + {$np_m|default:"0"} membre{if $np_m > 1}s{/if} dans la liste

- + + {xsrf_token_field}
Ajouter ...
Ajouter -  
{foreach from=$members item=xs key=promo} @@ -150,28 +152,45 @@ mails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la {if $promo && strpos($x.l, '@') === false} {$x.n} {elseif $x.x} - {$x.n} + {if $x.n|trim}{$x.n}{else}{$x.l}{/if} {elseif $x.n} {$x.n} {else} {$x.l} {/if} - {icon name=cross title='retirer membre'} + {icon name=cross title='retirer membre'}
{/foreach} {/foreach} - + + + + + + + + + + +
Ajouter ...Ajouter
Liste -   +
ou fichier(*) + * +
+
+ * Le fichier doit contenir une adresse email par ligne. Les X doivent être identifiés par une adresse + @polytechnique.org, @m4x.org ou @melix.net/org. +
+ {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}