From 7ef0207cea2a55624c034752ff1c217e33e77021 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin <mike@macgirvin.com> Date: Wed, 21 Jul 2010 21:24:22 -0700 Subject: [PATCH] additions --- view/atom_mail.tpl | 17 +++++++++++++++++ view/request_notify_eml.tpl | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 view/atom_mail.tpl create mode 100644 view/request_notify_eml.tpl diff --git a/view/atom_mail.tpl b/view/atom_mail.tpl new file mode 100644 index 0000000000..ba251d068b --- /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 0000000000..aec3f270b8 --- /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 -- 2.39.5