Remove double "account/types" link from admin index
[platal.git] / templates / lists / moderate_mail.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2010 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
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. *}
10{* *}
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. *}
15{* *}
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 *}
20{* *}
21{**************************************************************************}
22
23{include file="lists/header_listes.tpl"}
24
25<strong>Contenu de l'email en attente</strong>
26
27{$banana|smarty:nodefaults}
28
29<form method='post' action='{$platal->pl_self(1)}'>
30 <table class='tinybicol' cellpadding='0' cellspacing='0'>
31 <tr>
32 <th class='titre'>Modérer l'email</th>
33 </tr>
34 <tr>
35 <td>raison (pour les refus)&nbsp;:
36 <textarea cols='50' rows='10' name='reason' id='raison'>
37--
38{assign var="profile" value=$smarty.session.user->profile()}
39{$smarty.session.prenom} {$smarty.session.nom} ({$profile->promo()})
40</textarea>
41 </td>
42 </tr>
43 <tr>
44 <td class='center'>
45 <input type='hidden' name='mid' value='{$smarty.get.mid}' />
46 <input type='submit' name='mok' value='Accepter !'
47 onclick="return confirm('Es-tu sûr de vouloir Envoyer cet email sur la liste&nbsp;?')"/>&nbsp;
48 <input type='submit' name='mno' value='Refuser !'
49 onclick="return confirm('Es-tu sûr de vouloir Refuser cet email&nbsp;?')"/>&nbsp;
50 <input type='submit' name='mdel' value='Spam !' style='color:red;'
51 onclick="return confirm('Es-tu sûr de vouloir Détruire cet email&nbsp;?')"/>
52 </td>
53 </tr>
54 </table>
55 <ul>
56 <li>« Refuser » rejette l'email avec un message à son auteur (celui que tu tapes dans le cadre).</li>
57 <li>
58 « Spam » détruit l'email sans autre forme de procès, à utiliser <strong>UNIQUEMENT</strong>
59 pour les virus et les emails indésirables.
60 </li>
61 </ul>
62</form>
63<p>
64En cas de refus, l'email envoyé à l'auteur de l'email que tu modères actuellement sera de la forme suivante&nbsp;:
65</p>
66<pre>{$msg|smarty:nodefaults|utf8_encode}</pre>
67
68
69{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}