diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-21 21:24:22 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-21 21:24:22 -0700 |
commit | 7ef0207cea2a55624c034752ff1c217e33e77021 (patch) | |
tree | c16a76abb4aa078d4f710ecffceb768981121f15 | |
parent | 023dd993f60a103601c4943a33678356d919a643 (diff) | |
download | volse-hubzilla-7ef0207cea2a55624c034752ff1c217e33e77021.tar.gz volse-hubzilla-7ef0207cea2a55624c034752ff1c217e33e77021.tar.bz2 volse-hubzilla-7ef0207cea2a55624c034752ff1c217e33e77021.zip |
additions
-rw-r--r-- | view/atom_mail.tpl | 17 | ||||
-rw-r--r-- | view/request_notify_eml.tpl | 17 |
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 |