aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/mail/default-mail-content.vm
blob: 02de98b900d73773f9d5e1dbc364873b2e3b166b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<tbody>
<tr>
    <td
            align="left"
            style="
                            font-size: 0px;
                            padding: 0px 25px 0px 25px;
                            padding-top: 0px;
                            padding-right: 50px;
                            padding-bottom: 0px;
                            padding-left: 50px;
                            word-break: break-word;
                          "
    >
        <div
                style="
                              font-family: Open Sans, Helvetica, Arial,
                                sans-serif;
                              font-size: 13px;
                              line-height: 22px;
                              text-align: left;
                              color: #797e82;
                            "
        >
            <h1
                    style="
                                text-align: center;
                                color: #000000;
                                line-height: 32px;
                              "
            >
                $esc.html($mailTitle)
            </h1>
        </div>
    </td>
</tr>
<tr>
    <td
            align="left"
            style="
                            font-size: 0px;
                            padding: 0px 25px 0px 25px;
                            padding-top: 0px;
                            padding-right: 50px;
                            padding-bottom: 0px;
                            padding-left: 50px;
                            word-break: break-word;
                          "
    >
        <div
                style="
                              font-family: Open Sans, Helvetica, Arial,
                                sans-serif;
                              font-size: 13px;
                              line-height: 22px;
                              text-align: left;
                              color: #797e82;
                            "
        >

            #parse($mailMessageTemplate)

        </div>
    </td>
</tr>
<tr>
    <td
            align="center"
            vertical-align="middle"
            style="
                            font-size: 0px;
                            padding: 10px 25px;
                            padding-top: 20px;
                            padding-bottom: 20px;
                            word-break: break-word;
                          "
    >
        <table
                border="0"
                cellpadding="0"
                cellspacing="0"
                role="presentation"
                style="border-collapse: separate; line-height: 100%"
        >
            <tbody>
            <tr>
                <td
                        align="center"
                        bgcolor="#005A8E"
                        role="presentation"
                        style="
                                    border: none;
                                    border-radius: 100px;
                                    cursor: auto;
                                    mso-padding-alt: 15px 25px 15px 25px;
                                    background: #005a8e;
                                  "
                        valign="middle"
                >
                    <a
                            href="$consoleLink"
                            style="
                                      display: inline-block;
                                      background: #005a8e;
                                      color: #ffffff;
                                      font-family: Open Sans, Helvetica, Arial,
                                        sans-serif;
                                      font-size: 13px;
                                      font-weight: normal;
                                      line-height: 120%;
                                      margin: 0;
                                      text-decoration: none;
                                      text-transform: none;
                                      padding: 15px 25px 15px 25px;
                                      mso-padding-alt: 0px;
                                      border-radius: 100px;
                                    "
                            target="_blank"
                    ><b style="font-weight: 700"
                    ><b style="font-weight: 700"
                    >Go to Console</b
                    ></b
                    ></a
                    >
                </td>
            </tr>
            </tbody>
        </table>
    </td>
</tr>
</tbody>