aboutsummaryrefslogtreecommitdiff
path: root/www/trac-wikinotification/files/patch-WikiNotification__templates__wiki_notification_email_template.txt
blob: 77641e7072bb52cf6b165aa7561b4f41e9c8d311 (plain) (blame)
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
--- ./WikiNotification/templates/wiki_notification_email_template.txt.orig	2008-03-14 05:02:03.000000000 -0400
+++ ./WikiNotification/templates/wiki_notification_email_template.txt	2010-10-08 11:41:19.000000000 -0400
@@ -1,40 +1,40 @@
 
-#if action == 'added'
+{% if action == 'added' %}
 Added page "${name}" by ${author} from ${ip}*
 Page URL: <${link}>
- #if comment
+ {% if comment %}
 Comment: ${comment}
- #end
+ {% end %}
 Content:
 -------8<------8<------8<------8<------8<------8<------8<------8<--------
 ${text}
 -------8<------8<------8<------8<------8<------8<------8<------8<--------
-#end
-#if action == 'modified'
+{% end %}
+{% if action == 'modified' %}
 Changed page "${name}" by ${author} from ${ip}*
 Page URL: <${link}>
 Diff URL: <${linkdiff}>
 Revision ${version}
- #if comment
+ {% if comment %}
 Comment: ${comment}
- #end
+ {% end %}
 
- #if wikidiff!=None
+ {% if wikidiff!=None %}
 -------8<------8<------8<------8<------8<------8<------8<------8<--------
 ${wikidiff}
 -------8<------8<------8<------8<------8<------8<------8<------8<--------
- #end
- #if wikidiff==None
+ {% end %}
+ {% if wikidiff==None %}
 Changes on attached ${name}.diff file.
- #end
-#end
-#if action == 'deleted'
+ {% end %}
+{% end %}
+{% if action == 'deleted' %}
 Deleted page "${name}" by ${author} from ${ip}*
-#end
-#if action == 'deleted_version'
+{% end %}
+{% if action == 'deleted_version' %}
 Page URL: <${link}>
 Deleted version "${version}" of page "${name}" by  ${author} from ${ip}*
-#end
+{% end %}
 
 * The IP shown here might not mean anything if the user or the server is
 behind a proxy.