first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View 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 }}

View File

@ -0,0 +1,9 @@
{{ text_welcome }}<br/>
<br/>
{{ text_denied }}<br/>
<br/>
{{ contact }}<br/>
<br/>
{{ text_thanks }}<br/>
{{ store }}<br/>
{{ store_url }}

View File

@ -0,0 +1,10 @@
{{ username }},
{{ text_code }}
{{ code }}
{{ text_ip }} {{ ip }}
{{ text_regards }}
{{ store }}

View File

@ -0,0 +1,12 @@
{{ username }},
{{ text_reset }}
{{ text_link }}
{{ reset }}
{{ text_ip }} {{ ip }}
{{ text_regards }}
{{ store }}

View 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>

View 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>

View 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 }}

View 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>

View 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>

View 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>

View 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>

View 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 }}

View File

@ -0,0 +1,6 @@
{{ text_received }}<br/>
<br/>
{{ text_total }}<br/>
<br/>
{{ store }}<br/>
{{ store_url }}

View File

@ -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 }}

View 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 }}

View File

@ -0,0 +1,8 @@
{{ text_received }}<br/>
<br/>
{{ text_total }}<br/>
<br/>
{{ text_credit }}<br/>
<br/>
{{ store }}<br/>
{{ store_url }}

View 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>