X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fnewsletter%2Fedit.tpl;h=5ef95614780ee49608f84ba5fb9eafc3e1efb778;hb=3eaeedd1621a4ad6f3b89b01dcab4143e6f27545;hp=6759865d01cfedeae441440c5ba0d8041bb176d6;hpb=43b816c7ed20f3b1dbb5c8b6971d8582016a7a86;p=platal.git diff --git a/templates/newsletter/edit.tpl b/templates/newsletter/edit.tpl index 6759865..5ef9561 100644 --- a/templates/newsletter/edit.tpl +++ b/templates/newsletter/edit.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 *} @@ -21,17 +21,18 @@ {**************************************************************************}

- Lettre de Polytechnique.org de {$nl->_date|date_format:"%B %Y"} + {$nl->name} de {$issue->date|date_format:"%B %Y"}

{if !$art}

-[liste] -[visualiser] +[liste] +[visualiser] +

-
+ + + + + @@ -51,8 +78,12 @@ Nom @@ -60,7 +91,7 @@ Titre de l'email @@ -68,28 +99,111 @@ Titre + + + + + + + + + {if $nl->automaticMailingEnabled() && ($issue->isEditable() || $issue->isPending())} + + + + + {/if} + {if $nl->criteria->hasFlag('promo')} + + + + + {/if} + {if $nl->criteria->hasFlag('axid')} + + + + + {/if}
@@ -40,10 +41,36 @@
+ État + +{if $issue->isPending()} + En attente d'envoi + {if $nl->automaticMailingEnabled()} + [{* + *}{icon name=delete} Annuler l'envoi] + {/if} +{elseif $issue->isEditable()} + En cours d'édition + + {if $nl->automaticMailingEnabled()} + [{* + *}{icon name=tick} Valider l'envoi] + {/if} + + [{* + *}{icon name=cross} Supprimer] +{else} + Envoyée +{/if} +
ID - {$nl->_id} + {$issue->id}
- - (Ex : 2006-06 pour la NL de juin 2006) + {if $issue->isEditable()} + + (Ex : 2006-06 pour la NL de juin 2006) + {else} + {$issue->shortname} + {/if}
- +
- +
- Date d'envoi + Date + + {if $issue->isEditable()} + {valid_date name="date" value=$issue->date from=0 to=60} + {else} + {$issue->date} + {/if} +
+ Intro de la lettre
(ou contenu pour les lettres exceptionnelles) +
+ +
+ Signature de la lettre - +
- Intro de la lettre + Adresse de réponse (optionnelle) - +
+ Date d'envoi + + {if $issue->isEditable()} + Le {valid_date name="send_before_date" value=$issue->getSendBeforeDate() from=1 to=15} vers {html_select_time prefix="send_before_time_" time=$issue->getSendBeforeTime() display_hours=true display_minutes=false display_seconds=false display_meridian=false use_24_hours=true} heures + {else} + Le {$issue->send_before|date_format:"%d/%m/%Y vers %Hh"} + {/if} +
Promotions + {if $issue->isEditable()} + {include file="include/select_promo.tpl" promo_data=$smarty.request egal1="egal1" egal2="egal2" promo1="promo1" promo2="promo2" edu_type="edu_type"} + {else} + {if t($smarty.request.promo1)} + {if $smarty.request.egal1 eq "="} + {$smarty.request.promo1} + {elseif t($smarty.request.promo2)} + {if $smarty.request.egal1 eq ">="} + {$smarty.request.promo1} à {$smarty.request.promo2} + {else} + {$smarty.request.promo2} à {$smarty.request.promo1} + {/if} + {else} + {if $smarty.request.egal1 eq ">="} + après {$smarty.request.promo1} + {else} + avant {$smarty.request.promo1} + {/if} + {/if} + {else} + Toutes les promotions + {/if} + {if $smarty.request.edu_type eq #UserFilter::GRADE_ING#}(X){/if} + {if $smarty.request.edu_type eq #UserFilter::GRADE_MST#}(Master){/if} + {if $smarty.request.edu_type eq #UserFilter::GRADE_PHD#}(Docteur){/if} + {/if} +
Matricule AX + {if $issue->isEditable()} + +
+ Entrer une liste de matricules AX (un par ligne)
+ + Inverser la sélection (sélectionner dans l'intervalle de promotions, à l'exception des matricules indiqués) + {else} + {$smarty.request.axid} + {/if} +
- +
@@ -100,16 +214,16 @@ - {foreach from=$nl->_arts item=arts key=cat} + {foreach from=$issue->arts item=arts key=cat} @@ -118,20 +232,55 @@ - {/foreach} {/foreach}
- Créer un nouvel article... + Créer un nouvel article… - {icon name=add title="créer"} + {icon name=add title="créer"}
- {$nl->_cats[$cat]|default:"[no cat]"} + {$issue->category($cat)|default:"[no category]"}
{$art->toText('%hash%','%login%')}
- Pos: {$art->_pos}
- {icon name="page_edit" title="Editer"} - {icon name="delete" title="Supprimer"} +
+ Pos: {$art->pos}
+ + {icon name="page_edit" title="Editer"} + +


+ + {icon name="delete" title="Supprimer"} +
+
+ + + + + + + {if $ips_to_check|@count > 0} + {foreach from=$ips_to_check item=ip_list key=title} + {foreach from=$ip_list item=domain key=ip} + + + + + {assign var=title value=''} + {/foreach} + {/foreach} + {else} + + + + {/if} +
+ Vérifier les url et adresses emails sur Spamhaus +
{$title}{$domain}
+ +
+
+ {else}

-[retour] +[retour]

@@ -151,7 +300,7 @@
- +
@@ -178,7 +327,7 @@ @@ -188,7 +337,7 @@ - +
@@ -169,8 +318,8 @@
Position - +
Ajouts (emails, contacts, tarifs, site web, ...)Ajouts (emails, contacts, tarifs, site web…)