Merge commit 'origin/master' into account
[platal.git] / templates / newsletter / nl.mail.tpl
index a9771cf..708877b 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -34,7 +34,7 @@
 {$nl->title()}
 ====================================================================
 
-{$nl->head($prenom, $nom, $sexe, 'text')}
+{$nl->head($user, 'text')}
 
 
 {foreach from=$nl->_arts key=cid item=arts name=cats}
@@ -51,7 +51,7 @@
 --------------------------------------------------------------------
 
 {foreach from=$arts item=art}
-{$art->toText()}
+{$art->toText($hash, $user->login())}
 
 {/foreach}
 {/foreach}
 Cette lettre est envoyée à tous les Polytechniciens sur Internet par
 l'intermédiaire de Polytechnique.org.
 
+{if $is_mail}
 archives         : <https://www.polytechnique.org/nl>
 écrire           : <https://www.polytechnique.org/nl/submit>
 ne plus recevoir : <https://www.polytechnique.org/nl/out>
-
+{else}
+archives         : &lt;https://www.polytechnique.org/nl&gt;
+écrire           : &lt;https://www.polytechnique.org/nl/submit&gt;
+ne plus recevoir : &lt;https://www.polytechnique.org/nl/out&gt;
+{/if}
 {if !$is_mail}
 </pre>
 {/if}
@@ -71,8 +76,8 @@ ne plus recevoir : <https://www.polytechnique.org/nl/out>
 {if $is_mail}
 <?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>  
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
     <title>Lettre mensuelle de Polytechnique.org</title>
     <style type="text/css">
       {literal}
@@ -87,8 +92,8 @@ ne plus recevoir : <https://www.polytechnique.org/nl/out>
     <div class='nl_background'>
 {/if}
     <div class='nl'>
-      <div class="title">{$nl->title()}</div>
-      <div class="intro">{$nl->head($prenom, $nom, $sexe, 'html')|smarty:nodefaults}</div>
+      <div class="title"><a href="{$globals->baseurl}">{$nl->title()}</a></div>
+      <div class="intro">{$nl->head($user, 'html')|smarty:nodefaults}</div>
       <a id="top_lnk"></a>
       {foreach from=$nl->_arts key=cid item=arts name=cats}
       <div class="lnk">
@@ -104,7 +109,7 @@ ne plus recevoir : <https://www.polytechnique.org/nl/out>
         {$nl->_cats[$cid]}
       </h1>
       {foreach from=$arts item=art}
-        {$art->toHtml()|smarty:nodefaults}
+        {$art->toHtml($hash, $user->login())|smarty:nodefaults}
         <div class="top_lnk"><a href="{$prefix}#top_lnk">Revenir au sommaire</a></div>
       {/foreach}
       {/foreach}