Initial commit: CloudOps infrastructure platform
26
docker-compose/mautic-setup/mautic-backup-files/docroot/themes/sunday/.github/workflows/close_pull_requests.yml
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
# Workflow name:
|
||||
name: Close Pull Requests
|
||||
|
||||
# Workflow triggers:
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
# Workflow jobs:
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
comment: |
|
||||
Thank you for submitting a pull request. :raised_hands:
|
||||
|
||||
We greatly appreciate your willingness to submit a contribution. However, we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/mautic/mautic).
|
||||
|
||||
We kindly request that you submit this pull request against the [respective directory](https://github.com/mautic/mautic/blob/head/plugins/GrapesJsBuilderBundle) of the main repository where we'll review and provide feedback. If this is your first Mautic contribution, be sure to read the [contributing guide](https://github.com/mautic/mautic/blob/4.x/.github/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions.
|
||||
|
||||
Thank you again, and we look forward to receiving your contribution! :smiley:
|
||||
|
||||
Best,
|
||||
The Mautic team
|
||||
@@ -0,0 +1,5 @@
|
||||
# Sunday theme for Mautic
|
||||
|
||||
## This theme is managed centrally in https://github.com/mautic/mautic/blob/head/themes/sunday and this is a read-only mirror repository.
|
||||
|
||||
**📣 Please make PRs and issues against Mautic Core, not here!**
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "mautic/theme-sunday",
|
||||
"description": "Mautic Sunday Theme",
|
||||
"type": "mautic-theme",
|
||||
"keywords": ["mautic","theme"],
|
||||
"extra": {
|
||||
"install-directory-name": "sunday"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"mautic/core-lib": "^7.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Sunday",
|
||||
"author": "Mautic team based on a theme by Sendwithus",
|
||||
"authorUrl": "https://www.sendwithus.com/resources/templates/sunday",
|
||||
"features": [
|
||||
"page",
|
||||
"email",
|
||||
"form"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
/* Take care of image borders and formatting */
|
||||
|
||||
img { max-width: 600px; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic;}
|
||||
a img { border: none; }
|
||||
table { border-collapse: collapse !important; }
|
||||
#outlook a { padding:0; }
|
||||
.ReadMsgBody { width: 100%; }
|
||||
.ExternalClass {width:100%;}
|
||||
.backgroundTable {margin:0 auto; padding:0; width:100% !important;}
|
||||
table td {border-collapse: collapse;}
|
||||
.ExternalClass * {line-height: 115%;}
|
||||
|
||||
|
||||
/* General styling */
|
||||
|
||||
td {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-webkit-text-size-adjust:none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #6f6f6f;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #27aa90;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.force-full-width {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
.body-padding {
|
||||
padding: 0 75px;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900);
|
||||
/* Thanks Outlook 2013! */
|
||||
body {
|
||||
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
|
||||
}
|
||||
.w280 {
|
||||
width: 280px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Mobile styles */
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
table[class*="w320"] {
|
||||
width: 320px !important;
|
||||
}
|
||||
|
||||
td[class*="w320"] {
|
||||
width: 280px !important;
|
||||
padding-left: 20px !important;
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
|
||||
img[class*="w320"] {
|
||||
width: 250px !important;
|
||||
height: 67px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-spacing"] {
|
||||
padding-top: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
*[class*="mobile-hide"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
*[class*="mobile-br"] {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-w20"] {
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
img[class*="mobile-w20"] {
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-center"] {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
table[class*="w100p"] {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
td[class*="activate-now"] {
|
||||
padding-right: 0 !important;
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<style type="text/css" scoped>
|
||||
.mauticform_wrapper { max-width: 600px; margin: 10px auto; color: #6f6f6f; font-weight: 400; font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', 'sans-serif';font-size: 18px;}
|
||||
.mauticform-innerform {}
|
||||
.mauticform-post-success {}
|
||||
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
|
||||
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
|
||||
.mauticform-error { margin-bottom: 10px; color: red; }
|
||||
.mauticform-message { margin-bottom: 10px;color: green; }
|
||||
.mauticform-row { display: block; margin-bottom: 20px; }
|
||||
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
|
||||
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
|
||||
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
|
||||
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
|
||||
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
|
||||
.mauticform-checkboxgrp-row {}
|
||||
.mauticform-checkboxgrp-label { font-weight: normal; }
|
||||
.mauticform-checkboxgrp-checkbox {}
|
||||
.mauticform-radiogrp-row {}
|
||||
.mauticform-radiogrp-label { font-weight: normal; }
|
||||
.mauticform-radiogrp-radio {}
|
||||
.mauticform-button-wrapper .mauticform-button.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
|
||||
.mauticform-button-wrapper .mauticform-button { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
|
||||
.mauticform-button-wrapper .mauticform-button.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd;}
|
||||
</style>
|
||||
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% if page is defined %}
|
||||
<title>{pagetitle}</title>
|
||||
<meta name="description" content="{pagemetadescription}">
|
||||
{% endif %}
|
||||
<link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ getAssetUrl('themes/'~template~'/css/sunday.css') }}" type="text/css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{{ outputHeadDeclarations() }}
|
||||
</head>
|
||||
<body offset="0" class="body" style="padding: 0;margin: 0;display: block;background: #eeebeb;-webkit-text-size-adjust: none;-webkit-font-smoothing: antialiased;width: 100%;height: 100%;color: #6f6f6f;font-weight: 400;font-size: 18px;" bgcolor="#eeebeb">
|
||||
{{ outputScripts('bodyOpen') }}
|
||||
{% block content %}{% endblock %}
|
||||
{{ outputScripts('bodyClose') }}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,319 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{subject}</title>
|
||||
<!-- Designed by https://github.com/kaytcat -->
|
||||
<!-- Header image designed by Freepik.com -->
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
/* Take care of image borders and formatting */
|
||||
|
||||
img { max-width: 600px; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic;}
|
||||
a img { border: none; }
|
||||
table { border-collapse: collapse !important; }
|
||||
#outlook a { padding:0; }
|
||||
.ReadMsgBody { width: 100%; }
|
||||
.ExternalClass {width:100%;}
|
||||
.backgroundTable {margin:0 auto; padding:0; width:100% !important;}
|
||||
table td {border-collapse: collapse;}
|
||||
.ExternalClass * {line-height: 115%;}
|
||||
|
||||
|
||||
/* General styling */
|
||||
|
||||
td {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-webkit-text-size-adjust:none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #6f6f6f;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #27aa90;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.force-full-width {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
.body-padding {
|
||||
padding: 0 75px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
@media screen {
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900);
|
||||
/* Thanks Outlook 2013! */
|
||||
body {
|
||||
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
|
||||
}
|
||||
.w280 {
|
||||
width: 280px !important;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
<style type="text/css" media="only screen and (max-width: 480px)">
|
||||
/* Mobile styles */
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
table[class*="w320"] {
|
||||
width: 320px !important;
|
||||
}
|
||||
|
||||
td[class*="w320"] {
|
||||
width: 280px !important;
|
||||
padding-left: 20px !important;
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
|
||||
img[class*="w320"] {
|
||||
width: 250px !important;
|
||||
height: 67px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-spacing"] {
|
||||
padding-top: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
*[class*="mobile-hide"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
*[class*="mobile-br"] {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-w20"] {
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
img[class*="mobile-w20"] {
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
td[class*="mobile-center"] {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
table[class*="w100p"] {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
td[class*="activate-now"] {
|
||||
padding-right: 0 !important;
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
[class="mobile-block"] {
|
||||
width: 100% !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body offset="0" class="body" style="padding: 0;margin: 0;display: block;background: #eeebeb;-webkit-text-size-adjust: none;-webkit-font-smoothing: antialiased;width: 100%;height: 100%;color: #6f6f6f;font-weight: 400;font-size: 18px;" bgcolor="#eeebeb">
|
||||
<div data-section-wrapper=="1" align="center" valign="top" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<center>
|
||||
<table data-section="1" style="margin: 0 auto;border-collapse: collapse !important;" cellspacing="0" cellpadding="0" width="600" class="w320">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="image">
|
||||
<img class="w320" width="311" height="83" src="{{ getAssetUrl('themes/'~template~'/img/logo.gif', null, null, true) }}" alt="company logo" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;border: none;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper=="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" style="background-color: #3bcdb0;border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 40px;font-weight: 600;color: #ffffff;text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;" class="mobile-spacing">
|
||||
<div data-slot="text">
|
||||
<div class="mobile-br"> </div>
|
||||
Welcome to Awesome Co
|
||||
</div>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 24px;text-align: center;padding: 0 75px;color: #6f6f6f;font-family: Arial, sans-serif;border-collapse: collapse;" class="w320 mobile-spacing">
|
||||
<div data-slot="text">
|
||||
We are happy to meet you and hope you have an amazing time with us.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="image">
|
||||
<img src="{{ getAssetUrl('themes/'~template~'/img/workplace.gif', null, null, true) }}" style="max-width: 100%;display: block;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper=="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" bgcolor="#ffffff" style="border-collapse: collapse !important;background-color: #ffffff;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td width="230" class="mobile-hide" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td background="{{ getAssetUrl('themes/'~template~'/img/robbonwide.gif', null, null, true) }}" width="230" height="113" valign="top" style="background-repeat: no-repeat;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<!--[if gte mso 9]>
|
||||
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:230px;height:113px;">
|
||||
<v:fill type="frame" src="{{ getAssetUrl('themes/'~template~'/img/robbonwide.gif', null, null, true) }}" color="#ffffff" />
|
||||
<v:textbox inset="0,0,0,0">
|
||||
<![endif]-->
|
||||
<div>
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 45px;font-weight: 900;color: #ffffff;text-align: right;padding-top: 10px;padding-right: 40px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
50%
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--[if gte mso 9]>
|
||||
</v:textbox>
|
||||
</v:rect>
|
||||
<![endif]-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="360" class="w320" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="w280 w100p" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" class="mobile-center activate-now" style="color: #27aa90;font-size: 30px;font-weight: 600;line-height: 30px;text-align: left;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
Activate account now and receive a 50% discount
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: left;font-family: Arial, sans-serif;border-collapse: collapse;padding: 0 75px;" class="mobile-center body-padding w320">
|
||||
<div data-slot="text">
|
||||
<br>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br>Sed do eiusmod tempor ullamco laboris.
|
||||
Quis nostrud exercitation nisi ut aliquip ex ea commodo!
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="margin: 0 auto;border-collapse: collapse !important;" cellspacing="0" cellpadding="10" width="100%">
|
||||
<tr>
|
||||
<td style="text-align: center;margin: 0 auto;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<br>
|
||||
<div class="button" data-slot="button" data-param-padding-top="5" data-param-button-size="2" data-param-link-text="Activate account" data-param-href="http://" data-param-float="1" data-param-background-color="#f5774e" data-param-color="ffffff">
|
||||
<a href="#" target="_blank" style="font-size: 16px; color: #ffffff; text-decoration: none; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; background-color: #f5774e; display: inline-block;">
|
||||
Activate account
|
||||
</a>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper=="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" bgcolor="#363636" style="border-collapse: collapse !important;background-color: #363636;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
<br>
|
||||
<br>
|
||||
<img width="62" height="56" img src="{{ getAssetUrl('themes/'~template~'/img/gplus.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<img width="68" height="56" src="{{ getAssetUrl('themes/'~template~'/img/facebook.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<img width="61" height="56" src="{{ getAssetUrl('themes/'~template~'/img/twitter.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="color: #f0f0f0;font-size: 14px;text-align: center;padding-bottom: 4px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
© 2014 All Rights Reserved
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="color: #27aa90;font-size: 14px;text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
<a href="{webview_url}" style="color: #27aa90;text-decoration: none;">View in browser</a> | <a href="#" style="color: #27aa90;text-decoration: none;">Contact</a> | <a href="{unsubscribe_url}" style="color: #27aa90;text-decoration: none;">Unsubscribe</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 12px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
{% extends "@themes/"~template~"/html/base.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
{% if message is defined %}
|
||||
<div class="well text-center">
|
||||
<p>{{ message|raw }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="form-container">
|
||||
{% if header is defined %}
|
||||
<h4>{{ header }}</h4>
|
||||
{% endif %}
|
||||
{{ content|raw }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,10 @@
|
||||
{% extends "@themes/"~template~"/html/base.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<div style="width: 800px; margin: 40px auto">
|
||||
{{ message|raw }}
|
||||
{% if content is defined %}
|
||||
<div class="text-left">{{ content|raw }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,181 @@
|
||||
{% extends "@themes/"~template~"/html/base.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<div data-section-wrapper="1" align="center" valign="top" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<center>
|
||||
<table data-section="1" style="margin: 0 auto;border-collapse: collapse !important;" cellspacing="0" cellpadding="0" width="600" class="w320">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="image">
|
||||
<img class="w320" width="311" height="83" src="{{ getAssetUrl('themes/'~template~'/img/logo.gif', null, null, true) }}" alt="company logo" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;border: none;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" style="background-color: #3bcdb0;border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 40px;font-weight: 600;color: #ffffff;text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;" class="mobile-spacing">
|
||||
<div data-slot="text">
|
||||
<div class="mobile-br"> </div>
|
||||
Welcome to Awesome Co
|
||||
</div>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 24px;text-align: center;padding: 0 75px;color: #6f6f6f;font-family: Arial, sans-serif;border-collapse: collapse;" class="w320 mobile-spacing">
|
||||
<div data-slot="text">
|
||||
We are happy to meet you and hope you have an amazing time with us.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="image">
|
||||
<img src="{{ getAssetUrl('themes/'~template~'/img/workplace.gif', null, null, true) }}" style="max-width: 100%;display: block;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" bgcolor="#ffffff" style="border-collapse: collapse !important;background-color: #ffffff;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td width="230" class="mobile-hide" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td background="{{ getAssetUrl('themes/'~template~'/img/robbonwide.gif', null, null, true) }}" width="230" height="113" valign="top" style="background-repeat: no-repeat;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<!--[if gte mso 9]>
|
||||
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:230px;height:113px;">
|
||||
<v:fill type="frame" src="{{ getAssetUrl('themes/'~template~'/img/robbonwide.gif', null, null, true) }}" color="#ffffff" />
|
||||
<v:textbox inset="0,0,0,0">
|
||||
<![endif]-->
|
||||
<div>
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="font-size: 45px;font-weight: 900;color: #ffffff;text-align: right;padding-top: 10px;padding-right: 40px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
50%
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--[if gte mso 9]>
|
||||
</v:textbox>
|
||||
</v:rect>
|
||||
<![endif]-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="360" class="w320" style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="w280 w100p" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" class="mobile-center activate-now" style="color: #27aa90;font-size: 30px;font-weight: 600;line-height: 30px;text-align: left;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
Activate account now and receive a 50% discount
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: left;font-family: Arial, sans-serif;border-collapse: collapse;padding: 0 75px;" class="mobile-center body-padding w320">
|
||||
<div data-slot="text">
|
||||
<br>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br>Sed do eiusmod tempor ullamco laboris.
|
||||
Quis nostrud exercitation nisi ut aliquip ex ea commodo!
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="margin: 0 auto;border-collapse: collapse !important;" cellspacing="0" cellpadding="10" width="100%">
|
||||
<tr>
|
||||
<td style="text-align: center;margin: 0 auto;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<br>
|
||||
<div class="button" data-slot="button" data-param-padding-top="5" data-param-button-size="2" data-param-link-text="Activate account" data-param-href="http://" data-param-float="1" data-param-background-color="#f5774e" data-param-color="ffffff">
|
||||
<a href="#" target="_blank" style="font-size: 16px; color: #ffffff; text-decoration: none; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; background-color: #f5774e; display: inline-block;">
|
||||
Activate account
|
||||
</a>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
<div data-section-wrapper="1">
|
||||
<center>
|
||||
<table data-section="1" cellspacing="0" cellpadding="0" width="600" class="w320" bgcolor="#363636" style="border-collapse: collapse !important;background-color: #363636;">
|
||||
<tr>
|
||||
<td style="font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<table cellspacing="0" cellpadding="0" class="force-full-width" style="border-collapse: collapse !important;width: 100% !important;">
|
||||
<tr>
|
||||
<td data-slot-container="1" style="text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
<br>
|
||||
<br>
|
||||
<img width="62" height="56" img src="{{ getAssetUrl('themes/'~template~'/img/gplus.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<img width="68" height="56" src="{{ getAssetUrl('themes/'~template~'/img/facebook.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<img width="61" height="56" src="{{ getAssetUrl('themes/'~template~'/img/twitter.gif', null, null, true) }}" style="max-width: 600px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;">
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="color: #f0f0f0;font-size: 14px;text-align: center;padding-bottom: 4px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
© 2014 All Rights Reserved
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td data-slot-container="1" style="color: #27aa90;font-size: 14px;text-align: center;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
<div data-slot="text">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 12px;font-family: Arial, sans-serif;border-collapse: collapse;">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 74 KiB |