{**************************************************************************} {* *} {* Copyright (C) 2003-2014 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Gestion des événements : [  {if $arch || $action eq 'edit'} Actualités {else} Actualités {/if}  |  {if !$arch || $action eq 'edit'} Archives {else} Archives {/if}  ]

{if $action eq 'edit'} {include file="events/form.tpl"} {else} {iterate from=$evs item=ev} {cycle values="impair,pair" assign=class} {if $ev.preview} {/if} {/iterate}
Titre Péremption
{if !$ev.fvalide}{/if} {$ev.titre}
{if !$ev.fvalide}
{/if} Proposée par {profile user=$ev.uid promo=true sex=false}
{if !$ev.fvalide}{/if}{$ev.expiration}{if !$ev.fvalide}{/if} {if $arch} {icon name=package_delete title="Désarchiver"}
{else} {if $ev.fvalide} {icon name=thumb_down title="Invalider"} {icon name=package_add title="Archiver"}
{else} {icon name=thumb_up title="Valider"}
{/if} {/if} {icon name=page_edit title="Editer"} {icon name=delete title="Supprimer"}
{$ev.texte|smarty:nodefaults|nl2br}
{/if} {* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}