X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fevents%2Fsubmit.tpl;h=54df094689e0a0875f0c6a87099c3c3292559421;hb=70c65f3afd13138f80bcda7b2fdb5f4e4b3efd22;hp=29df338022103aade3bdf4c1314bdce9b43a9c05;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/events/submit.tpl b/templates/events/submit.tpl index 29df338..54df094 100644 --- a/templates/events/submit.tpl +++ b/templates/events/submit.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,49 +22,6 @@

Proposition d'information événementielle

-{if $action eq "proposer" && trim($titre) && trim($texte)} - -

-Voici ton annonce : -

- - - - -
{$titre|nl2br}
{$texte_html|nl2br|smarty:nodefaults}
- -

-Ce message est à destination -{if $promo_min || $promo_max} -des promotions {if $promo_min}X{$promo_min}{/if} {if $promo_max}jusqu'à X{$promo_max}{else} et plus{/if} -{else} -de toutes les promotions -{/if} -et sera affiché sur la page d'accueil jusqu'au {$peremption|date_format}. -

- -{if $valid_mesg} -

-Tu as ajouté le message suivant à l'intention du validateur : {$valid_mesg|nl2br} -

-{/if} - -
-
- - - - - - - - -
-
- - -{elseif $action eq "confirmer"} - {if $ok}

Ta proposition a bien été enregistrée, un administrateur va se charger de la valider aussi rapidement que possible. @@ -76,17 +33,11 @@ Merci pour ta contribution à la vie du site! Retour à la page d'accueil

{else} -

-Une erreur s'est produite pendant l'enregistrement de ta proposition. -Merci de nous contacter! -

-{/if} -{else} +{include file="events/form.tpl"} -{include file="include/form.evenement.tpl"} +{include wiki=Xorg.Annonce} {/if} - {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}