Create the StoredUserFilterBuilder class.
[platal.git] / templates / axletter / show.tpl
CommitLineData
8da0d3c1 1{**************************************************************************}
2{* *}
12262f13 3{* Copyright (C) 2003-2011 Polytechnique.org *}
8da0d3c1 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
fc9d9368 23<h1 style="clear: both">
9b242f17 24 {if $am->_date}
25 Lettre de l'AX du {$am->_date|date_format}
8da0d3c1 26 {else}
a7de4ef7 27 Lettre de l'AX en préparation
8da0d3c1 28 {/if}
29</h1>
30
fc9d9368 31<p style="float: left">
8da0d3c1 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}
9b242f17 37{if !$am->_date}
a7de4ef7 38[<a href='ax/edit'>éditer</a>]
8da0d3c1 39{/if}
40</p>
41
fc9d9368 42{include file="include/massmailer-nav.tpl" mm=$am base=ax}
43
8da0d3c1 44<form method="post" action="{$platal->path}">
fc9d9368 45 <div class='center' style="clear: both">
8da0d3c1 46 <input type='submit' value="me l'envoyer" name='send' />
47 </div>
48</form>
49
fc9d9368 50<table class="bicol">
51 <tr><th>{$am->title(true)}</th></tr>
52 <tr>
53 <td>
2c9b8b34 54 {include file="axletter/letter.mail.tpl"}
fc9d9368 55 </td>
56 </tr>
b35106ba 57</table>
8da0d3c1 58
a7de4ef7 59{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}