resul-template-builder 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,643 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <meta name="x-apple-disable-message-reformatting">
7
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
- <!-- <meta name="color-scheme" content="light dark"> -->
9
-
10
-
11
- <link rel="preconnect" href="https://fonts.googleapis.com">
12
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
- <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
14
-
15
-
16
-
17
-
18
-
19
- <!--[if (mso 16)]>
20
- <style type="text/css">
21
- a {text-decoration: none;}
22
- </style>
23
- <![endif]-->
24
-
25
- <!--[if gte mso 9]>
26
- <style>sup { font-size: 100% !important; }</style>
27
- <![endif]-->
28
-
29
- <!--[if gte mso 9]>
30
- <noscript>
31
- <xml>
32
- <o:OfficeDocumentSettings>
33
- <o:AllowPNG></o:AllowPNG>
34
- <o:PixelsPerInch>96</o:PixelsPerInch>
35
- </o:OfficeDocumentSettings>
36
- </xml>
37
- </noscript>
38
- <![endif]-->
39
-
40
- <!--[if mso]><xml>
41
- <w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
42
- <w:DontUseAdvancedTypographyReadingMail/>
43
- </w:WordDocument>
44
- </xml>
45
- <![endif]-->
46
-
47
-
48
- <style>
49
- a {
50
- color: inherit;
51
- }
52
- a,
53
- a:visited {
54
- text-decoration: inherit;
55
- }
56
- a:-webkit-any-link {
57
- text-decoration: inherit;
58
- }
59
- .ii a[href] {
60
- color: inherit;
61
- }
62
- /* Reset styles */
63
- body {
64
- margin: 0;
65
- padding: 0;
66
- width: 100% !important;
67
- -webkit-text-size-adjust: 100%;
68
- -ms-text-size-adjust: 100%;
69
- /* background-color: #ffffff; */
70
- }
71
-
72
- img {
73
- -ms-interpolation-mode: bicubic;
74
- max-width: 100%;
75
- border: 0;
76
- /*display: block;*/
77
- height: auto;
78
- }
79
-
80
- table {
81
- border-collapse: collapse;
82
- mso-table-lspace: 0pt;
83
- mso-table-rspace: 0pt;
84
- }
85
-
86
- td {
87
- font-family: Arial, sans-serif;
88
- line-height: normal;
89
- }
90
-
91
- @-moz-document url-prefix() {
92
- scrollbar-color: #999999 #e9e9e9;
93
- }
94
- @-moz-document url-prefix() {
95
- scrollbar-width: thin;
96
- }
97
- ::-webkit-scrollbar-track {
98
- background-color: #e9e9e9;
99
- border-radius: 0 0 5px 5px;
100
- }
101
- ::-webkit-scrollbar {
102
- width: 7px;
103
- height: 7px;
104
- background-color: #e9e9e9;
105
- }
106
- ::-webkit-scrollbar-thumb {
107
- background-color: #999999;
108
- border-radius: 100px;
109
- -webkit-border-radius: 100px;
110
- -moz-border-radius: 100px;
111
- cursor: pointer;
112
- }
113
-
114
- /* Button styles */
115
- .button-component {
116
- display: inline-block;
117
- text-decoration: none;
118
- text-align: center;
119
- border-radius: 4px;
120
- -webkit-text-size-adjust: none;
121
- mso-hide: all;
122
- }
123
-
124
- .button-content {
125
- display: inline-block;
126
- width: auto;
127
- margin: 0 auto;
128
- }
129
-
130
- /* Container styles */
131
- .email-container {
132
- width: 100%;
133
- max-width: 600px;
134
- margin: 0 auto;
135
- padding: 0;
136
- background-color: #ffffff;
137
- }
138
-
139
- /* Content wrapper styles */
140
- .content-wrapper {
141
- width: 100%;
142
- max-width: 600px;
143
- margin: 0 auto;
144
- background-color: #ffffff;
145
- }
146
-
147
- /* Dark mode support */
148
- @media (prefers-color-scheme: dark) {
149
- body {
150
- background-color: #ffffff !important;
151
- }
152
- .email-container {
153
- background-color: #ffffff !important;
154
- }
155
- .content-wrapper {
156
- background-color: #ffffff !important;
157
- }
158
- }
159
-
160
- /* Responsive styles */
161
- @media screen and (max-width: 600px) {
162
- .main-table {
163
- width: 100% !important;
164
- }
165
- .stack-column-center .res_image_text_bg {
166
- height: 300px !important;
167
- }
168
- .stack-column-center,
169
- .stack-column-center .res_image_text_table,
170
- .stack-column-center .text-component {
171
- display: block !important;
172
- width: 100% !important;
173
- max-width: 100% !important;
174
- }
175
- .stack-column-center .res_image_text_bg {
176
- height: 200px !important;
177
- }
178
- .stack-column-center .res_image_text_table {
179
- display: table !important;
180
- }
181
- .stack-column-center .res_image_text_table td.image {
182
- text-align: center;
183
- padding-bottom: 10px !important;
184
- }
185
- .stack-column-center .res_image_text_table td span {
186
- display: inline-block;
187
- }
188
-
189
- table.hide-on-desktop {
190
- display: table !important;
191
- }
192
- .hide-on-desktop {
193
- /*width: auto !important;*/
194
- overflow: visible !important;
195
- float: none !important;
196
- max-height: inherit !important;
197
- line-height: inherit !important;
198
- }
199
-
200
- table.hide-on-mobile {
201
- display: table !important;
202
- }
203
- .hide-on-mobile {
204
- width: auto !important;
205
- overflow: visible !important;
206
- float: none !important;
207
- max-height: inherit !important;
208
- line-height: inherit !important;
209
- }
210
-
211
- /*.g table, .h table, .i table, .g, .i, .h {
212
- width: 100% !important;
213
- max-width: 600px !important;*/
214
- }
215
- /*.email-container,
216
- .content-wrapper {
217
- width: 100% !important;
218
- padding: 10px !important;
219
- }*/
220
-
221
- /* Make block columns stack on mobile */
222
- .email-block td {
223
- /*display: block !important;
224
- width: 100% !important;
225
- box-sizing: border-box;*/
226
- }
227
- /*.email-block td.test-tr-con td.image,
228
- .email-block td.test-tr-con .email-image-container > table,
229
- .email-block td.test-tr-con td.image img,
230
- .email-block td.test-tr-con td.image .email-image-wrap {
231
- max-width: 100% !important;
232
- display: block !important;
233
- }*/
234
-
235
-
236
- /* Responsive button styles */
237
- .button-component {
238
- width: 100% !important;
239
- min-width: 100% !important;
240
- }
241
-
242
- .button-content {
243
- width: 100% !important;
244
- }
245
- }
246
- </style>
247
- </head>
248
- <body class="body"
249
- style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
250
- <div dir="ltr" class="es-wrapper-color" lang="und" style="background-color: #ffffff">
251
-
252
- <!--[if gte mso 9]>
253
- <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
254
- <v:fill type="tile" color="#ffffff" origin="0.5, 0" position="0.5, 0"></v:fill>
255
- </v:background>
256
- <![endif]-->
257
-
258
- <!-- Hidden inbox preview text -->
259
-
260
-
261
- <!-- Email content starts here -->
262
-
263
- <!-- Gmail hack -->
264
- <div style="display:none; white-space:nowrap; font:15px courier; color:#ffffff; line-height:0; width:600px !important; min-width:100% !important; max-width:600px !important;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
265
- <!-- /Gmail hack -->
266
-
267
-
268
-
269
- <table width="100%" cellspacing="0" cellpadding="0" class="es-wrapper" role="none"
270
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;background-color:#ffffff">
271
- <tbody>
272
- <tr>
273
- <td valign="top" style="padding:0;Margin:0">
274
-
275
- <table cellspacing="0" cellpadding="0" align="center" class="g" role="none"
276
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important">
277
- <tbody>
278
- <tr>
279
- <td bgcolor="transparent" align="center" style="padding:0;Margin:0">
280
-
281
-
282
- <div class="email-container">
283
- <div class="content-wrapper">
284
-
285
- <!--[if mso]>
286
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="600" bgColor="#ffffff" style="background-color: #ffffff; border: 1px solid #cccccc; margin: 0 auto;">
287
- <![endif]-->
288
-
289
- <!--[if !mso]><!-->
290
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="100%" bgColor="#ffffff" style="background-color: #ffffff; border: 1px solid #cccccc; width: 100%; max-width: 600px; margin: 0 auto;">
291
- <!--<![endif]-->
292
- <tr>
293
- <td>
294
- <div id="aef476e5-dc46-4cfa-889f-3b0e492a7dd4" class="email-block">
295
-
296
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
297
- <tr class="test-tr">
298
-
299
- <td class="test-tr-con " valign="top" width="600" style="vertical-align: top; width: 600px; min-width: 100%">
300
- <div id="698a87cc-73ca-4d60-a3f3-52ca1b0f6f10" class="email-text">
301
-
302
- <div class="email-text-container">
303
- <!--[if mso]>
304
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
305
- <![endif]-->
306
-
307
- <!--[if !mso]><!-->
308
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
309
- <!--<![endif]-->
310
-
311
- <tbody>
312
- <tr>
313
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: #f0f0f0; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
314
-
315
- <div class="email-text-ul" style="
316
- list-style-position: inside !important;
317
- padding: 0 !important;
318
- margin: 0 !important;
319
- color: #222;
320
- ">
321
- <font color="#4c4c4c" style="font-size: 13px;">You are subscribed as [[emailid]]. Do you want to </font><a href="{{#UNSUB}}" title="" target="_blank" style=""><font color="#0c8aff" style="font-size: 13px;">Unsubscribe</font></a>?
322
- </div>
323
-
324
- </td>
325
- </tr>
326
- </tbody>
327
- </table>
328
- </div>
329
-
330
- <style>
331
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 {
332
- margin: 0;
333
- padding: 0;
334
- width: 100%;
335
- }
336
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 p {
337
- margin: 0;
338
- }
339
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 br {
340
- line-height: inherit;
341
- }
342
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 sup {
343
- vertical-align: super;
344
- font-size: 0.8em;
345
- line-height: 0;
346
- }
347
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 sub {
348
- vertical-align: sub;
349
- font-size: 0.8em;
350
- line-height: 0;
351
- }
352
- @media (prefers-reduced-motion: reduce) {
353
- #698a87cc-73ca-4d60-a3f3-52ca1b0f6f10 {
354
- transition: none !important;
355
- animation: none !important;
356
- }
357
- }
358
- '& ul': {
359
- listStyleType: 'disc',
360
- listStylePosition: 'inside',
361
- paddingLeft: '20px',
362
- margin: '0.5em 0',
363
- },
364
- '& ol': {
365
- listStyleType: 'decimal',
366
- listStylePosition: 'inside',
367
- paddingLeft: '20px',
368
- margin: '0.5em 0',
369
- },
370
- '& li': {
371
- margin: '0.25em 0',
372
- display: 'list-item',
373
- },
374
- '& sup': {
375
- verticalAlign: 'super',
376
- fontSize: '0.8em',
377
- },
378
- '& sub': {
379
- verticalAlign: 'sub',
380
- fontSize: '0.8em',
381
- },
382
- </style>
383
- </div>
384
- <div id="5468af34-c3d8-4f38-ae71-66d2643bae91" class="email-text">
385
-
386
- <div class="email-text-container">
387
- <!--[if mso]>
388
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
389
- <![endif]-->
390
-
391
- <!--[if !mso]><!-->
392
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
393
- <!--<![endif]-->
394
-
395
- <tbody>
396
- <tr>
397
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
398
-
399
- <div class="email-text-ul" style="
400
- list-style-position: inside !important;
401
- padding: 0 !important;
402
- margin: 0 !important;
403
- color: #222;
404
- ">
405
- <font color="#4c4c4c" style="font-size: 13px;">[CLIENT_FOOTER_ADDRESS]</font>
406
- </div>
407
-
408
- </td>
409
- </tr>
410
- </tbody>
411
- </table>
412
- </div>
413
-
414
- <style>
415
- #5468af34-c3d8-4f38-ae71-66d2643bae91 {
416
- margin: 0;
417
- padding: 0;
418
- width: 100%;
419
- }
420
- #5468af34-c3d8-4f38-ae71-66d2643bae91 p {
421
- margin: 0;
422
- }
423
- #5468af34-c3d8-4f38-ae71-66d2643bae91 br {
424
- line-height: inherit;
425
- }
426
- #5468af34-c3d8-4f38-ae71-66d2643bae91 sup {
427
- vertical-align: super;
428
- font-size: 0.8em;
429
- line-height: 0;
430
- }
431
- #5468af34-c3d8-4f38-ae71-66d2643bae91 sub {
432
- vertical-align: sub;
433
- font-size: 0.8em;
434
- line-height: 0;
435
- }
436
- @media (prefers-reduced-motion: reduce) {
437
- #5468af34-c3d8-4f38-ae71-66d2643bae91 {
438
- transition: none !important;
439
- animation: none !important;
440
- }
441
- }
442
- '& ul': {
443
- listStyleType: 'disc',
444
- listStylePosition: 'inside',
445
- paddingLeft: '20px',
446
- margin: '0.5em 0',
447
- },
448
- '& ol': {
449
- listStyleType: 'decimal',
450
- listStylePosition: 'inside',
451
- paddingLeft: '20px',
452
- margin: '0.5em 0',
453
- },
454
- '& li': {
455
- margin: '0.25em 0',
456
- display: 'list-item',
457
- },
458
- '& sup': {
459
- verticalAlign: 'super',
460
- fontSize: '0.8em',
461
- },
462
- '& sub': {
463
- verticalAlign: 'sub',
464
- fontSize: '0.8em',
465
- },
466
- </style>
467
- </div>
468
- <div id="6acdabbd-f3f3-4915-bfe0-6bd91a92b527" class="email-imagetext pandian">
469
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
470
- <!--[if mso]>
471
- <table data-type="outlook-imagetext" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" bgColor="transparent" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
472
- <tr>
473
- <td style="padding: 10px; background-color: transparent;">
474
-
475
- <table data-type="outlook-image-left" role="presentation" border="0" cellpadding="0" cellspacing="0" width="580" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
476
- <tr>
477
- <td>
478
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="left" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
479
- <tr>
480
- <td class="image rp-empty-image" valign="top" align="left" style="padding: 0 10px 0 0;">
481
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
482
-
483
- <div style="text-align: center;">
484
- <img
485
- class="img-src-elses"
486
- src="https://run.resulticks.com//images/icon-forward-mail.png"
487
- alt=""
488
- style="width: 20px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 20px;"
489
- width="20"
490
- block="1"
491
- content="true"
492
- // height="NaN"
493
- height="auto"
494
- border="0"
495
- />
496
- </div>
497
-
498
- </span>
499
- </td>
500
- </tr>
501
- </table>
502
-
503
-
504
- <div class="text-component" style="color: #000000; font-size: 13px; font-family: Arial, sans-serif; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;"><font color="#4c4c4c"><a href="{{#FTF}}" title="" target="_blank">Forward</a></font></div>
505
-
506
- </td>
507
- </tr>
508
- </table>
509
-
510
- </td>
511
- </tr>
512
- </table>
513
- <![endif]-->
514
- <!--[if !mso]><!-->
515
- <div class="email-image-wrap" style="display: block; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left">
516
-
517
- <table class="image-text-main-table" data-type="image-left" role="presentation" border="0" cellpadding="0" cellspacing="0" width-data="100%" width="100%">
518
- <tr>
519
- <td class="rs-td-test-left" style="padding: 10px" align="left">
520
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="left" border="0" cellpadding="0" cellspacing="0">
521
- <tr>
522
- <td class="image rp-empty-image" valign="top" align="left" style="padding: 0 10px 0 0;">
523
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
524
-
525
- <div style="text-align: center;">
526
- <img
527
- class="img-src-elses"
528
- src="https://run.resulticks.com//images/icon-forward-mail.png"
529
- alt=""
530
- style="width: 20px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
531
- width="20"
532
- // height="NaN"
533
- height="auto"
534
- border="0"
535
- />
536
- </div>
537
-
538
- </span>
539
- </td>
540
- </tr>
541
- </table>
542
-
543
-
544
- <div class="text-component" style="color: #000000; font-size: 13px; font-family: Arial, sans-serif; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;"><font color="#4c4c4c" style="font-size: 13px;"><a href="{{#FTF}}" title="" target="_blank">Forward</a></font></div>
545
-
546
- </td>
547
- </tr>
548
- </table>
549
-
550
- </div>
551
- <!--<![endif]-->
552
- </div>
553
- <style>
554
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 {
555
- width: 100%;
556
- max-width: 100%;
557
- margin: 0 auto;
558
- }
559
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 img {
560
- max-width: 100%;
561
- height: auto;
562
- -ms-interpolation-mode: bicubic;
563
- display: block;
564
- }
565
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 h3 {
566
- margin: 0 0 8px 0;
567
- }
568
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 p {
569
- margin: 0;
570
- }
571
- @media only screen and (max-width: 600px) {
572
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 table,
573
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 tr,
574
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 td {
575
- /* display: block !important;
576
- width: 100% !important;
577
- padding: 0 !important; */
578
- }
579
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 td {
580
- margin-bottom: 16px;
581
- }
582
- #6acdabbd-f3f3-4915-bfe0-6bd91a92b527 td:last-child {
583
- margin-bottom: 0;
584
- }
585
- }
586
- </style>
587
- </div>
588
- </td>
589
-
590
- </tr>
591
- </table>
592
-
593
- <style>
594
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 {
595
- width: 100%;
596
- max-width: 100%;
597
- margin: 0 auto;
598
- }
599
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 table {
600
- border-collapse: collapse;
601
- mso-table-lspace: 0pt;
602
- mso-table-rspace: 0pt;
603
- }
604
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 td {
605
- font-family: Arial, sans-serif;
606
- line-height: 1.5;
607
- }
608
- @media only screen and (max-width: 600px) {
609
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 table,
610
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 tr,
611
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 td {
612
- /* display: block !important;
613
- width: 100% !important; */
614
- }
615
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 td {
616
- // margin-bottom: 20px;
617
- }
618
- #aef476e5-dc46-4cfa-889f-3b0e492a7dd4 td:last-child {
619
- margin-bottom: 0;
620
- }
621
- }
622
- </style>
623
- </div>
624
- </td>
625
- </tr>
626
- </table>
627
- </div>
628
- </div>
629
-
630
-
631
- </td>
632
- </tr>
633
- </tbody>
634
- </table>
635
-
636
- </td>
637
- </tr>
638
- </tbody>
639
- </table>
640
-
641
-
642
- </body>
643
- </html>