forked from hngi/Car-Park-App-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail_mailcampaign-automation-update2.html
728 lines (636 loc) · 29 KB
/
mail_mailcampaign-automation-update2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<title>Mail-Campaign </title>
<style>
.mail-container {
padding: 0;
margin:0;
}
.mail-side-bar {
background-color:#1A73E8;
color: #fff;
font-family: 'Roboto', sans-serif;
padding-left: 0px;
padding-top: 42px;
padding-bottom: 59px;
}
.mail-side-bar ul {
padding-top: 59px;
}
.mail-side-bar ul li {
list-style-type: none;
padding-bottom: 30px;
}
.mail-side-bar ul li a:hover{
background-color: grey;
}
.mail-side-bar ul li img {
padding-right: 10px;
}
.compose {
color: white;
width: 180px;
border: 0;
height: 50px;
background-color: #5cb5ff;
border-radius: 0px 25px 25px 0px;
font-weight: bolder;
}
.compose span {
padding-left: 46px;
}
.mail-main-bar {
margin: 0;
padding: 0;
}
.read-mail {
background-color: #f6f6f6;
padding: 70px 25px 25px 25px;
}
.mail {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
background-color: #fff;
margin-top: 2px;
font-size: 13px;
}
.read-mail div img {
padding-top: 10px;
padding-bottom: 10px;
}
.mail span small {
color: #0049B5;
font-size: 11px;
}
.p-first {
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
#sent {
float: right;
}
#span-first {
float: right;
}
.tym {
padding-right: 9px;
}
.marketting {
background-color: #fff;
margin-top: 200px;
padding: 10px;
}
.marketting .marketting-head {
text-align: center;
}
.marketting .marketting-head h5 {
color: #5cb5ff;
}
.marketting .marketting-head {
color: #b1bbb1;
}
.marketting ul li {
list-style-type: none;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
padding: 5px;
}
.marketting ul li span {
float: right;
color: royalblue;
size: 11px;
}
.last-bar {
padding-top: 70px;
background-color: #fff;
}
.last-bar button{
float: right;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
}
.session-first {
font-size: 12px;
padding: 10px;
width: 90%;
margin: auto;
background-color: #b1b1b1;
}
.session-second {
padding: 10px;
font-size: 12px;
width: 90%;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 11px;
background-color: #171717;
color: whitesmoke;
}
#newletter-head {
text-align: center;
font-weight: bold;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid rgb(197, 192, 192);
}
.span-nav .active {
padding-right: 20px;
border-bottom: 1px solid #0049B5;
}
#body-row {
margin-left:0;
margin-right:0;
}
#sidebar-container {
min-height: 100vh;
background-color: #0049B5;
padding: 0;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
width: 230px;
}
.sidebar-collapsed {
width: 60px;
}
/* Menu item*/
#sidebar-container .list-group a {
height: 50px;
color: white;
}
/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
height: 45px;
padding-left: 30px;
}
.sidebar-submenu {
font-size: 0.9rem;
}
/* Separators */
.sidebar-separator-title {
background-color: #0049B5;
height: 35px;
}
.sidebar-separator {
background-color: #0049B5;
height: 25px;
}
.logo-separator {
background-color: #0049B5;
height: 60px;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
content: " \f0d7";
font-family: FontAwesome;
display: inline;
text-align: right;
padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
content: " \f0da";
font-family: FontAwesome;
display: inline;
text-align: right;
padding-left: 10px;
}
.max-width {
max-width: 98.5%;
}
.ml-reset {
margin-left: 0px;
}
.campaign {
margin-bottom: 3px;
}
#popup{
position: fixed;
bottom: 35%;
left: 62%;
width:700px;
height: 500px;
margin-bottom: -120px;
margin-left: -200px;
background:white;
display:none;
}
#popup2{
position: fixed;
bottom: 40%;
left: 75%;
width:500px;
height: 450px;
margin-bottom: -120px;
margin-left: -200px;
background:white;
display:none;
}
#popup3{
position: fixed;
bottom: 40%;
left: 75%;
width:500px;
height: 450px;
margin-bottom: -120px;
margin-left: -200px;
background:white;
display:none;
}
#opacity{
background: rgb(6,0,1);
background: linear-gradient(90deg, rgba(6,0,1,0.9724264705882353) 0%, rgba(9,5,6,0.9724264705882353) 45%, rgba(3,0,0,0.9668242296918768) 100%);
position: relative;
display:block;
}
</style>
</head>
<body>
<div id="opacity">
<div id="pop">
<div class="container-fluid p-0" style="background-color: #FFF;">
<div class="row " id="body-row">
<div id="sidebar-container" class="sidebar">
<ul class="list-group">
<li class="list-group-item sidebar-separator-title text-muted d-flex align-items-center menu-collapsed">
</li>
<a href="#" data-toggle="sidebar-colapse" class=" list-group-item list-group-item-action d-flex align-items-center border-0" style="background-color: #0049B5">
<div class="d-flex w-100 justify-content-start align-items-center">
<span id="collapse-icon" class="fa fa-2x mr-3"></span>
<span id="collapse-text" class="menu-collapsed">Menu</span>
</div>
</a>
<a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img class="mr-auto" src="https://res.cloudinary.com/benjee/image/upload/v1571813970/Vector_excuh3.svg" alt="Dashboard" width="30" height="30">
<span class="menu-collapsed">Dashboard</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>
<a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img class="mr-auto" src="https://res.cloudinary.com/benjee/image/upload/v1571813952/Group_46_tnscz9.svg" alt="Apps" width="30" height="30">
<span class="menu-collapsed">Apps</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>
<a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img class="mr-auto" src="https://res.cloudinary.com/benjee/image/upload/v1571813955/Group_45_vky2t5.svg" alt="Mail" width="30" height="30">
<span class="menu-collapsed">Mail</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>
<a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img src="https://res.cloudinary.com/benjee/image/upload/v1571813959/Vector_1_sos0vb.svg" alt="Users" width="30" height="30">
<span class="menu-collapsed">Users</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>
<a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img class="mr-auto" src="https://res.cloudinary.com/benjee/image/upload/v1571813962/Vector_2_zvoqmz.svg" alt="Settings" width="25" height="25">
<span class="menu-collapsed">Settings</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>
<!-- <a href="#" class="d-flex w-100 justify-content-start align-items-center list-group-item list-group-item-action border-0 flex-column align-items-start" style="background-color: #0049B5">
<span class="mr-auto">
<img class="mr-auto" src="https://res.cloudinary.com/benjee/image/upload/v1571904849/Group_47_gq0grj.svg" alt="Settings" width="25" height="25">
<span class="menu-collapsed">Cancelation Policy</span>
<span class="submenu-icon ml-auto"></span>
</span>
</a>-->
</ul>
</div>
<!--For main content area -->
<div class="col p-0 w-25">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="d-flex">
<span id="collapse-menu" data-toggle="sidebar-container" class="fa mr-3 text-muted" style="font-size: 22px; cursor: pointer;"></span>
</div>
<div class="col-7 p-2 mb-0">
<form class="form-inline active-cyan-4">
<input class="form-control form-control-sm mr-3 w-75" type="text" placeholder="Search"
aria-label="Search">
<i class="fas fa-search" aria-hidden="true"></i>
</form>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="col-8 pt-3 d-flex">
<i class="fa fa-user pr-1" aria-hidden="true"></i>
<p class="text-muted">John Travolta</p>
</div>
<div class="col-4 d-flex border-left justify-content-end">
<img src="https://res.cloudinary.com/benjee/image/upload/v1571821721/Rectangle_15_cj6nwd.svg" alt="EN" width="25" height="25">
<span class="text-muted pl-2">EN</span>
</div>
</div>
</nav>
<div class="col main p-3 text-white" style="background:#1A73E8;">
<div class="col">
<h1 style="font-size: 35px">Welcome back Admin</h1>
<h6 class="pt-2">CAR PARK APPLICATION </h6>
</div>
</div>
<div class="col shadow">
<nav class="nav campaign">
<a class="nav-link text-muted" href="#">Support</a>
<a class="nav-link active text-muted border-bottom border-primary" href="#">Campaign</a>
</nav>
</div>
</div>
</div>
<!-- My Work Starts here -->
<div class="mail-container container max-width" id="wrapper">
<div class="row ml-reset">
<div class="col-sm-2 mail-side-bar">
<button class="compose">Compose <span>+</span></button>
<ul>
<a href="" style="text-decoration: none; color: white;"><li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831584/cars/All_lpndxk.svg" alt="All">
All
</li></a>
<a href="" style="text-decoration: none; color: white;"><li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831583/cars/Arrow_vmii5g.svg" alt="->">
Ongoing
</li></a>
<a href="" style="text-decoration: none; color: white;"><li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831584/cars/draft_k9nyhc.svg" alt="Draft">
Draft
</li></a>
<a href="" style="text-decoration: none; color: white;"><li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831584/cars/completed_csrvtb.svg" alt="Completed">
Completed
</li></a>
<a href="#" id="Automation" onclick="automate()" style="text-decoration: none; color: white;"><li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831584/cars/Automation_g0qdiq.svg" alt="Automation"> Automation
</li></a>
</ul>
</div>
<div class="col-sm-10 mail-main-bar row">
<div class="col-sm-6 read-mail">
<div class="mail row" style="margin-top: 5px;">
<div class="col-sm-2">
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831585/cars/message_e86r1p.svg" alt="message_icon">
</div>
<div class="col-sm-10">
<p class="p-first">
<b>Promo Code for App Download </b>
<span id="span-first"><small class="tym">October, 21 2019 </small><small>21:00</small></span>
</p>
<p>
<span ><small>1215 Recipient</small></span>
<span id="sent" ><small>Message Sent</small></span>
</p>
</div>
</div>
<div class="mail row">
<div class="col-sm-2">
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831585/cars/message_e86r1p.svg" alt="message_icon">
</div>
<div class="col-sm-10">
<p class="p-first">
<b>Promo Code for App Download </b>
<span id="span-first"><small class="tym">October, 21 2019 </small><small>21:00</small></span>
</p>
<p>
<span ><small>1215 Recipient</small></span>
<span id="sent" ><small>Message Sent</small></span>
</p>
</div>
</div>
<div class="marketting">
<div class="marketting-head">
<h5>Integrate with best Email Marketting Softwares</h5>
<small>Add respondent names and emails to Subscribers list</small>
</div>
<ul>
<li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831585/cars/head_dwwk4x.svg" alt="">
<span><small>integrated</small></span>
</li>
<li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831585/cars/hubsport_xhkljw.svg" alt="">
<span><small>integrated</small></span>
</li>
<li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831586/cars/sendblue_elymyd.svg" alt="">
<span><small>integrated</small></span>
</li>
<li>
<img src="https://res.cloudinary.com/kayode/image/upload/v1571831584/cars/constant_hqp3rw.svg" alt="">
<span><small>integrated</small></span>
</li>
</ul>
</div>
</div>
<div class="last-bar col-sm-6">
<p id="newletter-head">CarPark NewsLetter Subscription</p>
<section class="session-first">
<p>Hi User,</p>
<p>
My account was debited but payment for park space was not processed
accordingly.
</p>
<p>
I have proof of invoice sent to me after payment was made, but when I
checked the car space I wanted to book, it's saying that the payment has
not been processed, therefore park space cannot be booked.
</p>
<p>I don't know what to do.</p>
<p>Kindly look into the situation and get back to me ASAP.</p>
<p>Eagerly awaiting your response.</p>
<p>Thank you.</p>
</section>
<section class="session-second">
<p>Our mailing address is:</p>
<p>CAR PARK APP</p>
<p>Sanjuma Kai Close Festac Town</p>
<p>Lagos 100211</p>
<p>Nigeria</p>
<p>Add us to your address book</p>
<p>Want to change how you receive these emails?</p>
<p>You can update your preferences or unsubscribe from this list</p>
</section>
<button class="btn btn-primary">Send</button>
</div>
</div>
</div>
</div>
</div>
<!-- My Work Finishes -->
</div>
</div>
</div>
</div>
</div>
</div>
<div id="popup" id="automate">
<a href="#"><span style="position: absolute;float: right;margin-top: 15px;left: 93%; text-decoration: none;"><i class="fa fa-window-close" aria-hidden="true" onclick="closeform();" value="close"></i></span></a>
<h2 style="text-align: center;margin-top: 20px;margin-bottom: 20px;">Create An Automation Email</h2>
<span style="display: inline-flex; width: 100%; font-size: 20px; margin-left: 50px;">Subscriber Activity <p style="margin-left: 15px; color:#0049B5; ">Date Based</p></span>
<div class="boxed" style="height: 200px; width: 300px; padding: 20px; border-color: black;border: 1px; border-style: solid; position: absolute;box-sizing: border-box; float: right; display: inline-grid; margin-left: 35px;margin-top: 50px;text-align: center;" >
<h5>Recurring Dates</h5>
<p>Remind people to renew their<br>membership</p>
<a href="#"><button class="btn btn-primary" style="margin-top: 44%; text-decoration: none; width: 150px;" onclick="begin1()">Begin</button></a>
</div>
<div class="boxed" style="height: 200px; width: 300px; padding: 20px; border-color: black;border: 1px; border-style: solid; position: absolute;box-sizing: border-box; float: left; display: inline-grid; margin-left: 10px;margin-top: 50px; left: 50%; text-align: center;" >
<h5>Say Happy Birthday</h5>
<p>Celebrate someone's birthday<br>with an exclusive offer or<br>cheerful message</p>
<a href="#"><button class="btn btn-primary" style="margin-top: 35%; text-decoration: none; width: 150px;" onclick="begin2()">Begin</button></a>
</div>
<a href=""><p style="position: absolute;float: right;margin-top: 48%;left: 91%; text-decoration: none;" onclick="closeform();" value="close">close</p></a>
<!-- <input type="submit" onclick="closeform();" value="close">-->
</div>
<div id="popup2" id="begin1">
<a href="#"><span style="position: absolute;float: right;margin-top: 15px;left: 93%; text-decoration: none;"><i class="fa fa-window-close" aria-hidden="true" onclick="closeform();" value="close"></i></span></a>
<h2 style="text-align: center;margin-top: 20px;margin-bottom: 20px;">Recurring Date Campaign</h2>
<p style="padding-left: 5%;margin-top: 20px;margin-bottom: 10px;">You already have a customer, your goal is to make sure your customer is satisfied enough to continue patronizing you.</p>
<div id="popup-form1" style="margin-left: 70px; margin-bottom: 30%;">
<form action="#">
<p style="color:#0049B5; margin-top: 10px;">Campaign Title</p>
<input type="text" name="title" style="height: 40px; width: 353px; "><br>
<p style="color:#0049B5; margin-top: 10px;">Campaign saved in Draft</p>
<select name="Drafts" style="width: 353px;height:40px;">
<option value="Drafts 1">Select Option</option>
<option value="Drafts 2"></option>
<option value="Drafts 3"></option>
<option value="Drafts 4"></option>
</select>
<br>
<p style="color:#0049B5; margin-top: 10px;">Select Automation Type</p>
<select name="Drafts" placeholder="Select option" style="width: 353px;height:40px; ">
<option value="Drafts 1"> Select Option</option>
<option value="Drafts 2">Service Subscription Renewal</option>
<option value="Drafts 3">App Update</option>
</select>
<br>
<a href="/Users/inVENT/Desktop/Car-Park-App-Web-FE-SuperAdmin/mail_mailcampaign-proceed.html"><button class="btn btn-primary" style="float: right; margin-top: 5px;margin-right: 18%;text-decoration: none;">Proceed</button></a>
</form>
</div>
</div>
<div id="popup3" id="begin2">
<a href="#"><span style="position: absolute;float: right;margin-top: 15px;left: 93%; text-decoration: none;"><i class="fa fa-window-close" aria-hidden="true" onclick="closeform();" value="close"></i></span></a>
<h4 style="text-align: center;margin-top: 30px;margin-bottom: 20px;">Say Happy Birthday Campaign</h4>
<p style="padding-left: 5%;margin-top: 20px;margin-bottom: 10px;">Wishing a customer a happy birthday shows you care and there's no better way to win a customers loyalty.</p>
<div id="popup-form1" style="margin-left: 70px; margin-bottom: 30%;">
<form action="#">
<p style="color:#0049B5; margin-top: 10px;">Campaign Title</p>
<input type="text" name="title" style="height: 40px; width: 353px; "><br>
<br>
<p style="color:#0049B5; margin-top: 10px;">Select Campaign Saved in Draft</p>
<select name="Drafts" placeholder="Select option" style="width: 353px;height:40px; ">
<option value="Drafts 1"> Select Option</option>
<option value="Drafts 2">Happy Birthday dearest Xyluz....</option>
<option value="Drafts 3">Happy Birthday @professor.....</option>
</select>
<br>
<a href="/Users/inVENT/Desktop/Car-Park-App-Web-FE-SuperAdmin/mail_mailcampaign-proceed.html"><button class="btn btn-primary" style="float: right; margin-top: 5px;margin-right: 18%;text-decoration: none;">Proceed</button></a>
</form>
</div>
</div>
<!-- <a href=""><p style="position: absolute;float: right;margin-top: 48%;left: 91%; text-decoration: none;" onclick="closeform();" value="close">close</p></a>
<!-- <input type="submit" onclick="closeform();" value="close">-->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.slim.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
// Hide submenus
$('#body-row .collapse').collapse('hide');
// Collapse/Expand icon
$('#collapse-icon').addClass('fa-angle-double-left');
$('#collapse-menu').addClass('fa-angle-double-right');
// Collapse click
$('[data-toggle=sidebar-colapse]').click(function() {
SidebarCollapse();
});
function SidebarCollapse () {
$('.menu-collapsed').toggleClass('d-none');
$('.sidebar-submenu').toggleClass('d-none');
$('.submenu-icon').toggleClass('d-none');
$('#sidebar-container').toggleClass('sidebar-expanded sidebar-collapsed');
// Collapse/Expand icon
$('#collapse-icon').toggleClass('fa-angle-double-right fa-angle-double-left');
}
});
// Collapse click
$('[data-toggle=sidebar-container]').click(function() {
SidemenuCollapse();
});
//Collapse Side Menu
function SidemenuCollapse () {
$('#sidebar-container').toggleClass('d-none');
// Collapse/Expand icon
$('#collapse-menu').toggleClass('fa-angle-double-right fa-angle-double-left');
}
//Hide Menu on Load
$(document).ready(function(){
$('#sidebar-container').toggleClass('d-none');
})
$(document).ready(function(){
$('.menu-collapsed').toggleClass('d-none');
$('.sidebar-submenu').toggleClass('d-none');
$('.submenu-icon').toggleClass('d-none');
$('#sidebar-container').toggleClass('sidebar-expanded sidebar-collapsed');
// Collapse/Expand icon
$('#collapse-icon').toggleClass('fa-angle-double-left fa-angle-double-right');
})
//pop-up and mail automation starts here
function automate() {
document.getElementById('popup').style.display="block";
document.getElementById('body-row').style.display="0.3";
document.getElementById('pop').style.opacity="0.3";
document.getElementById('opacity').style.display="block";
}
function closeform(){
document.getElementById('popup').style.display="none";
document.getElementById('body-row').style.opacity="1";
document.getElementById('pop').style.opacity="1";
}
function begin1() {
document.getElementById('popup2').style.display="block";
document.getElementById('body-row').style.display="0.3";
document.getElementById('pop').style.opacity="0.3";
document.getElementById('opacity').style.display="block";
document.getElementById('popup').style.display="none";
}
function closeform(){
document.getElementById('popup2').style.display="none";
document.getElementById('popup').style.display="none";
document.getElementById('body-row').style.opacity="1";
document.getElementById('pop').style.opacity="1";
}
function begin2() {
document.getElementById('popup3').style.display="block";
document.getElementById('body-row').style.display="0.3";
document.getElementById('pop').style.opacity="0.3";
document.getElementById('opacity').style.display="block";
document.getElementById('popup').style.display="none";
document.getElementById('begin1').style.display="none";
}
function closeform(){
document.getElementById('popup2').style.display="none";
document.getElementById('popup').style.display="none";
document.getElementById('popup3').style.display="none";
document.getElementById('body-row').style.opacity="1";
document.getElementById('pop').style.opacity="1";
}
</script>
</body>
</html>