This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignaler-mail.html
89 lines (82 loc) · 3.42 KB
/
signaler-mail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<CONTENT VERSION="1.0" LANG="fr" CHARSET="utf-8"/>
<!--[
LODEL - Logiciel d'Edition ELectronique.
Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos
Copyright (c) 2003-2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot
Home page: http://www.lodel.org
E-Mail: [email protected]
All Rights Reserved
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.]-->
<USE MACROFILE="macros_admin.html">
<USE MACROFILE="macros_affichage.html">
<USE MACROFILE="macros_technique.html">
<USE MACROFILE="macros_images.html">
<USE MACROFILE="macros_navigation.html">
<USE MACROFILE="macros_presentation.html">
<USE MACROFILE="macros_site.html">
<LET VAR="subject">Un article de <MACRO NAME="NOM_SITE"> sur [(#CURRENTURL|dirname)] signalé par <IF COND="[#NOM_EXPEDITEUR]">[#NOM_EXPEDITEUR] <ELSE/> un ami</IF></LET>
<html>
<head>
<title><MACRO NAME="NOM_SITE"></title>
</head>
<body>
Bonjour [#NOM_DESTINATAIRE] <[#TO]>,
<blockquote>
[#NOM_EXPEDITEUR] <[#FROM]> a visité le site "<MACRO NAME="NOM_SITE">" sur [(#CURRENTURL|dirname)] et vous conseille de visiter la page :
<br />
<a href="[(#CURRENTURL|dirname)]/[(#ID|makeurlwithid('document'))]">[(#CURRENTURL|dirname)]/[(#ID|makeurlwithid('document'))]</a>
<br />
Voici son commentaire :
[#MESSAGE]
</blockquote>
Merci pour votre attention.<br />
<br />
<blockquote>
<strong>Voici le document signalé :</strong>
<blockquote>
<MACRO NAME="PARU_DANS"><br />
<strong>Auteur(s) :</strong> <MACRO NAME="LISTER_AUTEURS">
<br />
<strong>Titre :</strong> <IF COND="[#TITRE]"> [#TITRE]</IF>
<IF COND="[#SOUSTITRE]">
<br />
<strong>Sous-titre :</strong> [#SOUSTITRE]
</IF>
<br />
<IF COND="[#RESUME:FR]">
<br /> <strong>Résumé :</strong><br />
[#RESUME:FR]
<ELSE/>
<strong>Le début de l'article :</strong>
[(#TEXTE|couper(1000))] (...)
</IF>
<IF COND="[#RESUME:EN]">
<br /> <strong>Abstract :</strong>
<br />
[#RESUME:EN]
</IF>
<IF COND="[#TEXTE] and ([#DATEPUBLI] ge today())">
<br />
<a href="[(#CURRENTURL|dirname)]/[(#ID|makeurlwithid('document'))]">Le texte intégral</a> se trouve en ligne.
</IF>
<br />
</blockquote>
</blockquote>
__________________________________
<br />
<strong>Limites de l'usage de ce service de signalement par courriel</strong><br />
<em>En cas d'abus</em>
<br />
Le signalement d'articles par courrier électronique peut être détournée de sa vocation première. Si vous jugez être victime d'un abus de ce service par un internaute mal intentionné, n'hésitez pas à nous signaler le problème à l'adresse <MACRO NAME="MAIL_ABUS">.
</body>
</html>