ish_manager 0.1.8.468 → 0.1.8.470

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