aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/atom_mail.tpl17
-rw-r--r--view/request_notify_eml.tpl17
2 files changed, 34 insertions, 0 deletions
diff --git a/view/atom_mail.tpl b/view/atom_mail.tpl
new file mode 100644
index 000000000..ba251d068
--- /dev/null
+++ b/view/atom_mail.tpl
@@ -0,0 +1,17 @@
+
+<dfrn:mail>
+
+ <dfrn:sender>
+ <dfrn:name>$owner_name</dfrn:name>
+ <dfrn:uri>$owner_profile_page</dfrn:uri>
+ <dfrn:avatar>$owner_thumb</dfrn:avatar>
+ </dfrn:sender>
+
+ <dfrn:id>$item_id</dfrn:id>
+ <dfrn:in-reply-to>$parent_id</dfrn:in-reply-to>
+ <dfrn:sentdate>$created</dfrn:sentdate>
+ <dfrn:subject>$subject</dfrn:subject>
+ <dfrn:content>$content</dfrn:content>
+
+</dfrn:mail>
+
diff --git a/view/request_notify_eml.tpl b/view/request_notify_eml.tpl
new file mode 100644
index 000000000..aec3f270b
--- /dev/null
+++ b/view/request_notify_eml.tpl
@@ -0,0 +1,17 @@
+
+Dear $myname,
+
+You have just received a personal introduction at $sitename
+
+from '$requestor'.
+
+You may visit their profile at $url.
+
+Please login to your site to view the complete introduction
+and approve or ignore/cancel the request.
+
+$siteurl
+
+Regards,
+
+ $sitename administrator \ No newline at end of file