PDF rausgenommen
This commit is contained in:
8
msd2/myoos/templates/phoenix/email/LICENSE.md
Normal file
8
msd2/myoos/templates/phoenix/email/LICENSE.md
Normal file
@ -0,0 +1,8 @@
|
||||
Copyright (c) 2012-2013 InterNations GmbH
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
56
msd2/myoos/templates/phoenix/email/README.md
Normal file
56
msd2/myoos/templates/phoenix/email/README.md
Normal file
@ -0,0 +1,56 @@
|
||||
# [Antwort](http://internations.github.com/antwort)
|
||||
|
||||
### Responsive Layouts for Email
|
||||

|
||||
|
||||
Antwort offers responsive layouts for Email that both fits _and_ adapts to client widths. Don't underwhelm desktop users with single column layouts that work for mobile. Antwort offers columns on desktop that automatically become rows on mobile.
|
||||
|
||||
Author: Julie Ng ([@jng5](http://twitter.com/jng5))
|
||||
Date: January 2013
|
||||
Version: 0.1.2
|
||||
|
||||
## Features
|
||||
* Works on mobile: Mail on iOS and Email on Android.
|
||||
* Works in major clients like Hotmail, Gmail, Yahoo! and AOL.
|
||||
* Even works in Outlook (2000+).
|
||||
* Bulletproof layouts: made with dynamic content in mind.
|
||||
* Minimalist in design for maximum customizability.
|
||||
* [More details on Antwort site »](http://internations.github.com/antwort/)
|
||||
|
||||
## How to use
|
||||
1. [Read tips and coding style guidelines](http://internations.github.com/antwort).
|
||||
2. Test with [Litmus](https://litmus.com/).
|
||||
3. Send!
|
||||
|
||||
## Tools and Resources
|
||||
* [Campaign Monitor's Guide to CSS Support](http://www.campaignmonitor.com/css) - reference table for CSS support in major email clients.
|
||||
* [CSS Inliner Tool](http://beaker.mailchimp.com/inline-css) from MailChimp.
|
||||
* [Premailer](http://premailer.dialect.ca/) another CSS inline tool. Also generates text version.
|
||||
* [Litmus](http://www.litmus.com/) for testing Emails across clients.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.1.2
|
||||
* Fixed issue #8 - headlines no longer centered in Outlook.com and older Outlook.
|
||||
* Fixed issue #7 - moved padding overrides to parent `<td>` in mobile styles.
|
||||
|
||||
### 0.1.1
|
||||
* Fixed column margin issue after [Hotmail/Outlook dropped margin support](https://litmus.com/blog/hotmail-and-outlook-com-drop-support-for-margin).
|
||||
* Issue #5 fixed - Outlook.com parses HTML tags in comments.
|
||||
* Issue #3 fixed - control characters removed from template.
|
||||
* Added screenshots of current version from Litmus test.
|
||||
|
||||
|
||||
### 0.1.0
|
||||
* Hello open source world.
|
||||
|
||||
## Demo
|
||||
* Download and resize your browser window to see its responsiveness.
|
||||
* [View demo screenshots](https://github.com/InterNations/antwort/blob/gh-pages/screenshots-litmus/) to see *how it looks* in various Email clients, including Android 2.3, Outlook 2000, Apple Mail, etc.
|
||||
|
||||
[](https://github.com/InterNations/antwort/blob/gh-pages/screenshots-litmus/)
|
||||
|
||||
*Screenshots generated by [Litmus](http://www.litmus.com/). Last updated 26 March 2013 (v0.1.1)*
|
||||
|
||||
## License
|
||||
Antwort is provided under the MIT License - see LICENSE.md for full details.
|
142
msd2/myoos/templates/phoenix/email/deu/newsletter_subscribe.html
Normal file
142
msd2/myoos/templates/phoenix/email/deu/newsletter_subscribe.html
Normal file
@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
|
||||
<title>{$smarty.const.STORE_NAME}</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table td {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.ReadMsgBody {
|
||||
width: 100%;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
table {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
.yshortcuts a {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
table[class="force-row"],
|
||||
table[class="container"] {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
td[class*="container-padding"] {
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
}
|
||||
.ios-footer a {
|
||||
color: #aaaaaa !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="margin:0; padding:0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<!-- 100% background wrapper (grey background) -->
|
||||
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
|
||||
<tr>
|
||||
<td align="center" valign="top" bgcolor="#F0F0F0" style="background-color: #F0F0F0;">
|
||||
|
||||
<br>
|
||||
|
||||
<!-- 600px container (white background) -->
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" style="width:600px;max-width:600px">
|
||||
<tr>
|
||||
<td class="container-padding header" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:24px;font-weight:bold;padding-bottom:12px;color:#DF4726;padding-left:24px;padding-right:24px">
|
||||
{$smarty.const.STORE_NAME}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding content" align="left" style="padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff">
|
||||
<br>
|
||||
|
||||
<div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550">Bitte bestätigen Sie Ihre Anmeldung</div>
|
||||
<br>
|
||||
|
||||
<div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333">
|
||||
<a href="{$subscribe}">Anmeldung</a><br>
|
||||
<br><br>
|
||||
Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.
|
||||
<br><br>
|
||||
Falls Sie sich nicht für unseren Newsletter angemeldet haben, ignoriere Sie diese E-Mail einfach. Sie werden nicht zum Verteiler hinzugefügt, wenn Sie nicht auf <a href="{$subscribe}">Anmeldung</a> klicken.
|
||||
<br><br>
|
||||
Bei Fragen wenden Sie sich bitte an: {$smarty.const.STORE_ADDRESS_EMAIL}. Wir helfen Ihnen gerne weiter.
|
||||
<br><br>
|
||||
Herzliche Grüße<br>
|
||||
{$smarty.const.STORE_NAME}<br>
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding footer-text" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:16px;color:#aaaaaa;padding-left:24px;padding-right:24px">
|
||||
<br><br>
|
||||
<strong>{$smarty.const.STORE_NAME}</strong><br>
|
||||
<span class="ios-footer">
|
||||
{$smarty.const.STORE_ADDRESS_STREET}<br>
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}<br>
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER} <br>
|
||||
</span>
|
||||
<a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a><br>
|
||||
|
||||
<br><br>
|
||||
Copyright © {$smarty.now|date_format:"%Y"} <a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a> Powered by <a href="http://www.oos-shop.de" target="_blank" rel="noopener" style="color:#aaaaaa">MyOOS [Shopsystem]</a>. All rights reserved..
|
||||
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/600px container -->
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/100% background wrapper-->
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,22 @@
|
||||
Bitte bestätigen Sie Ihre Anmeldung
|
||||
|
||||
{$subscribe}
|
||||
|
||||
Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in
|
||||
der Datenschutzerklärung.
|
||||
|
||||
Falls Sie sich nicht für unseren Newsletter angemeldet haben, ignorieren Sie diese E-Mail einfach.
|
||||
Sie werden nicht zum Verteiler hinzugefügt, wenn Sie nicht auf
|
||||
{$subscribe}
|
||||
klicken.
|
||||
|
||||
Bei Fragen wenden Sie sich bitte an: {$smarty.const.STORE_ADDRESS_EMAIL}. Wir helfen Ihnen gerne weiter.
|
||||
|
||||
Herzliche Grüße
|
||||
{$smarty.const.STORE_NAME}
|
||||
|
||||
{$smarty.const.STORE_ADDRESS_STREET}
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER}
|
||||
{$shop_url}
|
||||
|
143
msd2/myoos/templates/phoenix/email/deu/password_forgotten.html
Normal file
143
msd2/myoos/templates/phoenix/email/deu/password_forgotten.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
|
||||
<title>{$smarty.const.STORE_NAME}</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table td {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.ReadMsgBody {
|
||||
width: 100%;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
table {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
.yshortcuts a {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
table[class="force-row"],
|
||||
table[class="container"] {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
td[class*="container-padding"] {
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
}
|
||||
.ios-footer a {
|
||||
color: #aaaaaa !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="margin:0; padding:0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<!-- 100% background wrapper (grey background) -->
|
||||
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
|
||||
<tr>
|
||||
<td align="center" valign="top" bgcolor="#F0F0F0" style="background-color: #F0F0F0;">
|
||||
|
||||
<br>
|
||||
|
||||
<!-- 600px container (white background) -->
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" style="width:600px;max-width:600px">
|
||||
<tr>
|
||||
<td class="container-padding header" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:24px;font-weight:bold;padding-bottom:12px;color:#DF4726;padding-left:24px;padding-right:24px">
|
||||
{$smarty.const.STORE_NAME}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding content" align="left" style="padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff">
|
||||
<br>
|
||||
|
||||
<div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550">{$greet}</div>
|
||||
<br>
|
||||
|
||||
<div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333">
|
||||
Sie haben uns gebeten, das Passwort zu Ihrem {$smarty.const.STORE_NAME} Account zurückzusetzen.<br>
|
||||
Ihr neues Passwort lautet: {$password}
|
||||
<br><br>
|
||||
Bitte loggen Sie sich nun mit Ihrem neuen Passwort ein.<br>
|
||||
<a href="{$login_url}">{$login_url}</a>
|
||||
<br><br>
|
||||
Unter "Mein Konto" können Sie Ihr Passwort jederzeit nach Ihren Wünschen anpassen. Haben Sie weitere Fragen? Dann schreiben Sie an unseren Kundenservice unter {$smarty.const.STORE_ADDRESS_EMAIL}. Wir helfen Ihnen gerne weiter.
|
||||
<br><br>
|
||||
Herzliche Grüße<br>
|
||||
{$smarty.const.STORE_NAME}<br>
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding footer-text" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:16px;color:#aaaaaa;padding-left:24px;padding-right:24px">
|
||||
<br><br>
|
||||
|
||||
<strong>{$smarty.const.STORE_NAME}</strong><br>
|
||||
<span class="ios-footer">
|
||||
{$smarty.const.STORE_ADDRESS_STREET}<br>
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}<br>
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER} <br>
|
||||
</span>
|
||||
<a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a><br>
|
||||
|
||||
<br><br>
|
||||
Copyright © {$smarty.now|date_format:"%Y"} <a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a> Powered by <a href="http://www.oos-shop.de" target="_blank" rel="noopener" style="color:#aaaaaa">MyOOS [Shopsystem]</a>. All rights reserved..
|
||||
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/600px container -->
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/100% background wrapper-->
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,20 @@
|
||||
{$greet}
|
||||
|
||||
Sie haben uns gebeten, das Passwort zu Ihrem {$smarty.const.STORE_NAME} Account zurückzusetzen.
|
||||
Ihr neues Passwort lautet: {$password}
|
||||
|
||||
Bitte loggen Sie sich nun mit Ihrem neuen Passwort ein.
|
||||
{$login_url}
|
||||
|
||||
Unter "Mein Konto" können Sie Ihr Passwort jederzeit nach Ihren Wünschen anpassen.
|
||||
Haben Sie weitere Fragen? Dann schreiben Sie an unseren Kundenservice unter
|
||||
{$smarty.const.STORE_ADDRESS_EMAIL}. Wir helfen Ihnen gerne weiter.
|
||||
|
||||
Herzliche Grüße
|
||||
{$smarty.const.STORE_NAME}
|
||||
|
||||
{$smarty.const.STORE_ADDRESS_STREET}
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER}
|
||||
{$shop_url}
|
||||
|
138
msd2/myoos/templates/phoenix/email/eng/newsletter_subscribe.html
Normal file
138
msd2/myoos/templates/phoenix/email/eng/newsletter_subscribe.html
Normal file
@ -0,0 +1,138 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
|
||||
<title>{$smarty.const.STORE_NAME}</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table td {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.ReadMsgBody {
|
||||
width: 100%;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
table {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
.yshortcuts a {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
table[class="force-row"],
|
||||
table[class="container"] {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
td[class*="container-padding"] {
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
}
|
||||
.ios-footer a {
|
||||
color: #aaaaaa !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="margin:0; padding:0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<!-- 100% background wrapper (grey background) -->
|
||||
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
|
||||
<tr>
|
||||
<td align="center" valign="top" bgcolor="#F0F0F0" style="background-color: #F0F0F0;">
|
||||
|
||||
<br>
|
||||
|
||||
<!-- 600px container (white background) -->
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" style="width:600px;max-width:600px">
|
||||
<tr>
|
||||
<td class="container-padding header" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:24px;font-weight:bold;padding-bottom:12px;color:#DF4726;padding-left:24px;padding-right:24px">
|
||||
{$smarty.const.STORE_NAME}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding content" align="left" style="padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff">
|
||||
<br>
|
||||
|
||||
<div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550">Thank you for subscribing!</div>
|
||||
<br>
|
||||
|
||||
<div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333">
|
||||
|
||||
|
||||
Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail!
|
||||
|
||||
Your activation link:
|
||||
{$subscribe}
|
||||
|
||||
You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding footer-text" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:16px;color:#aaaaaa;padding-left:24px;padding-right:24px">
|
||||
<br><br>
|
||||
<strong>{$smarty.const.STORE_NAME}</strong><br>
|
||||
<span class="ios-footer">
|
||||
{$smarty.const.STORE_ADDRESS_STREET}<br>
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}<br>
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER} <br>
|
||||
</span>
|
||||
<a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a><br>
|
||||
<br><br>
|
||||
Copyright © {$smarty.now|date_format:"%Y"} <a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a> Powered by <a href="http://www.oos-shop.de" target="_blank" rel="noopener" style="color:#aaaaaa">MyOOS [Shopsystem]</a>. All rights reserved..
|
||||
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/600px container -->
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/100% background wrapper-->
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,17 @@
|
||||
Thank you for subscribing!
|
||||
|
||||
Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail!
|
||||
|
||||
Your activation link:
|
||||
{$subscribe}
|
||||
|
||||
You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.
|
||||
|
||||
{$smarty.const.STORE_NAME}
|
||||
|
||||
{$smarty.const.STORE_ADDRESS_STREET}
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER}
|
||||
|
||||
{$shop_url}
|
||||
|
136
msd2/myoos/templates/phoenix/email/eng/password_forgotten.html
Normal file
136
msd2/myoos/templates/phoenix/email/eng/password_forgotten.html
Normal file
@ -0,0 +1,136 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0"> <!-- So that mobile webkit will display zoomed in -->
|
||||
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
|
||||
<title>{$smarty.const.STORE_NAME}</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table td {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ExternalClass,
|
||||
.ExternalClass p,
|
||||
.ExternalClass span,
|
||||
.ExternalClass font,
|
||||
.ExternalClass td,
|
||||
.ExternalClass div {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.ReadMsgBody {
|
||||
width: 100%;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
table {
|
||||
mso-table-lspace: 0pt;
|
||||
mso-table-rspace: 0pt;
|
||||
}
|
||||
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
.yshortcuts a {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
table[class="force-row"],
|
||||
table[class="container"] {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
td[class*="container-padding"] {
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
}
|
||||
.ios-footer a {
|
||||
color: #aaaaaa !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="margin:0; padding:0;" bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<!-- 100% background wrapper (grey background) -->
|
||||
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
|
||||
<tr>
|
||||
<td align="center" valign="top" bgcolor="#F0F0F0" style="background-color: #F0F0F0;">
|
||||
|
||||
<br>
|
||||
|
||||
<!-- 600px container (white background) -->
|
||||
<table border="0" width="600" cellpadding="0" cellspacing="0" class="container" style="width:600px;max-width:600px">
|
||||
<tr>
|
||||
<td class="container-padding header" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:24px;font-weight:bold;padding-bottom:12px;color:#DF4726;padding-left:24px;padding-right:24px">
|
||||
{$smarty.const.STORE_NAME}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding content" align="left" style="padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff">
|
||||
<br>
|
||||
|
||||
<div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550">{$greet}</div>
|
||||
<br>
|
||||
|
||||
<div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333">
|
||||
Your new {$smarty.const.STORE_NAME} login details.
|
||||
<br><br>
|
||||
<strong>Password:</strong>: {$password}
|
||||
<br><br>
|
||||
Please be careful when sharing these login details with others.<br /><br />You can now order on our shop: <a href="{$login_url}">{$login_url}</a>
|
||||
<br><br>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container-padding footer-text" align="left" style="font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:16px;color:#aaaaaa;padding-left:24px;padding-right:24px">
|
||||
<br><br>
|
||||
<strong>{$smarty.const.STORE_NAME}</strong><br>
|
||||
<span class="ios-footer">
|
||||
{$smarty.const.STORE_ADDRESS_STREET}<br>
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}<br>
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER} <br>
|
||||
</span>
|
||||
<a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a><br>
|
||||
|
||||
<br><br>
|
||||
Copyright © {$smarty.now|date_format:"%Y"} <a href="{$shop_url}" style="color:#aaaaaa">{$smarty.const.STORE_NAME}</a> Powered by <a href="http://www.oos-shop.de" target="_blank" rel="noopener" style="color:#aaaaaa">MyOOS [Shopsystem]</a>. All rights reserved..
|
||||
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/600px container -->
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/100% background wrapper-->
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,19 @@
|
||||
{$greet}
|
||||
|
||||
Your new {$smarty.const.STORE_NAME} login details.
|
||||
|
||||
Password: {$password}
|
||||
|
||||
Please be careful when sharing these login details with others.
|
||||
You can now order on our shop:
|
||||
{$login_url}
|
||||
|
||||
|
||||
{$smarty.const.STORE_NAME}
|
||||
|
||||
{$smarty.const.STORE_ADDRESS_STREET}
|
||||
{$smarty.const.STORE_ADDRESS_POSTCODE} {$smarty.const.STORE_ADDRESS_CITY}
|
||||
{$smarty.const.STORE_ADDRESS_TELEPHONE_NUMBER}
|
||||
|
||||
{$shop_url}
|
||||
|
Reference in New Issue
Block a user