Merge remote branch 'origin/platal-1.0.0'
[platal.git] / templates / emails / antispam.tpl
index 060ec90..12d1cdd 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -20,7 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 
-{include file=../spool/wiki.d/cache_Xorg.Antispam.tpl part=1 included=1}
+{include wiki=Xorg.Antispam part=1}
 
 {javascript name=ajax}
 <script type="text/javascript">//<![CDATA[
     showTempMessage('bogo-msg', "Le changement de réglage de l'antispam a bien été effectué.", true);
   }
   {/literal}
-</script>
+//]]></script>
   <fieldset>
-    <legend><strong>Choisis ton propre réglage :</strong></legend>
+    <legend><strong>Choisis ton propre réglage&nbsp;:</strong></legend>
     <input id='s0' type='radio' name='statut_filtre' value='0' {if $filtre eq 0}checked="checked"{/if} onclick="Ajax.update_html(null, '{$globals->baseurl}/emails/antispam/'+this.value, bogoUpdated)" />
-    <label for='s0'>(1) le filtre anti-spam n'agit pas sur tes mails</label>
+    <label for='s0'>(1) le filtre anti-spam n'agit pas sur tes emails</label>
     <br />
     <input id='s1' type='radio' name='statut_filtre' value='1' {if $filtre eq 1}checked="checked"{/if} onclick="Ajax.update_html(null, '{$globals->baseurl}/emails/antispam/'+this.value, bogoUpdated)" />
-    <label for='s1'>(2) le filtre anti-spam marque les mails</label>
+    <label for='s1'>(2) le filtre anti-spam marque les emails</label>
     <br />
     <input id='s2' type='radio' name='statut_filtre' value='2' {if $filtre eq 2}checked="checked"{/if} onclick="Ajax.update_html(null, '{$globals->baseurl}/emails/antispam/'+this.value, bogoUpdated)" />
-    <label for='s2'>(3) le filtre anti-spam marque les mails, et élimine les spams avec des notes les plus hautes</label>
+    <label for='s2'>(3) le filtre anti-spam marque les emails, et élimine les spams avec des notes les plus hautes</label>
     <br />
     <input id='s3' type='radio' name='statut_filtre' value='3' {if $filtre eq 3}checked="checked"{/if} onclick="Ajax.update_html(null, '{$globals->baseurl}/emails/antispam/'+this.value, bogoUpdated)" />
-    <label for='s3'>(4) le filtre anti-spam élimine les mails détectés comme spams</label>
+    <label for='s3'>(4) le filtre anti-spam élimine les emails détectés comme spams</label>
   </fieldset>
 
   <div id="bogo-msg" style="position:absolute;"></div><br />
 
-{include file=../spool/wiki.d/cache_Xorg.Antispam.tpl part=2 included=1}
+{include wiki=Xorg.Antispam part=2}
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}