wco_email 0.1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +7 -0
  2. data/README.txt +129 -0
  3. data/Rakefile +5 -0
  4. data/app/assets/config/wco_email_manifest.js +7 -0
  5. data/app/assets/javascript/vendor-trash/jquery-ui.min.js +13 -0
  6. data/app/assets/javascript/vendor-trash/jquery.fileupload.js +1482 -0
  7. data/app/assets/javascript/vendor-trash/jquery.iframe-transport.js +224 -0
  8. data/app/assets/javascript/vendor-trash/jquery.ui.widget.js +572 -0
  9. data/app/assets/javascript/vendor-trash/summernote-bs4.min.js +3 -0
  10. data/app/assets/javascript/wco_email/application.js +11 -0
  11. data/app/assets/javascript/wco_email/contexts.js +19 -0
  12. data/app/assets/javascript/wco_email/conversations.js +177 -0
  13. data/app/assets/javascript/wco_email/file_upload.js-trash +32 -0
  14. data/app/assets/javascript/wco_email/shared.js +22 -0
  15. data/app/assets/stylesheets/wco_email/application.scss +29 -0
  16. data/app/assets/stylesheets/wco_email/contexts.scss +63 -0
  17. data/app/assets/stylesheets/wco_email/conversations.scss +16 -0
  18. data/app/assets/stylesheets/wco_email/tags.scss +6 -0
  19. data/app/controllers/wco_email/application_controller.rb +16 -0
  20. data/app/controllers/wco_email/contexts_controller.rb +156 -0
  21. data/app/controllers/wco_email/conversations_controller.rb +129 -0
  22. data/app/controllers/wco_email/email_action_templates_controller.rb +77 -0
  23. data/app/controllers/wco_email/email_actions_controller.rb +55 -0
  24. data/app/controllers/wco_email/email_campaigns_controller.rb +73 -0
  25. data/app/controllers/wco_email/email_filters_controller.rb +72 -0
  26. data/app/controllers/wco_email/email_layouts_controller.rb +13 -0
  27. data/app/controllers/wco_email/email_templates_controller.rb +124 -0
  28. data/app/controllers/wco_email/message_stubs_controller.rb +14 -0
  29. data/app/controllers/wco_email/messages_controller.rb +28 -0
  30. data/app/controllers/wco_email/obfuscated_redirects_controller.rb +20 -0
  31. data/app/controllers/wco_email/sessions_controller.rb +19 -0
  32. data/app/controllers/wco_email/unsubscribes_controller.rb +40 -0
  33. data/app/helpers/wco_email/application_helper.rb +20 -0
  34. data/app/jobs/wco_email/message_intake_job.rb +54 -0
  35. data/app/mailers/wco_email/application_mailer.rb +98 -0
  36. data/app/views/202212 Mailchimp Templates/202212 1col fixed-width.html +863 -0
  37. data/app/views/202212 Mailchimp Templates/202212 1col full-width.html +906 -0
  38. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width 2.html +1003 -0
  39. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width.html +1082 -0
  40. data/app/views/202212 Mailchimp Templates/202212 2col full-width 2.html +1053 -0
  41. data/app/views/202212 Mailchimp Templates/202212 2col full-width.html +1147 -0
  42. data/app/views/202212 Mailchimp Templates/202212 3col fixed-width.html +1087 -0
  43. data/app/views/202212 Mailchimp Templates/202212 3col full-width.html +1136 -0
  44. data/app/views/202212 Mailchimp Templates/202212 catalog various-colors-1.html +1223 -0
  45. data/app/views/202212 Mailchimp Templates/202212 educate.html +1080 -0
  46. data/app/views/202212 Mailchimp Templates/202212 follow up.html +1001 -0
  47. data/app/views/202212 Mailchimp Templates/202212 make an announcement.html +1048 -0
  48. data/app/views/202212 Mailchimp Templates/202212 sell-a-product.html +977 -0
  49. data/app/views/202212 Mailchimp Templates/202212 tell a story.html +1168 -0
  50. data/app/views/202212 Mailchimp Templates/202212 theme art-newsletter.html +1612 -0
  51. data/app/views/202212 Mailchimp Templates/202212 theme caribou-xmas.html +856 -0
  52. data/app/views/202212 Mailchimp Templates/202212 theme colorbox.html +1027 -0
  53. data/app/views/202212 Mailchimp Templates/202212 theme competition-invitation.html +918 -0
  54. data/app/views/202212 Mailchimp Templates/202212 theme event-veerle.html +1132 -0
  55. data/app/views/202212 Mailchimp Templates/202212 theme fall-colors.html +1407 -0
  56. data/app/views/202212 Mailchimp Templates/202212 theme gift-giving.html +787 -0
  57. data/app/views/202212 Mailchimp Templates/202212 theme giftgiving-snowmen.html +731 -0
  58. data/app/views/202212 Mailchimp Templates/202212 theme heart-of-flowers.html +795 -0
  59. data/app/views/202212 Mailchimp Templates/202212 theme hero-card.html +915 -0
  60. data/app/views/202212 Mailchimp Templates/202212 theme hero-image.html +1148 -0
  61. data/app/views/202212 Mailchimp Templates/202212 theme monthly-contest.html +967 -0
  62. data/app/views/202212 Mailchimp Templates/202212 theme multiple-event.html +1189 -0
  63. data/app/views/202212 Mailchimp Templates/202212 theme postcard.html +914 -0
  64. data/app/views/202212 Mailchimp Templates/202212 theme snowy-fields.html +733 -0
  65. data/app/views/202212 Mailchimp Templates/202212 theme soft.html +849 -0
  66. data/app/views/202212 Mailchimp Templates/202212 theme sophisticated.html +1079 -0
  67. data/app/views/202212 Mailchimp Templates/202212 theme subtle.html +1218 -0
  68. data/app/views/202212 Mailchimp Templates/202212 theme ticket.html +1015 -0
  69. data/app/views/202212 Mailchimp Templates/202212 theme whale.html +888 -0
  70. data/app/views/202310 Email Templates/_acknowledgement_of_document_receipt.html.erb +23 -0
  71. data/app/views/202310 Email Templates/_support_ticket_created.html.erb +26 -0
  72. data/app/views/layouts/wco_email/application.haml +64 -0
  73. data/app/views/layouts/wco_email/mailbox.haml-trash +62 -0
  74. data/app/views/wco_email/_analytics.erb +16 -0
  75. data/app/views/wco_email/_main_header.haml +31 -0
  76. data/app/views/wco_email/_sidebar.haml +10 -0
  77. data/app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb +24 -0
  78. data/app/views/wco_email/application_mailer/_header_logo.html.erb +12 -0
  79. data/app/views/wco_email/application_mailer/forwarder_notify.html.erb +17 -0
  80. data/app/views/wco_email/contexts/_form.haml +59 -0
  81. data/app/views/wco_email/contexts/_form_reply.haml +27 -0
  82. data/app/views/wco_email/contexts/_header.haml +22 -0
  83. data/app/views/wco_email/contexts/_index.haml +8 -0
  84. data/app/views/wco_email/contexts/edit.haml +8 -0
  85. data/app/views/wco_email/contexts/iframe_src.haml +3 -0
  86. data/app/views/wco_email/contexts/index.haml +51 -0
  87. data/app/views/wco_email/contexts/new.haml +5 -0
  88. data/app/views/wco_email/contexts/show.haml +34 -0
  89. data/app/views/wco_email/contexts/summary.csv.erb +4 -0
  90. data/app/views/wco_email/contexts/summary.haml +16 -0
  91. data/app/views/wco_email/conversations/_actions.haml +21 -0
  92. data/app/views/wco_email/conversations/_search.haml +14 -0
  93. data/app/views/wco_email/conversations/index.haml +43 -0
  94. data/app/views/wco_email/conversations/show.haml +27 -0
  95. data/app/views/wco_email/email_action_templates/_form.haml +45 -0
  96. data/app/views/wco_email/email_action_templates/_header.haml +8 -0
  97. data/app/views/wco_email/email_action_templates/edit.haml +7 -0
  98. data/app/views/wco_email/email_action_templates/index.haml +36 -0
  99. data/app/views/wco_email/email_action_templates/new.haml +9 -0
  100. data/app/views/wco_email/email_action_templates/show.haml +11 -0
  101. data/app/views/wco_email/email_actions/_form.haml +24 -0
  102. data/app/views/wco_email/email_actions/_form_mini.haml-trash +28 -0
  103. data/app/views/wco_email/email_actions/_header.haml +8 -0
  104. data/app/views/wco_email/email_actions/edit.haml +4 -0
  105. data/app/views/wco_email/email_actions/index.haml +31 -0
  106. data/app/views/wco_email/email_actions/new.haml +4 -0
  107. data/app/views/wco_email/email_actions/show.haml +0 -0
  108. data/app/views/wco_email/email_campaigns/_form.haml +33 -0
  109. data/app/views/wco_email/email_campaigns/_header.haml +5 -0
  110. data/app/views/wco_email/email_campaigns/edit.haml +5 -0
  111. data/app/views/wco_email/email_campaigns/index.haml +14 -0
  112. data/app/views/wco_email/email_campaigns/new.haml +5 -0
  113. data/app/views/wco_email/email_campaigns/show.haml +17 -0
  114. data/app/views/wco_email/email_filters/_form.haml +40 -0
  115. data/app/views/wco_email/email_filters/_header.haml +5 -0
  116. data/app/views/wco_email/email_filters/edit.haml +5 -0
  117. data/app/views/wco_email/email_filters/index.haml +48 -0
  118. data/app/views/wco_email/email_filters/new.haml +5 -0
  119. data/app/views/wco_email/email_templates/_form.haml +48 -0
  120. data/app/views/wco_email/email_templates/_form_mini.haml +9 -0
  121. data/app/views/wco_email/email_templates/_form_reply_mini.haml +8 -0
  122. data/app/views/wco_email/email_templates/_form_schedule_mini.haml +11 -0
  123. data/app/views/wco_email/email_templates/_header.haml +6 -0
  124. data/app/views/wco_email/email_templates/_index.haml +26 -0
  125. data/app/views/wco_email/email_templates/_index_expanded.haml +13 -0
  126. data/app/views/wco_email/email_templates/_m20221201react.html.erb +1202 -0
  127. data/app/views/wco_email/email_templates/_m20221222merryxmas.html.erb +766 -0
  128. data/app/views/wco_email/email_templates/_m202309_feedback.html.erb +1161 -0
  129. data/app/views/wco_email/email_templates/_m202309_ror4.html.erb +1068 -0
  130. data/app/views/wco_email/email_templates/_marketing_node_1.html.erb +984 -0
  131. data/app/views/wco_email/email_templates/_marketing_react_1.html +0 -0
  132. data/app/views/wco_email/email_templates/_marketing_react_2.html.erb +749 -0
  133. data/app/views/wco_email/email_templates/_marketing_react_3.html.erb +628 -0
  134. data/app/views/wco_email/email_templates/_marketing_ror_1.html +751 -0
  135. data/app/views/wco_email/email_templates/_marketing_ror_2.html.erb +755 -0
  136. data/app/views/wco_email/email_templates/_marketing_ror_3.html.erb +25 -0
  137. data/app/views/wco_email/email_templates/_marketing_ror_4.html.erb +25 -0
  138. data/app/views/wco_email/email_templates/_marketing_ror_5.html.erb +17 -0
  139. data/app/views/wco_email/email_templates/_marketing_wordpress_1.html +0 -0
  140. data/app/views/wco_email/email_templates/_marketing_wordpress_2.html +0 -0
  141. data/app/views/wco_email/email_templates/_meta.haml +6 -0
  142. data/app/views/wco_email/email_templates/_piousbox_roundborders.html.erb +1007 -0
  143. data/app/views/wco_email/email_templates/_piousbox_social.html.erb +181 -0
  144. data/app/views/wco_email/email_templates/_plain.haml +15 -0
  145. data/app/views/wco_email/email_templates/_rec_resume_shared_with_you.html.erb +39 -0
  146. data/app/views/wco_email/email_templates/_slug-1.html.erb +0 -0
  147. data/app/views/wco_email/email_templates/_slug-2.html.erb +0 -0
  148. data/app/views/wco_email/email_templates/_slug-3.html.erb +0 -0
  149. data/app/views/wco_email/email_templates/_tracking_footer.html.erb +13 -0
  150. data/app/views/wco_email/email_templates/_wasyaco_roundborders.html.erb +686 -0
  151. data/app/views/wco_email/email_templates/_wasyaco_social.html.erb +181 -0
  152. data/app/views/wco_email/email_templates/edit.haml +6 -0
  153. data/app/views/wco_email/email_templates/new.haml +6 -0
  154. data/app/views/wco_email/email_templates/show.haml +11 -0
  155. data/app/views/wco_email/email_templates/show_iframe.haml +2 -0
  156. data/app/views/wco_email/lead_action_templates/_header.haml +7 -0
  157. data/app/views/wco_email/lead_actions/_header.haml +8 -0
  158. data/app/views/wco_email/message_stubs/_index.haml +10 -0
  159. data/app/views/wco_email/messages/_form_reply.haml-trash +17 -0
  160. data/app/views/wco_email/messages/_meta.haml +30 -0
  161. data/app/views/wco_email/messages/show.haml +13 -0
  162. data/app/views/wco_email/messages/show_iframe.haml +5 -0
  163. data/app/views/wco_email/sessions/new.html.erb +4 -0
  164. data/app/views/wco_email/unsubscribes/_header.haml +4 -0
  165. data/app/views/wco_email/unsubscribes/_table.haml +22 -0
  166. data/config/initializers/assets.rb +10 -0
  167. data/config/routes.rb +49 -0
  168. data/lib/tasks/bjjcollective/sitemap.rb +50 -0
  169. data/lib/tasks/db_tasks.rake +12 -0
  170. data/lib/tasks/direct_mail_tasks.rake +35 -0
  171. data/lib/tasks/infinite_shelter/sitemap.rb +25 -0
  172. data/lib/tasks/piousbox/sitemap.rb +80 -0
  173. data/lib/tasks/publish2_wordpress_tasks.rake +54 -0
  174. data/lib/tasks/scrape_reddit_tasks.rake-bk +23 -0
  175. data/lib/tasks/trash/email_tasks.rake-trash +126 -0
  176. data/lib/tasks/trash/sitemap_tasks.rake-trash +146 -0
  177. data/lib/tasks/wasya_co/sitemap.rb +281 -0
  178. data/lib/tasks/wco_email_tasks.rake +117 -0
  179. data/lib/wco_email/README_email_actions.rb +7 -0
  180. data/lib/wco_email/README_email_contexts.rb +7 -0
  181. data/lib/wco_email/engine.rb +8 -0
  182. data/lib/wco_email.rb +19 -0
  183. metadata +493 -0
