aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email')
-rw-r--r--templates/email/default/confirm_report_sent.txt9
-rw-r--r--templates/email/fixmybarangay/login.txt14
-rw-r--r--templates/email/fixmybarangay/signature.txt2
-rw-r--r--templates/email/fixmybarangay/site-name.txt1
-rw-r--r--templates/email/seesomething/confirm_report_sent.txt10
-rw-r--r--templates/email/seesomething/submit.txt25
-rw-r--r--templates/email/zurich/alert-moderation-overdue.txt10
-rw-r--r--templates/email/zurich/alert-overdue.txt13
-rwxr-xr-xtemplates/email/zurich/problem-confirm.txt16
-rwxr-xr-xtemplates/email/zurich/reply-autoresponse.txt10
-rwxr-xr-xtemplates/email/zurich/submit.txt10
11 files changed, 120 insertions, 0 deletions
diff --git a/templates/email/default/confirm_report_sent.txt b/templates/email/default/confirm_report_sent.txt
new file mode 100644
index 000000000..42f200213
--- /dev/null
+++ b/templates/email/default/confirm_report_sent.txt
@@ -0,0 +1,9 @@
+Subject: Problem Report Sent: <?=$values['title']?>
+
+Hi,
+
+Your report about "<?=$values['title']?>" has been sent to <?=$values['councils_name']?>.
+
+Thanks
+
+<?=$values['signature']?>
diff --git a/templates/email/fixmybarangay/login.txt b/templates/email/fixmybarangay/login.txt
new file mode 100644
index 000000000..3ca8d1323
--- /dev/null
+++ b/templates/email/fixmybarangay/login.txt
@@ -0,0 +1,14 @@
+Subject: [% loc('Your FixMyBarangay.com account details') %]
+
+Please click on the link below to confirm your email address. Then you will be
+able to view your problem reports and manage them more easily.
+
+[% c.uri_for_action( 'auth/token', token ) %]
+
+Note that your can't create new reports on FixMyBarangay unless your account has
+been authorised as a staff account, which we can do after it has been created.
+Get in touch with the team if you think this applies to you, and we haven't yet
+authorised your account.
+
+[% INCLUDE 'signature.txt' %]
+
diff --git a/templates/email/fixmybarangay/signature.txt b/templates/email/fixmybarangay/signature.txt
new file mode 100644
index 000000000..eb5000f58
--- /dev/null
+++ b/templates/email/fixmybarangay/signature.txt
@@ -0,0 +1,2 @@
+Yours,
+The FixMyBarangay team
diff --git a/templates/email/fixmybarangay/site-name.txt b/templates/email/fixmybarangay/site-name.txt
new file mode 100644
index 000000000..075d881b5
--- /dev/null
+++ b/templates/email/fixmybarangay/site-name.txt
@@ -0,0 +1 @@
+FixMyBarangay
diff --git a/templates/email/seesomething/confirm_report_sent.txt b/templates/email/seesomething/confirm_report_sent.txt
new file mode 100644
index 000000000..d62a50c49
--- /dev/null
+++ b/templates/email/seesomething/confirm_report_sent.txt
@@ -0,0 +1,10 @@
+Subject: See Something, Say Something report sent
+
+Thank you for your report. It will help us to direct our policing activity to make public transport even safer. Find out more of what we are doing at:
+
+Safer Travel Partnership
+
+http://www.safertravel.info
+
+Follow us on Twitter: https://www.twitter.com/ST_Police
+or on Facebook: http://www.facebook.com/safertravelpolice
diff --git a/templates/email/seesomething/submit.txt b/templates/email/seesomething/submit.txt
new file mode 100644
index 000000000..0682425fe
--- /dev/null
+++ b/templates/email/seesomething/submit.txt
@@ -0,0 +1,25 @@
+Subject: Report on See Something, Say Something
+
+A user of
+See Something, Say Something has submitted the following report
+of a problem that they believe might require your attention.
+
+<?=$values['image_url']?>
+----------
+
+<?=$values['user_details']?>
+
+<?=$values['phone_line']?><?=$values['category_line']?><?=$values['subcategory_line']?>
+
+Details: <?=$values['detail']?>
+
+<?=$values['easting_northing']?>Latitude: <?=$values['latitude']?>
+
+Longitude: <?=$values['longitude']?>
+
+<?=$values['closest_address']?>----------
+
+Replies to this email will go to the user who submitted the problem
+unless it is an anonymous report in which case they will be discarded.
+
+<?=$values['signature']?>
diff --git a/templates/email/zurich/alert-moderation-overdue.txt b/templates/email/zurich/alert-moderation-overdue.txt
new file mode 100644
index 000000000..85906b9cb
--- /dev/null
+++ b/templates/email/zurich/alert-moderation-overdue.txt
@@ -0,0 +1,10 @@
+Subject: eskalierte Meldungen auf FixMyZ&uuml;rich
+
+
+
+Die folgenden Meldungen auf FixMyZ&uuml;rich sind &auml;lter als einen Tag und m&uuml;ssen dringend bearbeitet werden:
+<?=$values['data']?>
+
+Um diese Meldungen zu moderieren, klicken Sie auf folgende 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..90c8ee02f
--- /dev/null
+++ b/templates/email/zurich/alert-overdue.txt
@@ -0,0 +1,13 @@
+Subject: R&uuml;ckmeldung erforderlich auf FixMyZ&uuml;rich
+
+
+Die folgenden Meldungen wurden eskaliert, da sie nicht innerhalb von f&uuml;nf Tagen beantwortet worden sind:
+
+
+<?=$values['data']?>
+
+
+
+Um diese Meldungen zu bearbeiten, klicken Sie auf folgende 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&uuml;rich: Meldung #[% ---report.ID--- | trim %]
+
+
+
+Guten Tag [% report.name %]
+
+Bitte klicken Sie auf den untenstehenden Link, um Ihre Meldung zu best&auml;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 &uuml;bermittelt.
+
+Falls Sie eine Meldung erfassen m&ouml;chten, tun Sie das bitte &uuml;ber die Hauptseite:
+[% ---link to FMZ--- %]
+
+Falls Sie Fragen zu Fix My Z&uuml;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&uuml;rich: #<?=----$values['ID']----?>
+
+
+
+<?=$values['url']?>
+
+
+<?=$values['detail']?>
+
+