1 {**************************************************************************}
3 {* Copyright (C) 2003-2006 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
6 {* This program is free software; you can redistribute it and/or modify *}
7 {* it under the terms of the GNU General Public License as published by *}
8 {* the Free Software Foundation; either version 2 of the License, or *}
9 {* (at your option) any later version. *}
11 {* This program is distributed in the hope that it will be useful, *}
12 {* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13 {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14 {* GNU General Public License for more details. *}
16 {* You should have received a copy of the GNU General Public License *}
17 {* along with this program; if not, write to the Free Software *}
18 {* Foundation, Inc., *}
19 {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
21 {**************************************************************************}
25 Envoi exceptionnel de l'AX
32 Tu es actuellement inscrit aux envois exceptionnels de l'AX (pour choisir le format HTML ou texte, rends toi sur la page <a href='prefs'>des préférences</a>)
35 [<a href='ax/out'>{icon name=delete} me désinscrire des envois exceptionnels</a>]
39 Tu n'es actuellement pas inscrit aux envois exceptionnels de l'AX.
42 [<a href='ax/in'>{icon name=add} m'inscrire</a>]
48 <table class="bicol" cellpadding="3" cellspacing="0" summary="liste des NL">
53 {if $ax_rights && !$new}
55 <td colspan="2" class="center">
56 <a href="ax/edit">{icon name=page_edit} Proposer un nouveau mail</a>
59 {elseif $ax_rights && $new}
61 <td><a href="ax/edit">{icon name=page_edit} Editer la demande</a></td>
64 <a href="ax/show/{$new->id()}"><strong>{$new->title(true)}</strong></a>
69 {foreach item=al from=$ax_list}
70 <tr class="{cycle values="impair,pair"}">
71 <td>{$al.date|date_format}</td>
73 <a href="ax/show/{$al.id}">{$al.titre}</a>
80 {* vim:set et sw=2 sts=2 sws=2: *}