From e517cfad640d7697eb021cb698e5958f154f908b Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 6 Feb 2007 22:55:12 +0000 Subject: Issue 0000598: NBM: Add new informations Notification by mail: Add new informations about last categories and last images like new feature of RSS notification. 2 parts: - Possibility to send HTML mail - Include last categories and last images on HTML format into notification mail ccs & HTML experts! Please! Check, fix, improve and enhance HTML mail content! git-svn-id: http://piwigo.org/svn/trunk@1784 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/html/footer.tpl | 18 ++++++++++++++++ template/yoga/mail/text/html/header.tpl | 10 +++++++++ template/yoga/mail/text/html/index.php | 35 ++++++++++++++++++++++++++++++++ template/yoga/mail/text/index.php | 35 ++++++++++++++++++++++++++++++++ template/yoga/mail/text/plain/footer.tpl | 3 +++ template/yoga/mail/text/plain/header.tpl | 1 + template/yoga/mail/text/plain/index.php | 35 ++++++++++++++++++++++++++++++++ 7 files changed, 137 insertions(+) create mode 100644 template/yoga/mail/text/html/footer.tpl create mode 100644 template/yoga/mail/text/html/header.tpl create mode 100644 template/yoga/mail/text/html/index.php create mode 100644 template/yoga/mail/text/index.php create mode 100644 template/yoga/mail/text/plain/footer.tpl create mode 100644 template/yoga/mail/text/plain/header.tpl create mode 100644 template/yoga/mail/text/plain/index.php (limited to 'template/yoga/mail/text') diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl new file mode 100644 index 000000000..ac0d2784f --- /dev/null +++ b/template/yoga/mail/text/html/footer.tpl @@ -0,0 +1,18 @@ + + + + + diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl new file mode 100644 index 000000000..fee4d441c --- /dev/null +++ b/template/yoga/mail/text/html/header.tpl @@ -0,0 +1,10 @@ + + + + + + + +
+ diff --git a/template/yoga/mail/text/html/index.php b/template/yoga/mail/text/html/index.php new file mode 100644 index 000000000..871f06a8e --- /dev/null +++ b/template/yoga/mail/text/html/index.php @@ -0,0 +1,35 @@ + diff --git a/template/yoga/mail/text/index.php b/template/yoga/mail/text/index.php new file mode 100644 index 000000000..871f06a8e --- /dev/null +++ b/template/yoga/mail/text/index.php @@ -0,0 +1,35 @@ + diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl new file mode 100644 index 000000000..7d97bba50 --- /dev/null +++ b/template/yoga/mail/text/plain/footer.tpl @@ -0,0 +1,3 @@ + +------------------------ +PhpWebGallery {VERSION} diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl new file mode 100644 index 000000000..fec68b422 --- /dev/null +++ b/template/yoga/mail/text/plain/header.tpl @@ -0,0 +1 @@ +{FAKE_SIMULATE_EMPTY_FILE} \ No newline at end of file diff --git a/template/yoga/mail/text/plain/index.php b/template/yoga/mail/text/plain/index.php new file mode 100644 index 000000000..871f06a8e --- /dev/null +++ b/template/yoga/mail/text/plain/index.php @@ -0,0 +1,35 @@ + -- cgit v1.2.3