Revert "Initial work on the rewriting of the profile/edit page"
[platal.git] / templates / axletter / letter.tpl
index 7e19cc8..3f0bb05 100644 (file)
 {*                                                                        *}
 {**************************************************************************}
 
-{if !$html_version}
-{if $is_mail}
 {config_load file="mails.conf" section="mails_ax"}
+{if $mail_part eq 'head'}
 {from full=#from#}
 {subject text=$am->title(true)}
 {if isset(#replyto#)}{add_header name='Reply-To' value=#replyto#}{/if}
 {if isset(#retpath#)}{add_header name='Return-Path' value=#retpath#}{/if}
-{else}
+{elseif $mail_part eq 'text'}
+{if !$is_mail}
 <pre style="width : 72ex; margin: auto">
 {/if}
 ====================================================================
 {$am->signature('text')}
 
 --------------------------------------------------------------------
-Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
+Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
 
-archives         : [https://www.polytechnique.org/ax]
-ne plus recevoir : [https://www.polytechnique.org/ax/out]
+archives         : <https://www.polytechnique.org/ax>
+ne plus recevoir : <https://www.polytechnique.org/ax/out{if $hash}/{$hash}{/if}>
 
 {if !$is_mail}
 </pre>
 {/if}
-{else}
+{elseif $mail_part eq 'html'}
 {if $is_mail}
-<?xml version="1.0" encoding="iso-8859-15"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"> 
   <head>  
-    <title></title>
+    <title>Lettre d'information de l'AX</title>
     <style type="text/css">
-    <!--
       {literal}
       body      { background-color: #ddd; color: #000; }
       {/literal}
+    <!--
       {$am->css()}
     -->
     </style>
   </head>
   <body>
+    <div class="ax_background">
 {/if}
     <div class='ax_mail'>
       <div class="title">{$am->title()}</div>
@@ -73,17 +74,18 @@ ne plus recevoir : [https://www.polytechnique.org/ax/out]
       <div class="body">{$am->body('html')|smarty:nodefaults}</div>
       <div class="signature">{$am->signature('html')|smarty:nodefaults}</div>
       <div class="foot1">
-        Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
+        Cette lettre est envoyée par l'AX grâce aux outils de Polytechnique.org.
       </div>
       <div class="foot2">
         [<a href="https://www.polytechnique.org/ax">archives</a>&nbsp;|
-        <a href="https://www.polytechnique.org/ax/out">ne plus recevoir</a>]
+        <a href="https://www.polytechnique.org/ax/out{if $hash}/{$hash}{/if}">ne plus recevoir</a>]
       </div>
     </div>
 {if $is_mail}
+    </div>
   </body>
 </html>
 {/if}
 {/if}
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}