326 lines
12 KiB
Vue
326 lines
12 KiB
Vue
|
<script>
|
||
|
import Layout from "../../../layouts/main";
|
||
|
import PageHeader from "../../../components/page-header";
|
||
|
|
||
|
export default {
|
||
|
page: {
|
||
|
title: "Basic Action",
|
||
|
},
|
||
|
components: { Layout, PageHeader },
|
||
|
data() {
|
||
|
return {
|
||
|
title: "Basic Action",
|
||
|
items: [
|
||
|
{
|
||
|
text: "Email Template",
|
||
|
href: "/",
|
||
|
},
|
||
|
{
|
||
|
text: "Basic Action",
|
||
|
active: true,
|
||
|
},
|
||
|
],
|
||
|
};
|
||
|
},
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<Layout>
|
||
|
<PageHeader :title="title" :items="items" />
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<table
|
||
|
class="body-wrap"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
width: 100%;
|
||
|
background-color: transparent;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
"
|
||
|
valign="top"
|
||
|
></td>
|
||
|
<td
|
||
|
class="container"
|
||
|
width="600"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
display: block !important;
|
||
|
max-width: 600px !important;
|
||
|
clear: both !important;
|
||
|
margin: 0 auto;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
<div
|
||
|
class="content"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
max-width: 600px;
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
padding: 20px;
|
||
|
"
|
||
|
>
|
||
|
<table
|
||
|
class="main"
|
||
|
width="100%"
|
||
|
cellpadding="0"
|
||
|
cellspacing="0"
|
||
|
itemprop="action"
|
||
|
itemscope
|
||
|
itemtype="http://schema.org/ConfirmAction"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
border-radius: 3px;
|
||
|
margin: 0;
|
||
|
border: none;
|
||
|
"
|
||
|
>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-wrap"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
color: #495057;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 30px;
|
||
|
box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
|
||
|
border-radius: 7px;
|
||
|
background-color: #fff;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
<meta
|
||
|
itemprop="name"
|
||
|
content="Confirm Email"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
/>
|
||
|
<table
|
||
|
width="100%"
|
||
|
cellpadding="0"
|
||
|
cellspacing="0"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-block"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 0 0 20px;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
Please confirm your email address by clicking the
|
||
|
link below.
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-block"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 0 0 20px;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
We may need to send you critical information about
|
||
|
our service and it is important that we have an
|
||
|
accurate email address.
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-block"
|
||
|
itemprop="handler"
|
||
|
itemscope
|
||
|
itemtype="http://schema.org/HttpActionHandler"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 0 0 20px;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
<a
|
||
|
href="#"
|
||
|
itemprop="url"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
line-height: 2em;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
border-radius: 5px;
|
||
|
text-transform: capitalize;
|
||
|
background-color: #34c38f;
|
||
|
margin: 0;
|
||
|
border-color: #34c38f;
|
||
|
border-style: solid;
|
||
|
border-width: 8px 16px;
|
||
|
"
|
||
|
>Confirm email address</a
|
||
|
>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-block"
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 0 0 20px;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
<b>Skote</b>
|
||
|
<p>Support Team</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr
|
||
|
style="
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
"
|
||
|
>
|
||
|
<td
|
||
|
class="content-block"
|
||
|
style="
|
||
|
text-align: center;
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial,
|
||
|
sans-serif;
|
||
|
box-sizing: border-box;
|
||
|
font-size: 14px;
|
||
|
vertical-align: top;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
"
|
||
|
valign="top"
|
||
|
>
|
||
|
© 2021 Skote
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<!-- end table -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- end row -->
|
||
|
</Layout>
|
||
|
</template>
|