X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fmarketing%2Fpromo.tpl;h=d95171d97e051871ab351866e8ebb9a707321dab;hb=5991ff1d920ff7503335d273f4c92054f9ba17d6;hp=66c4b50864124aa5018e9f0a386a7718eac4485d;hpb=15a094c09faa49d0cc9e3924d5d1200035b2d06e;p=platal.git diff --git a/templates/marketing/promo.tpl b/templates/marketing/promo.tpl index 66c4b50..d95171d 100644 --- a/templates/marketing/promo.tpl +++ b/templates/marketing/promo.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2006 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,94 +20,55 @@ {* *} {**************************************************************************} - - - - - - - - -
-
-
- - -
-
-
-
-
- - -
-
-
-
-
- Promotion : - -
-
-
-
-
- - -
-
-
-
-
- - -
-
-
+
+
+ Promo : +
+

- - Voir l'évolution des inscriptions de la promotion + + Voir l'évolution des inscriptions de la promotion
-
- +
+ + +
- + - {iterate from=$nonins item=it} + {foreach from=$nonins item=it} - - + + - {/iterate} + {/foreach}
NomDernière adresse connueDernière adresse connue Statut  
{$it.nom} {$it.prenom}{if $it.last_known_email}{mailto address=$it.last_known_email}{/if}{profile user=$it}{if $it->lastKnownEmail()}{mailto address=$it->lastKnownEmail()}{/if} - {if $it.dern_rel && $it.dern_rel != '0000-00-00'} - Relance le: {$it.dern_rel} + {if $it->lastMarketingRelance() && $it->lastMarketingRelance() != '0000-00-00'} + Relance le : {$it->lastMarketingRelance()} {elseif $it.email} - En cours : {$it.email} + En cours : {$it->lastKnownEmail()} {else} - {/if} - {* - *}Marketing - {* - *}AX + {icon name=wrench title="Marketing"} + {icon name=user_gray title="fiche AX"}

-{$nonins->total()} Polytechniciens de la promo {$promo} ne sont pas inscrits ! +{$nonins|@count} Polytechniciens de la promo {$promo} ne sont pas inscrits !

-{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}