From 26247895aa3be91ed74ea317554035e13d264411 Mon Sep 17 00:00:00 2001 From: phpnut Date: Fri, 14 Dec 2007 21:12:37 +0000 Subject: [PATCH] Copying email templates to skel git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6154 3807eeeb-6ff5-0310-8944-8be069107fe0 --- .../views/elements/email/html/default.ctp | 33 ++++++++++++++++ .../views/elements/email/text/default.ctp | 27 +++++++++++++ .../skel/views/layouts/email/html/default.ctp | 39 +++++++++++++++++++ .../skel/views/layouts/email/text/default.ctp | 31 +++++++++++++++ 4 files changed, 130 insertions(+) create mode 100644 cake/console/libs/templates/skel/views/elements/email/html/default.ctp create mode 100644 cake/console/libs/templates/skel/views/elements/email/text/default.ctp create mode 100644 cake/console/libs/templates/skel/views/layouts/email/html/default.ctp create mode 100644 cake/console/libs/templates/skel/views/layouts/email/text/default.ctp diff --git a/cake/console/libs/templates/skel/views/elements/email/html/default.ctp b/cake/console/libs/templates/skel/views/elements/email/html/default.ctp new file mode 100644 index 000000000..4bf8f4286 --- /dev/null +++ b/cake/console/libs/templates/skel/views/elements/email/html/default.ctp @@ -0,0 +1,33 @@ + + * Copyright 2005-2007, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 + * + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project + * @package cake + * @subpackage cake.cake.libs.view.templates.elements.email.html + * @since CakePHP(tm) v 0.10.0.1076 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/mit-license.php The MIT License + */ +?> + ' . $line . '

'; +endforeach; +?> \ No newline at end of file diff --git a/cake/console/libs/templates/skel/views/elements/email/text/default.ctp b/cake/console/libs/templates/skel/views/elements/email/text/default.ctp new file mode 100644 index 000000000..ab9a1ffec --- /dev/null +++ b/cake/console/libs/templates/skel/views/elements/email/text/default.ctp @@ -0,0 +1,27 @@ + + * Copyright 2005-2007, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 + * + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project + * @package cake + * @subpackage cake.cake.libs.view.templates.elements.email.text + * @since CakePHP(tm) v 0.10.0.1076 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/mit-license.php The MIT License + */ +?> + \ No newline at end of file diff --git a/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp b/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp new file mode 100644 index 000000000..aaee9eca4 --- /dev/null +++ b/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp @@ -0,0 +1,39 @@ + + * Copyright 2005-2007, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 + * + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project + * @package cake + * @subpackage cake.cake.libs.view.templates.layouts.email.html + * @since CakePHP(tm) v 0.10.0.1076 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/mit-license.php The MIT License + */ +?> + + + + + <?php echo $title_for_layout;?> + + + + + +

This email was sent using the CakePHP Framework

+ + diff --git a/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp b/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp new file mode 100644 index 000000000..fc8f68222 --- /dev/null +++ b/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp @@ -0,0 +1,31 @@ + + * Copyright 2005-2007, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 + * + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project + * @package cake + * @subpackage cake.cake.libs.view.templates.layouts.email.text + * @since CakePHP(tm) v 0.10.0.1076 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/mit-license.php The MIT License + */ +?> + + + +This email was sent using the CakePHP Framework, http://cakephp.org. +