16e37bd0be3b20b61602a374d6e5880efd5d52e8
[platal.git] / templates / axletter / show.tpl
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 <h1 style="clear: both">
24   {if $am->_date}
25   Lettre de l'AX du {$am->_date|date_format}
26   {else}
27   Lettre de l'AX en préparation
28   {/if}
29 </h1>
30
31 <p style="float: left">
32 {if $smarty.get.text}
33 [<a href='{$platal->pl_self()}'>version HTML</a>]
34 {else}
35 [<a href='{$platal->pl_self()}?text=1'>version Texte</a>]
36 {/if}
37 {if !$am->_date}
38 [<a href='ax/edit'>éditer</a>]
39 {/if}
40 </p>
41
42 {include file="include/massmailer-nav.tpl" mm=$am base=ax}
43
44 <form method="post" action="{$platal->path}">
45   <div class='center' style="clear: both">
46     <input type='submit' value="me l'envoyer" name='send' />
47   </div>
48 </form>
49
50 <table class="bicol">
51   <tr><th>{$am->title(true)}</th></tr>
52   <tr>
53     <td>
54       {include file="axletter/letter.mail.tpl"}
55     </td>
56   </tr>
57 </table>
58
59 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}