diff options
author | Steven Day <steve@mysociety.org> | 2012-11-19 15:52:27 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-10 10:41:54 +0000 |
commit | bacd396ef86d92d1ca45a270fab9dadbfb277d43 (patch) | |
tree | 217bf2033b0f99e47f9708375042df3d3a1a3d2d | |
parent | aef4a292bf98628cda0dc638a850c903d6fc662d (diff) |
Add email templates for Zurich
-rw-r--r-- | templates/email/zurich/alert-moderation-overdue.txt | 8 | ||||
-rw-r--r-- | templates/email/zurich/alert-overdue.txt | 8 | ||||
-rwxr-xr-x | templates/email/zurich/problem-confirm.txt | 16 | ||||
-rwxr-xr-x | templates/email/zurich/reply-autoresponse.txt | 10 | ||||
-rwxr-xr-x | templates/email/zurich/submit.txt | 10 |
5 files changed, 52 insertions, 0 deletions
diff --git a/templates/email/zurich/alert-moderation-overdue.txt b/templates/email/zurich/alert-moderation-overdue.txt new file mode 100644 index 000000000..fd11295d7 --- /dev/null +++ b/templates/email/zurich/alert-moderation-overdue.txt @@ -0,0 +1,8 @@ +Subject: Overdue problems for moderation on FixMyZurich + +The following problems are overdue for moderation: + +<?=$values['data']?> + +To view these problems, please visit the following URL: +<?=$values['admin_url']?>
\ No newline at end of file diff --git a/templates/email/zurich/alert-overdue.txt b/templates/email/zurich/alert-overdue.txt new file mode 100644 index 000000000..b8a10d555 --- /dev/null +++ b/templates/email/zurich/alert-overdue.txt @@ -0,0 +1,8 @@ +Subject: Overdue problems on FixMyZurich + +The following problems are overdue (they have not been fixed or closed): + +<?=$values['data']?> + +To view these problems, please visit the following URL: +<?=$values['admin_url']?>
\ No newline at end of file diff --git a/templates/email/zurich/problem-confirm.txt b/templates/email/zurich/problem-confirm.txt new file mode 100755 index 000000000..e770aa69e --- /dev/null +++ b/templates/email/zurich/problem-confirm.txt @@ -0,0 +1,16 @@ +Subject: Fix My Zürich: Meldung #[% ---report.ID--- | trim %] + +
+
+Guten Tag [% report.name %]
+
+Bitte klicken Sie auf den untenstehenden Link, um Ihre Meldung zu bestätigen. Falls der Link nicht funktioniert, kopieren Sie ihn in Ihren Browser:
+
+[% token_url %]
+
+Ihre Meldung:
+
+[% ---report.details---- %]
+
+
+Dieses E-Mail wurde automatisch generiert. Bitte antworten Sie nicht auf dieses E-Mail.
\ No newline at end of file diff --git a/templates/email/zurich/reply-autoresponse.txt b/templates/email/zurich/reply-autoresponse.txt new file mode 100755 index 000000000..ef5d69d41 --- /dev/null +++ b/templates/email/zurich/reply-autoresponse.txt @@ -0,0 +1,10 @@ +Subject: Automatische Antwort auf Ihr E-Mail
+
+Guten Tag
+
+Dies ist eine automatische Antwort auf Ihr E-Mail. Ihr E-Mail wurde nicht übermittelt.
+
+Falls Sie eine Meldung erfassen möchten, tun Sie das bitte über die Hauptseite:
+[% ---link to FMZ--- %]
+
+Falls Sie Fragen zu Fix My Zürich haben, senden Sie ein E-Mail an gis-zentrum@zuerich.ch
diff --git a/templates/email/zurich/submit.txt b/templates/email/zurich/submit.txt new file mode 100755 index 000000000..a95b02cde --- /dev/null +++ b/templates/email/zurich/submit.txt @@ -0,0 +1,10 @@ +Subject: Fix My Zürich: #<?=----$values['ID']----?> + +
+
+<?=$values['url']?>
+
+
+<?=$values['detail']?> + +
|