Fixes vim mode line.
[platal.git] / templates / newsletter / nl.AX.mail.tpl
CommitLineData
8da0d3c1 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 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
8da0d3c1 23{config_load file="mails.conf" section="mails_ax"}
5b21237d 24{if $mail_part eq 'head'}
8da0d3c1 25{from full=#from#}
84163d58 26{subject text=$issue->title(true)}
8da0d3c1 27{if isset(#replyto#)}{add_header name='Reply-To' value=#replyto#}{/if}
28{if isset(#retpath#)}{add_header name='Return-Path' value=#retpath#}{/if}
5b21237d 29{elseif $mail_part eq 'text'}
30{if !$is_mail}
8da0d3c1 31<pre style="width : 72ex; margin: auto">
32{/if}
33====================================================================
84163d58 34{$issue->title()}
8da0d3c1 35====================================================================
36
84163d58 37{$issue->head($user, 'text')}
8da0d3c1 38
84163d58 39{$issue->signature('text')}
8da0d3c1 40
41--------------------------------------------------------------------
a7de4ef7 42Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
8da0d3c1 43
ec896627 44{if $is_mail}
71b21455 45archives : <https://www.polytechnique.org/ax>
4eb1f02c 46ne plus recevoir : <https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/{$issue->id}>
ec896627
FB
47{else}
48archives : &lt;https://www.polytechnique.org/ax&gt;
4eb1f02c 49ne plus recevoir : &lt;https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/{$issue->id}&gt;
ec896627 50{/if}
8da0d3c1 51
52{if !$is_mail}
53</pre>
54{/if}
5b21237d 55{elseif $mail_part eq 'html'}
8da0d3c1 56{if $is_mail}
493b6abe 57<?xml version="1.0" encoding="utf-8"?>
8da0d3c1 58<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
aab2ffdd
SJ
59<html xmlns="http://www.w3.org/1999/xhtml">
60 <head>
183a157b 61 <title>Lettre d'information de l'AX</title>
8da0d3c1 62 <style type="text/css">
a46f274c 63 {literal}
64 body { background-color: #ddd; color: #000; }
65 {/literal}
8da0d3c1 66 <!--
84163d58 67 {$issue->css()}
8da0d3c1 68 -->
69 </style>
70 </head>
71 <body>
a46f274c 72 <div class="ax_background">
8da0d3c1 73{/if}
74 <div class='ax_mail'>
84163d58
RB
75 <div class="title">{$issue->title()}</div>
76 <div class="intro">{$issue->head($user, 'html')|smarty:nodefaults}</div>
77 <div class="signature">{$issue->signature('html')|smarty:nodefaults}</div>
8da0d3c1 78 <div class="foot1">
a7de4ef7 79 Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
8da0d3c1 80 </div>
81 <div class="foot2">
82 [<a href="https://www.polytechnique.org/ax">archives</a>&nbsp;|
602119a2 83 <a href="https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/{$issue->id}">ne plus recevoir</a>]
8da0d3c1 84 </div>
85 </div>
86{if $is_mail}
a46f274c 87 </div>
8da0d3c1 88 </body>
89</html>
90{/if}
91{/if}
92
448c8cdc 93{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}