]> git.mxchange.org Git - friendica.git/commitdiff
additions
authorMike Macgirvin <mike@macgirvin.com>
Thu, 22 Jul 2010 04:24:22 +0000 (21:24 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 22 Jul 2010 04:24:22 +0000 (21:24 -0700)
view/atom_mail.tpl [new file with mode: 0644]
view/request_notify_eml.tpl [new file with mode: 0644]

diff --git a/view/atom_mail.tpl b/view/atom_mail.tpl
new file mode 100644 (file)
index 0000000..ba251d0
--- /dev/null
@@ -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 (file)
index 0000000..aec3f27
--- /dev/null
@@ -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