Ticket #3514: blog_notifier_email_template.txt

File blog_notifier_email_template.txt, 1.4 kB (added by van.frag, 2 months ago)
Line 
1 #if action == 'added' or action == 'changed'
2 #if action == 'added'
3 Added post "${name}" by ${author} at ${time}
4 #end
5 #if action == 'changed'
6 Changed post "${name}" by ${author} at ${time}.
7 Revision: ${version}
8 #end
9 Page URL: ${link}
10
11 Content:
12 =========================================================================
13
14 =========================================================================
15
16 Title: ${title}
17 =========================================================================
18
19 ${body}
20 =========================================================================
21
22 =========================================================================
23
24 #if comment
25 Comment: ${comment}
26 #end
27 #end
28
29 #if action == 'deleted'
30 Deleted post "${name}" by ${author} at ${time}
31 #end
32 #if action == 'deleted_version'
33 Page URL: ${link}
34 Deleted version "${version}" of post "${name}" by ${author} at ${time}
35 #end
36
37 #if action == 'comment_added'
38 Comment added to post "${name}" by ${author} at ${time}
39 Page URL ${link}
40
41 Content:
42 =========================================================================
43
44 ${comment}
45 =========================================================================
46 #end
47 --
48 ${project.name} - ${project.url}
49 ${project.descr}
50
51 This is an automated message. Someone at ${project.url} added your email
52 address to be notified of changes on "${project.name}" Blog. If it was not you, please
53 report to ${project.admin}.