@@ -0,0 +1,1161 @@
1
+ <!doctype html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
3
+ xmlns:o="urn:schemas-microsoft-com:office:office">
4
+
5
+ <head>
6
+ <!--[if gte mso 15]>
7
+ <xml>
8
+ <o:OfficeDocumentSettings>
9
+ <o:AllowPNG/>
10
+ <o:PixelsPerInch>96</o:PixelsPerInch>
11
+ </o:OfficeDocumentSettings>
12
+ </xml>
13
+ <![endif]-->
14
+ <meta charset="UTF-8">
15
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
16
+ <meta name="viewport" content="width=device-width, initial-scale=1">
17
+ <title>*|MC:SUBJECT|*</title>
18
+
19
+ <style type="text/css">
20
+
21
+ /* templateFooter */
22
+ #templateFooter {
23
+ background-color: #FAFAFA;
24
+ background-image: none;
25
+ background-repeat: no-repeat;
26
+ background-position: center;
27
+ background-size: cover;
28
+ border-top: 0;
29
+ border-bottom: 0;
30
+ padding-top: 9px;
31
+ padding-bottom: 9px;
32
+ }
33
+ #templateFooter .mcnTextContent,
34
+ #templateFooter .mcnTextContent p {
35
+ color: #656565;
36
+ font-family: Helvetica;
37
+ font-size: 12px;
38
+ line-height: 150%;
39
+ text-align: center;
40
+ }
41
+ #templateFooter .mcnTextContent a,
42
+ #templateFooter .mcnTextContent p a {
43
+ color: #656565;
44
+ font-weight: normal;
45
+ text-decoration: underline;
46
+ }
47
+
48
+ p {
49
+ margin: 10px 0;
50
+ padding: 0;
51
+ }
52
+
53
+ table {
54
+ border-collapse: collapse;
55
+ }
56
+
57
+ h1,
58
+ h2,
59
+ h3,
60
+ h4,
61
+ h5,
62
+ h6 {
63
+ display: block;
64
+ margin: 0;
65
+ padding: 0;
66
+ }
67
+
68
+ img,
69
+ a img {
70
+ border: 0;
71
+ height: auto;
72
+ outline: none;
73
+ text-decoration: none;
74
+ }
75
+
76
+ body,
77
+ #bodyTable,
78
+ #bodyCell {
79
+ height: 100%;
80
+ margin: 0;
81
+ padding: 0;
82
+ width: 100%;
83
+ }
84
+
85
+ .mcnPreviewText {
86
+ display: none !important;
87
+ }
88
+
89
+ #outlook a {
90
+ padding: 0;
91
+ }
92
+
93
+ img {
94
+ -ms-interpolation-mode: bicubic;
95
+ }
96
+
97
+ table {
98
+ mso-table-lspace: 0pt;
99
+ mso-table-rspace: 0pt;
100
+ }
101
+
102
+ .ReadMsgBody {
103
+ width: 100%;
104
+ }
105
+
106
+ .ExternalClass {
107
+ width: 100%;
108
+ }
109
+
110
+ p,
111
+ a,
112
+ li,
113
+ td,
114
+ blockquote {
115
+ mso-line-height-rule: exactly;
116
+ }
117
+
118
+ a[href^=tel],
119
+ a[href^=sms] {
120
+ color: inherit;
121
+ cursor: default;
122
+ text-decoration: none;
123
+ }
124
+
125
+ p,
126
+ a,
127
+ li,
128
+ td,
129
+ body,
130
+ table,
131
+ blockquote {
132
+ -ms-text-size-adjust: 100%;
133
+ -webkit-text-size-adjust: 100%;
134
+ }
135
+
136
+ .ExternalClass,
137
+ .ExternalClass p,
138
+ .ExternalClass td,
139
+ .ExternalClass div,
140
+ .ExternalClass span,
141
+ .ExternalClass font {
142
+ line-height: 100%;
143
+ }
144
+
145
+ a[x-apple-data-detectors] {
146
+ color: inherit !important;
147
+ text-decoration: none !important;
148
+ font-size: inherit !important;
149
+ font-family: inherit !important;
150
+ font-weight: inherit !important;
151
+ line-height: inherit !important;
152
+ }
153
+
154
+ .templateContainer {
155
+ max-width: 600px !important;
156
+ background: white;
157
+ }
158
+
159
+ a.mcnButton {
160
+ display: block;
161
+ }
162
+
163
+ .mcnImage,
164
+ .mcnRetinaImage {
165
+ vertical-align: bottom;
166
+ }
167
+
168
+ .mcnTextContent {
169
+ word-break: break-word;
170
+ }
171
+
172
+ .mcnTextContent img {
173
+ height: auto !important;
174
+ }
175
+
176
+ .mcnDividerBlock {
177
+ table-layout: fixed !important;
178
+ }
179
+
180
+ /*
181
+ @tab Page
182
+ @section Heading 1
183
+ @style heading 1
184
+ */
185
+ h1 {
186
+ /*@editable*/
187
+ color: #222222;
188
+ /*@editable*/
189
+ font-family: Helvetica;
190
+ /*@editable*/
191
+ font-size: 40px;
192
+ /*@editable*/
193
+ font-style: normal;
194
+ /*@editable*/
195
+ font-weight: bold;
196
+ /*@editable*/
197
+ line-height: 150%;
198
+ /*@editable*/
199
+ letter-spacing: normal;
200
+ /*@editable*/
201
+ text-align: left;
202
+ }
203
+
204
+ /*
205
+ @tab Page
206
+ @section Heading 2
207
+ @style heading 2
208
+ */
209
+ h2 {
210
+ /*@editable*/
211
+ color: #222222;
212
+ /*@editable*/
213
+ font-family: Helvetica;
214
+ /*@editable*/
215
+ font-size: 28px;
216
+ /*@editable*/
217
+ font-style: normal;
218
+ /*@editable*/
219
+ font-weight: bold;
220
+ /*@editable*/
221
+ line-height: 150%;
222
+ /*@editable*/
223
+ letter-spacing: normal;
224
+ /*@editable*/
225
+ text-align: left;
226
+ }
227
+
228
+ /*
229
+ @tab Page
230
+ @section Heading 3
231
+ @style heading 3
232
+ */
233
+ h3 {
234
+ /*@editable*/
235
+ color: #444444;
236
+ /*@editable*/
237
+ font-family: Helvetica;
238
+ /*@editable*/
239
+ font-size: 22px;
240
+ /*@editable*/
241
+ font-style: normal;
242
+ /*@editable*/
243
+ font-weight: bold;
244
+ /*@editable*/
245
+ line-height: 150%;
246
+ /*@editable*/
247
+ letter-spacing: normal;
248
+ /*@editable*/
249
+ text-align: left;
250
+ }
251
+
252
+ /*
253
+ @tab Page
254
+ @section Heading 4
255
+ @style heading 4
256
+ */
257
+ h4 {
258
+ /*@editable*/
259
+ color: #949494;
260
+ /*@editable*/
261
+ font-family: Georgia;
262
+ /*@editable*/
263
+ font-size: 20px;
264
+ /*@editable*/
265
+ font-style: italic;
266
+ /*@editable*/
267
+ font-weight: normal;
268
+ /*@editable*/
269
+ line-height: 125%;
270
+ /*@editable*/
271
+ letter-spacing: normal;
272
+ /*@editable*/
273
+ text-align: left;
274
+ }
275
+
276
+ /*
277
+ @tab Header
278
+ @section Header Container Style
279
+ */
280
+ #templateHeader {
281
+ /*@editable*/
282
+ background-color: #F7F7F7;
283
+ /*@editable*/
284
+ background-image: none;
285
+ /*@editable*/
286
+ background-repeat: no-repeat;
287
+ /*@editable*/
288
+ background-position: center;
289
+ /*@editable*/
290
+ background-size: cover;
291
+ /*@editable*/
292
+ border-top: 0;
293
+ /*@editable*/
294
+ border-bottom: 0;
295
+ /*@editable*/
296
+ padding-top: 54px;
297
+ /*@editable*/
298
+ padding-bottom: 54px;
299
+ }
300
+
301
+ /*
302
+ @tab Header
303
+ @section Header Interior Style
304
+ */
305
+ .headerContainer {
306
+ /*@editable*/
307
+ background-color: transparent;
308
+ /*@editable*/
309
+ background-image: none;
310
+ /*@editable*/
311
+ background-repeat: no-repeat;
312
+ /*@editable*/
313
+ background-position: center;
314
+ /*@editable*/
315
+ background-size: cover;
316
+ /*@editable*/
317
+ border-top: 0;
318
+ /*@editable*/
319
+ border-bottom: 0;
320
+ /*@editable*/
321
+ padding-top: 0;
322
+ /*@editable*/
323
+ padding-bottom: 0;
324
+ }
325
+
326
+ /*
327
+ @tab Header
328
+ @section Header Text
329
+ */
330
+ .headerContainer .mcnTextContent,
331
+ .headerContainer .mcnTextContent p {
332
+ /*@editable*/
333
+ color: #757575;
334
+ /*@editable*/
335
+ font-family: Helvetica;
336
+ /*@editable*/
337
+ font-size: 16px;
338
+ /*@editable*/
339
+ line-height: 150%;
340
+ /*@editable*/
341
+ text-align: left;
342
+ }
343
+
344
+ /*
345
+ @tab Header
346
+ @section Header Link
347
+ */
348
+ .headerContainer .mcnTextContent a,
349
+ .headerContainer .mcnTextContent p a {
350
+ /*@editable*/
351
+ color: #007C89;
352
+ /*@editable*/
353
+ font-weight: normal;
354
+ /*@editable*/
355
+ text-decoration: underline;
356
+ }
357
+
358
+ /*
359
+ @tab Body
360
+ @section Body Container Style
361
+ */
362
+ #templateBody {
363
+ background-color: #FAFAFA;
364
+ background-image: none;
365
+ background-repeat: no-repeat;
366
+ background-position: center;
367
+ background-size: cover;
368
+ border-top: 0;
369
+ border-bottom: 0;
370
+ padding-top: 27px;
371
+ padding-bottom: 63px;
372
+ }
373
+
374
+ /*
375
+ @tab Body
376
+ @section Body Interior Style
377
+ */
378
+ .bodyContainer {
379
+ /*@editable*/
380
+ background-color: transparent;
381
+ /*@editable*/
382
+ background-image: none;
383
+ /*@editable*/
384
+ background-repeat: no-repeat;
385
+ /*@editable*/
386
+ background-position: center;
387
+ /*@editable*/
388
+ background-size: cover;
389
+ /*@editable*/
390
+ border-top: 0;
391
+ /*@editable*/
392
+ border-bottom: 0;
393
+ /*@editable*/
394
+ padding-top: 0;
395
+ /*@editable*/
396
+ padding-bottom: 0;
397
+ }
398
+
399
+ /*
400
+ @tab Body
401
+ @section Body Text
402
+ */
403
+ .bodyContainer .mcnTextContent,
404
+ .bodyContainer .mcnTextContent p {
405
+ /*@editable*/
406
+ color: #757575;
407
+ /*@editable*/
408
+ font-family: Helvetica;
409
+ /*@editable*/
410
+ font-size: 16px;
411
+ /*@editable*/
412
+ line-height: 150%;
413
+ /*@editable*/
414
+ text-align: left;
415
+ }
416
+
417
+ /*
418
+ @tab Body
419
+ @section Body Link
420
+ */
421
+ .bodyContainer .mcnTextContent a,
422
+ .bodyContainer .mcnTextContent p a {
423
+ /*@editable*/
424
+ color: #007C89;
425
+ /*@editable*/
426
+ font-weight: normal;
427
+ /*@editable*/
428
+ text-decoration: underline;
429
+ }
430
+
431
+ /*
432
+ @tab Footer
433
+ @section Footer Interior Style
434
+ */
435
+ .footerContainer {
436
+ /*@editable*/
437
+ background-color: transparent;
438
+ /*@editable*/
439
+ background-image: none;
440
+ /*@editable*/
441
+ background-repeat: no-repeat;
442
+ /*@editable*/
443
+ background-position: center;
444
+ /*@editable*/
445
+ background-size: cover;
446
+ /*@editable*/
447
+ border-top: 0;
448
+ /*@editable*/
449
+ border-bottom: 0;
450
+ /*@editable*/
451
+ padding-top: 0;
452
+ /*@editable*/
453
+ padding-bottom: 0;
454
+ }
455
+
456
+ /*
457
+ @tab Footer
458
+ @section Footer Text
459
+ */
460
+ .footerContainer .mcnTextContent,
461
+ .footerContainer .mcnTextContent p {
462
+ /*@editable*/
463
+ color: #FFFFFF;
464
+ /*@editable*/
465
+ font-family: Helvetica;
466
+ /*@editable*/
467
+ font-size: 12px;
468
+ /*@editable*/
469
+ line-height: 150%;
470
+ /*@editable*/
471
+ text-align: center;
472
+ }
473
+
474
+ /*
475
+ @tab Footer
476
+ @section Footer Link
477
+ */
478
+ .footerContainer .mcnTextContent a,
479
+ .footerContainer .mcnTextContent p a {
480
+ /*@editable*/
481
+ color: #FFFFFF;
482
+ /*@editable*/
483
+ font-weight: normal;
484
+ /*@editable*/
485
+ text-decoration: underline;
486
+ }
487
+
488
+ @media only screen and (min-width:768px) {
489
+ .templateContainer {
490
+ width: 600px !important;
491
+ }
492
+
493
+ }
494
+
495
+ @media only screen and (max-width: 480px) {
496
+
497
+ body,
498
+ table,
499
+ td,
500
+ p,
501
+ a,
502
+ li,
503
+ blockquote {
504
+ -webkit-text-size-adjust: none !important;
505
+ }
506
+
507
+ }
508
+
509
+ @media only screen and (max-width: 480px) {
510
+ body {
511
+ width: 100% !important;
512
+ min-width: 100% !important;
513
+ }
514
+
515
+ }
516
+
517
+ @media only screen and (max-width: 480px) {
518
+ .mcnRetinaImage {
519
+ max-width: 100% !important;
520
+ }
521
+
522
+ }
523
+
524
+ @media only screen and (max-width: 480px) {
525
+ .mcnImage {
526
+ width: 100% !important;
527
+ }
528
+
529
+ }
530
+
531
+ @media only screen and (max-width: 480px) {
532
+
533
+ .mcnCartContainer,
534
+ .mcnCaptionTopContent,
535
+ .mcnRecContentContainer,
536
+ .mcnCaptionBottomContent,
537
+ .mcnTextContentContainer,
538
+ .mcnBoxedTextContentContainer,
539
+ .mcnImageGroupContentContainer,
540
+ .mcnCaptionLeftTextContentContainer,
541
+ .mcnCaptionRightTextContentContainer,
542
+ .mcnCaptionLeftImageContentContainer,
543
+ .mcnCaptionRightImageContentContainer,
544
+ .mcnImageCardLeftTextContentContainer,
545
+ .mcnImageCardRightTextContentContainer,
546
+ .mcnImageCardLeftImageContentContainer,
547
+ .mcnImageCardRightImageContentContainer {
548
+ max-width: 100% !important;
549
+ width: 100% !important;
550
+ }
551
+
552
+ }
553
+
554
+ @media only screen and (max-width: 480px) {
555
+ .mcnBoxedTextContentContainer {
556
+ min-width: 100% !important;
557
+ }
558
+
559
+ }
560
+
561
+ @media only screen and (max-width: 480px) {
562
+ .mcnImageGroupContent {
563
+ padding: 9px !important;
564
+ }
565
+
566
+ }
567
+
568
+ @media only screen and (max-width: 480px) {
569
+
570
+ .mcnCaptionLeftContentOuter .mcnTextContent,
571
+ .mcnCaptionRightContentOuter .mcnTextContent {
572
+ padding-top: 9px !important;
573
+ }
574
+
575
+ }
576
+
577
+ @media only screen and (max-width: 480px) {
578
+
579
+ .mcnImageCardTopImageContent,
580
+ .mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,
581
+ .mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
582
+ padding-top: 18px !important;
583
+ }
584
+
585
+ }
586
+
587
+ @media only screen and (max-width: 480px) {
588
+ .mcnImageCardBottomImageContent {
589
+ padding-bottom: 9px !important;
590
+ }
591
+
592
+ }
593
+
594
+ @media only screen and (max-width: 480px) {
595
+ .mcnImageGroupBlockInner {
596
+ padding-top: 0 !important;
597
+ padding-bottom: 0 !important;
598
+ }
599
+
600
+ }
601
+
602
+ @media only screen and (max-width: 480px) {
603
+ .mcnImageGroupBlockOuter {
604
+ padding-top: 9px !important;
605
+ padding-bottom: 9px !important;
606
+ }
607
+
608
+ }
609
+
610
+ @media only screen and (max-width: 480px) {
611
+
612
+ .mcnTextContent,
613
+ .mcnBoxedTextContentColumn {
614
+ padding-right: 18px !important;
615
+ padding-left: 18px !important;
616
+ }
617
+
618
+ }
619
+
620
+ @media only screen and (max-width: 480px) {
621
+
622
+ .mcnImageCardLeftImageContent,
623
+ .mcnImageCardRightImageContent {
624
+ padding-right: 18px !important;
625
+ padding-bottom: 0 !important;
626
+ padding-left: 18px !important;
627
+ }
628
+
629
+ }
630
+
631
+ @media only screen and (max-width: 480px) {
632
+ .mcpreview-image-uploader {
633
+ display: none !important;
634
+ width: 100% !important;
635
+ }
636
+
637
+ }
638
+
639
+ @media only screen and (max-width: 480px) {
640
+
641
+ /*
642
+ @tab Mobile Styles
643
+ @section Heading 1
644
+ @tip Make the first-level headings larger in size for better readability on small screens.
645
+ */
646
+ h1 {
647
+ /*@editable*/
648
+ font-size: 30px !important;
649
+ /*@editable*/
650
+ line-height: 125% !important;
651
+ }
652
+
653
+ }
654
+
655
+ @media only screen and (max-width: 480px) {
656
+
657
+ /*
658
+ @tab Mobile Styles
659
+ @section Heading 2
660
+ @tip Make the second-level headings larger in size for better readability on small screens.
661
+ */
662
+ h2 {
663
+ /*@editable*/
664
+ font-size: 26px !important;
665
+ /*@editable*/
666
+ line-height: 125% !important;
667
+ }
668
+
669
+ }
670
+
671
+ @media only screen and (max-width: 480px) {
672
+
673
+ /*
674
+ @tab Mobile Styles
675
+ @section Heading 3
676
+ @tip Make the third-level headings larger in size for better readability on small screens.
677
+ */
678
+ h3 {
679
+ /*@editable*/
680
+ font-size: 20px !important;
681
+ /*@editable*/
682
+ line-height: 150% !important;
683
+ }
684
+
685
+ }
686
+
687
+ @media only screen and (max-width: 480px) {
688
+
689
+ /*
690
+ @tab Mobile Styles
691
+ @section Heading 4
692
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
693
+ */
694
+ h4 {
695
+ /*@editable*/
696
+ font-size: 18px !important;
697
+ /*@editable*/
698
+ line-height: 150% !important;
699
+ }
700
+
701
+ }
702
+
703
+ @media only screen and (max-width: 480px) {
704
+
705
+ /*
706
+ @tab Mobile Styles
707
+ @section Boxed Text
708
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
709
+ */
710
+ .mcnBoxedTextContentContainer .mcnTextContent,
711
+ .mcnBoxedTextContentContainer .mcnTextContent p {
712
+ /*@editable*/
713
+ font-size: 14px !important;
714
+ /*@editable*/
715
+ line-height: 150% !important;
716
+ }
717
+
718
+ }
719
+
720
+ @media only screen and (max-width: 480px) {
721
+
722
+ /*
723
+ @tab Mobile Styles
724
+ @section Header Text
725
+ @tip Make the header text larger in size for better readability on small screens.
726
+ */
727
+ .headerContainer .mcnTextContent,
728
+ .headerContainer .mcnTextContent p {
729
+ /*@editable*/
730
+ font-size: 16px !important;
731
+ /*@editable*/
732
+ line-height: 150% !important;
733
+ }
734
+
735
+ }
736
+
737
+ @media only screen and (max-width: 480px) {
738
+
739
+ /*
740
+ @tab Mobile Styles
741
+ @section Body Text
742
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
743
+ */
744
+ .bodyContainer .mcnTextContent,
745
+ .bodyContainer .mcnTextContent p {
746
+ /*@editable*/
747
+ font-size: 16px !important;
748
+ /*@editable*/
749
+ line-height: 150% !important;
750
+ }
751
+
752
+ }
753
+
754
+ @media only screen and (max-width: 480px) {
755
+
756
+ /*
757
+ @tab Mobile Styles
758
+ @section Footer Text
759
+ @tip Make the footer content text larger in size for better readability on small screens.
760
+ */
761
+ .footerContainer .mcnTextContent,
762
+ .footerContainer .mcnTextContent p {
763
+ /*@editable*/
764
+ font-size: 14px !important;
765
+ /*@editable*/
766
+ line-height: 150% !important;
767
+ }
768
+
769
+ }
770
+ </style>
771
+ </head>
772
+
773
+ <body>
774
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
775
+ <!--[if !gte mso 9]><!----><span class="mcnPreviewText"
776
+ style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*</span>
777
+ <!--<![endif]-->
778
+ <!--*|END:IF|*-->
779
+ <center>
780
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
781
+ <tr>
782
+ <td align="center" valign="top" id="bodyCell">
783
+ <!-- BEGIN TEMPLATE // -->
784
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
785
+ <tr>
786
+ <td align="center" valign="top" id="templateHeader" data-template-container>
787
+ <!--[if (gte mso 9)|(IE)]>
788
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
789
+ <tr>
790
+ <td align="center" valign="top" width="600" style="width:600px;">
791
+ <![endif]-->
792
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
793
+ <tr>
794
+ <td valign="top" class="headerContainer">
795
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock"
796
+ style="min-width:100%;">
797
+ <tbody class="mcnImageBlockOuter">
798
+ <tr>
799
+ <td valign="top" >
800
+
801
+ </td>
802
+ </tr>
803
+ </tbody>
804
+ </table>
805
+ </td>
806
+ </tr>
807
+ </table>
808
+ <!--[if (gte mso 9)|(IE)]>
809
+ </td>
810
+ </tr>
811
+ </table>
812
+ <![endif]-->
813
+ </td>
814
+ </tr>
815
+ <tr>
816
+ <td align="center" valign="top" id="templateBody" data-template-container style="background-color: #FAFAFA; " >
817
+ <!--[if (gte mso 9)|(IE)]>
818
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
819
+ <tr>
820
+ <td align="center" valign="top" width="600" style="width:600px;">
821
+ <![endif]-->
822
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
823
+ <tr>
824
+ <td valign="top" class="bodyContainer">
825
+
826
+ <%= render '/wco_email/application_mailer/header_logo' %>
827
+
828
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
829
+ style="min-width:100%;">
830
+ <tbody class="mcnTextBlockOuter">
831
+ <tr>
832
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
833
+ <!--[if mso]>
834
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
835
+ <tr>
836
+ <![endif]-->
837
+
838
+ <!--[if mso]>
839
+ <td valign="top" width="600" style="width:600px;">
840
+ <![endif]-->
841
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
842
+ style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
843
+ <tbody>
844
+ <tr>
845
+
846
+ <td valign="top" class="mcnTextContent"
847
+ style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
848
+
849
+ <h2>Your feedback is important to us</h2>
850
+ <p style="font-size:18px !important;">How satisfied are you with Wasya Co
851
+ services?</p>
852
+
853
+ </td>
854
+ </tr>
855
+ </tbody>
856
+ </table>
857
+ <!--[if mso]>
858
+ </td>
859
+ <![endif]-->
860
+
861
+ <!--[if mso]>
862
+ </tr>
863
+ </table>
864
+ <![endif]-->
865
+ </td>
866
+ </tr>
867
+ </tbody>
868
+ </table>
869
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock"
870
+ style="min-width:100%;">
871
+ <tbody class="mcnDividerBlockOuter">
872
+ <tr>
873
+ <td class="mcnDividerBlockInner" style="min-width: 100%; padding: 18px 18px 0px;">
874
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%"
875
+ style="min-width:100%;">
876
+ <tbody>
877
+ <tr>
878
+ <td>
879
+ <span></span>
880
+ </td>
881
+ </tr>
882
+ </tbody>
883
+ </table>
884
+ <!--
885
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
886
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
887
+ -->
888
+ </td>
889
+ </tr>
890
+ </tbody>
891
+ </table>
892
+
893
+
894
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns">
895
+ <tbody>
896
+ <tr>
897
+ <td align="left" valign="top" class="columnsContainer" width="20%"
898
+ style="padding-top:9px; padding-bottom:9px;">
899
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
900
+ <tbody>
901
+ <tr>
902
+ <td valign="top" class="leftColumnContainer">
903
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
904
+ class="mcnButtonBlock" style="min-width:100%;">
905
+ <tbody class="mcnButtonBlockOuter">
906
+ <tr>
907
+ <td
908
+ style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
909
+ valign="top" align="center" class="mcnButtonBlockInner">
910
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
911
+ class="mcnButtonContentContainer"
912
+ style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
913
+ <tbody>
914
+ <tr>
915
+ <td align="center" valign="middle" class="mcnButtonContent"
916
+ style="font-family: Arial; font-size: 16px; padding: 10px;">
917
+ <% link_1 = obfuscate "#{@tmpl_config['link_1']}#{@utm_tracking_str}" %>
918
+ <a class="mcnButton " title="1-One" href="<%= link_1 %>" target="_self"
919
+ style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;"
920
+ >1</a>
921
+ </td>
922
+ </tr>
923
+ </tbody>
924
+ </table>
925
+ </td>
926
+ </tr>
927
+ </tbody>
928
+ </table>
929
+ </td>
930
+ </tr>
931
+ </tbody>
932
+ </table>
933
+ </td>
934
+ <td align="left" valign="top" class="columnsContainer" width="20%"
935
+ style="padding-top:9px; padding-bottom:9px;">
936
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
937
+ <tbody>
938
+ <tr>
939
+ <td valign="top" class="leftColumnContainer">
940
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
941
+ class="mcnButtonBlock" style="min-width:100%;">
942
+ <tbody class="mcnButtonBlockOuter">
943
+ <tr>
944
+ <td
945
+ style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
946
+ valign="top" align="center" class="mcnButtonBlockInner">
947
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
948
+ class="mcnButtonContentContainer"
949
+ style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
950
+ <tbody>
951
+ <tr>
952
+ <td align="center" valign="middle" class="mcnButtonContent"
953
+ style="font-family: Arial; font-size: 16px; padding: 10px;">
954
+ <% link_2 = obfuscate "#{@tmpl_config['link_2']}#{@utm_tracking_str}" %>
955
+ <a class="mcnButton " title="2-Two" href="<%= link_2 %>" target="_self"
956
+ style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;"
957
+ >2</a>
958
+ </td>
959
+ </tr>
960
+ </tbody>
961
+ </table>
962
+ </td>
963
+ </tr>
964
+ </tbody>
965
+ </table>
966
+ </td>
967
+ </tr>
968
+ </tbody>
969
+ </table>
970
+ </td>
971
+ <td align="left" valign="top" class="columnsContainer" width="20%"
972
+ style="padding-top:9px; padding-bottom:9px;">
973
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
974
+ <tbody>
975
+ <tr>
976
+ <td valign="top" class="leftColumnContainer">
977
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
978
+ class="mcnButtonBlock" style="min-width:100%;">
979
+ <tbody class="mcnButtonBlockOuter">
980
+ <tr>
981
+ <td
982
+ style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
983
+ valign="top" align="center" class="mcnButtonBlockInner">
984
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
985
+ class="mcnButtonContentContainer"
986
+ style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
987
+ <tbody>
988
+ <tr>
989
+ <td align="center" valign="middle" class="mcnButtonContent"
990
+ style="font-family: Arial; font-size: 16px; padding: 10px;">
991
+ <% link_3 = obfuscate "#{@tmpl_config['link_3']}#{@utm_tracking_str}" %>
992
+ <a class="mcnButton " title="3-Three" href="<%= link_3 %>" target="_self"
993
+ style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;"
994
+ >3</a>
995
+ </td>
996
+ </tr>
997
+ </tbody>
998
+ </table>
999
+ </td>
1000
+ </tr>
1001
+ </tbody>
1002
+ </table>
1003
+ </td>
1004
+ </tr>
1005
+ </tbody>
1006
+ </table>
1007
+ </td>
1008
+ <td align="left" valign="top" class="columnsContainer" width="20%"
1009
+ style="padding-top:9px; padding-bottom:9px;">
1010
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
1011
+ <tbody>
1012
+ <tr>
1013
+ <td valign="top" class="leftColumnContainer">
1014
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
1015
+ class="mcnButtonBlock" style="min-width:100%;">
1016
+ <tbody class="mcnButtonBlockOuter">
1017
+ <tr>
1018
+ <td
1019
+ style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
1020
+ valign="top" align="center" class="mcnButtonBlockInner">
1021
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
1022
+ class="mcnButtonContentContainer"
1023
+ style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
1024
+ <tbody>
1025
+ <tr>
1026
+ <td align="center" valign="middle" class="mcnButtonContent"
1027
+ style="font-family: Arial; font-size: 16px; padding: 10px;">
1028
+ <% link_4 = obfuscate "#{@tmpl_config['link_4']}#{@utm_tracking_str}" %>
1029
+ <a class="mcnButton " title="4-Four" href="<%= link_4 %>" target="_self"
1030
+ style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;"
1031
+ >4</a>
1032
+ </td>
1033
+ </tr>
1034
+ </tbody>
1035
+ </table>
1036
+ </td>
1037
+ </tr>
1038
+ </tbody>
1039
+ </table>
1040
+ </td>
1041
+ </tr>
1042
+ </tbody>
1043
+ </table>
1044
+ </td>
1045
+ <td align="left" valign="top" class="columnsContainer" width="20%"
1046
+ style="padding-top:9px; padding-bottom:9px;">
1047
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateColumn">
1048
+ <tbody>
1049
+ <tr>
1050
+ <td valign="top" class="leftColumnContainer">
1051
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
1052
+ class="mcnButtonBlock" style="min-width:100%;">
1053
+ <tbody class="mcnButtonBlockOuter">
1054
+ <tr>
1055
+ <td
1056
+ style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
1057
+ valign="top" align="center" class="mcnButtonBlockInner">
1058
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"
1059
+ class="mcnButtonContentContainer"
1060
+ style="border-collapse: separate !important;border-radius: 3px;background-color: #767F88;">
1061
+ <tbody>
1062
+ <tr>
1063
+ <td align="center" valign="middle" class="mcnButtonContent"
1064
+ style="font-family: Arial; font-size: 16px; padding: 10px;">
1065
+ <% link_5 = obfuscate "#{@tmpl_config['link_5']}#{@utm_tracking_str}" %>
1066
+ <a class="mcnButton " title="5-Five" href="<%= link_5 %>" target="_self"
1067
+ style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #CDD0D5;"
1068
+ >5</a>
1069
+ </td>
1070
+ </tr>
1071
+ </tbody>
1072
+ </table>
1073
+ </td>
1074
+ </tr>
1075
+ </tbody>
1076
+ </table>
1077
+ </td>
1078
+ </tr>
1079
+ </tbody>
1080
+ </table>
1081
+ </td>
1082
+ </tr>
1083
+ </tbody>
1084
+ </table>
1085
+
1086
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
1087
+ style="min-width:100%;">
1088
+ <tbody class="mcnTextBlockOuter">
1089
+ <tr>
1090
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
1091
+ <!--[if mso]>
1092
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
1093
+ <tr>
1094
+ <![endif]-->
1095
+
1096
+ <!--[if mso]>
1097
+ <td valign="top" width="600" style="width:600px;">
1098
+ <![endif]-->
1099
+ <table align="left" border="0" cellpadding="0" cellspacing="0"
1100
+ style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
1101
+ <tbody>
1102
+ <tr>
1103
+
1104
+ <td valign="top" class="mcnTextContent"
1105
+ style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
1106
+
1107
+ <p style="font-size:18px !important;">Thank you! Your response will help us improve the way we provide value to our customers.</p>
1108
+
1109
+ </td>
1110
+ </tr>
1111
+ </tbody>
1112
+ </table>
1113
+ <!--[if mso]>
1114
+ </td>
1115
+ <![endif]-->
1116
+
1117
+ <!--[if mso]>
1118
+ </tr>
1119
+ </table>
1120
+ <![endif]-->
1121
+ </td>
1122
+ </tr>
1123
+ </tbody>
1124
+ </table>
1125
+
1126
+ </td>
1127
+ </tr>
1128
+ </table>
1129
+ <!--[if (gte mso 9)|(IE)]>
1130
+ </td>
1131
+ </tr>
1132
+ </table>
1133
+ <![endif]-->
1134
+ </td>
1135
+ </tr>
1136
+
1137
+ <tr>
1138
+ <td valign="top" id="templateFooter">
1139
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock"
1140
+ style="min-width:100%;">
1141
+ <tbody class="mcnFollowBlockOuter">
1142
+ <tr>
1143
+ <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
1144
+ <%= render '/wco_email/application_mailer/footer_unsubscribe' %>
1145
+ </td>
1146
+ </tr>
1147
+ </tbody>
1148
+ </table>
1149
+ </td>
1150
+ </tr>
1151
+
1152
+ </table>
1153
+ <!-- // END TEMPLATE -->
1154
+ </td>
1155
+ </tr>
1156
+ </table>
1157
+ </center>
1158
+
1159
+ </body>
1160
+
1161
+ </html>