first commit
This commit is contained in:
11
admininistrator/view/template/mail/affiliate_approve.twig
Normal file
11
admininistrator/view/template/mail/affiliate_approve.twig
Normal file
@ -0,0 +1,11 @@
|
||||
{{ text_welcome }}<br/>
|
||||
<br/>
|
||||
{{ text_login }}<br/>
|
||||
<br/>
|
||||
{{ login }}<br/>
|
||||
<br/>
|
||||
{{ text_service }}<br/>
|
||||
<br/>
|
||||
{{ text_thanks }}<br/>
|
||||
{{ store }}<br/>
|
||||
{{ store_url }}
|
9
admininistrator/view/template/mail/affiliate_deny.twig
Normal file
9
admininistrator/view/template/mail/affiliate_deny.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{{ text_welcome }}<br/>
|
||||
<br/>
|
||||
{{ text_denied }}<br/>
|
||||
<br/>
|
||||
{{ contact }}<br/>
|
||||
<br/>
|
||||
{{ text_thanks }}<br/>
|
||||
{{ store }}<br/>
|
||||
{{ store_url }}
|
10
admininistrator/view/template/mail/authorize.twig
Normal file
10
admininistrator/view/template/mail/authorize.twig
Normal file
@ -0,0 +1,10 @@
|
||||
{{ username }},
|
||||
|
||||
{{ text_code }}
|
||||
|
||||
{{ code }}
|
||||
|
||||
{{ text_ip }} {{ ip }}
|
||||
|
||||
{{ text_regards }}
|
||||
{{ store }}
|
12
admininistrator/view/template/mail/authorize_reset.twig
Normal file
12
admininistrator/view/template/mail/authorize_reset.twig
Normal file
@ -0,0 +1,12 @@
|
||||
{{ username }},
|
||||
|
||||
{{ text_reset }}
|
||||
|
||||
{{ text_link }}
|
||||
|
||||
{{ reset }}
|
||||
|
||||
{{ text_ip }} {{ ip }}
|
||||
|
||||
{{ text_regards }}
|
||||
{{ store }}
|
40
admininistrator/view/template/mail/customer_approve.twig
Normal file
40
admininistrator/view/template/mail/customer_approve.twig
Normal file
@ -0,0 +1,40 @@
|
||||
<div style="width:570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width:100%; font-size:16px; border:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store }}" title="{{ store }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_welcome }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="line-height: 1.8;">
|
||||
<p>{{ text_login }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ login }}" style="border-radius:4px; color:#fff; text-decoration: none; background-color: #01b3e8; padding-left:18px; padding-right:18px; padding-top:10px; padding-bottom:10px; font-size:18px; font-weight: bold;">
|
||||
{{ button_login }}
|
||||
</a></p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>{{ text_service }}</p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store }}</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
37
admininistrator/view/template/mail/customer_deny.twig
Normal file
37
admininistrator/view/template/mail/customer_deny.twig
Normal file
@ -0,0 +1,37 @@
|
||||
<div style="width:570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width:100%; font-size:16px; border:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store }}" title="{{ store }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_welcome }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="line-height: 1.8;">
|
||||
<p>{{ text_denied }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ contact }}" style="border-radius:4px; color:#fff; text-decoration: none; background-color: #01b3e8; padding-left:18px; padding-right:18px; padding-top:10px; padding-bottom: 10px; font-size: 18px; font-weight: bold;">{{ button_contact }}</a></p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store }}</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
12
admininistrator/view/template/mail/forgotten.twig
Normal file
12
admininistrator/view/template/mail/forgotten.twig
Normal file
@ -0,0 +1,12 @@
|
||||
{{ text_greeting }}<br/>
|
||||
<br/>
|
||||
{{ text_change }}<br/>
|
||||
<br/>
|
||||
{{ reset }}<br/>
|
||||
<br/>
|
||||
{{ text_ip }} <br/>
|
||||
<br/>
|
||||
{{ ip }}<br/>
|
||||
<br/>
|
||||
{{ store }}<br/>
|
||||
{{ store_url }}
|
38
admininistrator/view/template/mail/gdpr_approve.twig
Normal file
38
admininistrator/view/template/mail/gdpr_approve.twig
Normal file
@ -0,0 +1,38 @@
|
||||
<div style="width: 570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width: 100%; font-size: 16px; border: 0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store_name }}" title="{{ store_name }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_request }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="line-height: 1.8;">
|
||||
<p>{{ text_hello }}</p>
|
||||
<p>{{ text_gdpr }}</p>
|
||||
<p><strong>{{ text_q }}</strong>
|
||||
<br/>{{ text_a }}</p>
|
||||
<p>{{ text_delete }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ store_url }}" style="border-radius: 4px; color: #fff; text-decoration: none; background-color: #01b3e8; padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 10px; font-size: 18px; font-weight: bold;">{{ store_name }}</a></p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store_name }}</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
36
admininistrator/view/template/mail/gdpr_delete.twig
Normal file
36
admininistrator/view/template/mail/gdpr_delete.twig
Normal file
@ -0,0 +1,36 @@
|
||||
<div style="width:570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width:100%; font-size:16px; border:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store_name }}" title="{{ store_name }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_request }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="line-height: 1.8;">
|
||||
<p>{{ text_hello }}</p>
|
||||
<p>{{ text_delete }}</p>
|
||||
<p>{{ text_contact }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ contact }}" style="border-radius: 4px; color: #fff; text-decoration: none; background-color: #01b3e8; padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 10px; font-size: 18px; font-weight: bold;">{{ button_contact }}</a></p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store_name }}</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
35
admininistrator/view/template/mail/gdpr_deny.twig
Normal file
35
admininistrator/view/template/mail/gdpr_deny.twig
Normal file
@ -0,0 +1,35 @@
|
||||
<div style="width:570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width:100%; font-size:16px; border:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store_name }}" title="{{ store_name }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_request }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="line-height: 1.8;">
|
||||
<p>{{ text_hello }}</p>
|
||||
<p>{{ text_contact }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ contact }}" style="border-radius:4px; color:#fff; text-decoration: none; background-color: #01b3e8; padding-left:18px; padding-right:18px; padding-top:10px; padding-bottom:10px; font-size:18px; font-weight: bold;">{{ button_contact }}</a></p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store_name }}</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
146
admininistrator/view/template/mail/gdpr_export.twig
Normal file
146
admininistrator/view/template/mail/gdpr_export.twig
Normal file
@ -0,0 +1,146 @@
|
||||
<div style="width: 570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
||||
<table style="width: 100%; font-size: 16px; border: 0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
||||
{% if logo %}
|
||||
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store_name }}" title="{{ store_name }}" style="margin-left: auto; margin-right: auto;"/></a>
|
||||
{% else %}
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_request }}</h1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #ddd;">
|
||||
<p>{{ text_hello }}</p>
|
||||
<p>{{ text_gdpr }}</p>
|
||||
</td>
|
||||
</tr>
|
||||
{% if customer_id %}
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h2>{{ text_customer }}</h2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #ddd;">
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 30%;">{{ text_name }}</td>
|
||||
<td>{{ firstname }} {{ lastname }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ text_email }}</td>
|
||||
<td>{{ email }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ text_telephone }}</td>
|
||||
<td>{{ telephone }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if addresses %}
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h2>{{ text_addresses }}</h2></td>
|
||||
</tr>
|
||||
{% set address_row = 1 %}
|
||||
{% for address in addresses %}
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h3>{{ text_address }} {{ address_row }}</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #ddd;">
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 30%;">{{ text_recipient }}</td>
|
||||
<td>{{ address.firstname }} {{ address.lastname }}</td>
|
||||
</tr>
|
||||
{% if address.company %}
|
||||
<tr>
|
||||
<td>{{ text_company }}</td>
|
||||
<td>{{ address.company }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>{{ text_address_1 }}</td>
|
||||
<td>{{ address.address_1 }}</td>
|
||||
</tr>
|
||||
{% if address.address_2 %}
|
||||
<tr>
|
||||
<td>{{ text_address_2 }}</td>
|
||||
<td>{{ address.address_2 }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>{{ text_city }}</td>
|
||||
<td>{{ address.city }}</td>
|
||||
</tr>
|
||||
{% if address.postcode %}
|
||||
<tr>
|
||||
<td>{{ text_postcode }}</td>
|
||||
<td>{{ address.postcode }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if address.zone %}
|
||||
<tr>
|
||||
<td>{{ text_zone }}</td>
|
||||
<td>{{ address.zone }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>{{ text_country }}</td>
|
||||
<td>{{ address.country }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{% set address_row = address_row + 1 %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if ips %}
|
||||
<tr>
|
||||
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h2>{{ text_history }}</h2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #ddd;">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 50%; text-align: left;">{{ text_ip }}</th>
|
||||
<th style="text-align: left;">{{ text_date_added }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for ip in ips %}
|
||||
<tr>
|
||||
<td>{{ ip.ip }}</td>
|
||||
<td>{{ ip.date_added }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
<p>{{ text_contact }}</p>
|
||||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<p style="text-align: center;"><a href="{{ store_url }}" style="border-radius: 4px; color: #fff; text-decoration: none; background-color: #01b3e8; padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 10px; font-size: 18px; font-weight: bold;">{{ store_name }}</a></p>
|
||||
<p>
|
||||
{{ text_thanks }}
|
||||
<br/>
|
||||
<strong>{{ store_name }}</strong>
|
||||
</p>
|
||||
</div>
|
14
admininistrator/view/template/mail/returns.twig
Normal file
14
admininistrator/view/template/mail/returns.twig
Normal file
@ -0,0 +1,14 @@
|
||||
{{ text_return_id }} {{ return_id }}<br/>
|
||||
{{ text_date_added }} {{ date_added }}<br/>
|
||||
<br/>
|
||||
{{ text_return_status }}<br/>
|
||||
<br/>
|
||||
{{ return_status }}<br/>
|
||||
<br/>
|
||||
{% if comment %}<br/>
|
||||
<br/>
|
||||
{{ text_comment }}<br/>
|
||||
<br/>
|
||||
{{ comment }}<br/>
|
||||
{% endif %}
|
||||
{{ text_footer }}
|
6
admininistrator/view/template/mail/reward.twig
Normal file
6
admininistrator/view/template/mail/reward.twig
Normal file
@ -0,0 +1,6 @@
|
||||
{{ text_received }}<br/>
|
||||
<br/>
|
||||
{{ text_total }}<br/>
|
||||
<br/>
|
||||
{{ store }}<br/>
|
||||
{{ store_url }}
|
@ -0,0 +1,33 @@
|
||||
{{ text_subscription_id }} {{ subscription_id }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_date_added }} {{ date_added }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_payment_method }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ payment_method }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_payment_code }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ payment_code }}
|
||||
<br/>
|
||||
<br/>
|
||||
{% if comment %}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_comment }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ comment }}
|
||||
<br/>
|
||||
{% endif %}
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_footer }}
|
24
admininistrator/view/template/mail/subscription_history.twig
Normal file
24
admininistrator/view/template/mail/subscription_history.twig
Normal file
@ -0,0 +1,24 @@
|
||||
{{ text_date_added }} {{ date_added }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_subscription_status }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ subscription_status }}
|
||||
<br/>
|
||||
<br/>
|
||||
{% if comment %}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_comment }}
|
||||
<br/>
|
||||
<br/>
|
||||
{{ comment }}
|
||||
<br/>
|
||||
{% endif %}
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="{{ store_url }}">{{ store_name }}</a>
|
||||
<br/>
|
||||
<br/>
|
||||
{{ text_footer }}
|
8
admininistrator/view/template/mail/transaction.twig
Normal file
8
admininistrator/view/template/mail/transaction.twig
Normal file
@ -0,0 +1,8 @@
|
||||
{{ text_received }}<br/>
|
||||
<br/>
|
||||
{{ text_total }}<br/>
|
||||
<br/>
|
||||
{{ text_credit }}<br/>
|
||||
<br/>
|
||||
{{ store }}<br/>
|
||||
{{ store_url }}
|
58
admininistrator/view/template/mail/voucher.twig
Normal file
58
admininistrator/view/template/mail/voucher.twig
Normal file
@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{{ title }}</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
color: #000000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
body, td, th, input, textarea, select, a {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
a, a:visited, a b {
|
||||
color: #378DC1;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 680px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
{% if image %}
|
||||
<div style="float: right; margin-left: 20px;"><a href="{{ store_url }}" title="{{ store_name }}"><img src="{{ image }}" alt="{{ store_name }}"/></a></div>
|
||||
{% endif %}
|
||||
<div>
|
||||
<p>{{ text_greeting }}</p>
|
||||
<p>{{ text_from }}</p>
|
||||
{% if message %}
|
||||
<p>{{ text_message }}</p>
|
||||
<p>{{ message }}</p>
|
||||
{% endif %}
|
||||
<p>{{ text_redeem }}</p>
|
||||
<p><a href="{{ store_url }}" title="{{ store_name }}">{{ store_url }}</a></p>
|
||||
<p>{{ text_footer }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user