-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.html
More file actions
807 lines (773 loc) · 34 KB
/
dashboard.html
File metadata and controls
807 lines (773 loc) · 34 KB
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
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Falcon Enrollment</title>
<!-- Google Fonts: Roboto -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<!-- Bootstrap Icons v1.13.1 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<!-- PDF Make v0.3.4 -->
<script src='https://cdn.jsdelivr.net/npm/pdfmake@0.3.4/build/pdfmake.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/pdfmake@0.3.4/build/vfs_fonts.js'></script>
<!-- Custom libraries -->
<?!= include('falcon-ui.lib'); ?>
<?!= include('falcon-themes.lib'); ?>
<?!= include('falcon-sounds.lib'); ?>
<?!= include('falcon-pdf.lib'); ?>
<!-- Import user settings from properties service -->
<script>
let USER_SETTINGS = JSON.parse('<?= userSettings ?>'); // Inject user settings
</script>
</head>
<body>
<div id="loading-indicator"></div>
{{NAVBAR}}
<div class="tool-bar" id="toolbar">
<button class="tool-bar-button" style="background-color: var(--green)" id="toggleDataButton"><i class="bi bi-eye"></i>Active</button>
<button class="tool-bar-button" id="saveChangesButton"><i class="bi bi-cloud-check"></i>Save</button>
<div class="dropdown">
<button class="dropdown-button" id="studentButton"><i class="bi bi-person-vcard"></i>Profile</button>
<div class="dropdown-content">
<button id="addStudentButton"><i class="bi bi-plus-circle"></i>Add student</button>
<button id="removeStudentButton"><i class="bi bi-archive"></i>Archive student</button>
<button id="activateStudentButton" style="display: none"><i class="bi bi-arrow-counterclockwise"></i>Activate student</button>
<button id="deleteStudentButton" style="display: none"><i class="bi bi-trash3"></i>Delete student</button>
<button id="renameStudentButton"><i class="bi bi-pencil"></i>Rename student</button>
</div>
</div>
<button class="tool-bar-button" id="emailButton"><i class="bi bi-envelope"></i>Email</button>
<div class="dropdown">
<button class="dropdown-button" id="exportButton"><i class="bi bi-box-arrow-up"></i>Export</button>
<div class="dropdown-content">
<button id="exportFormsButton"><i class="bi bi-file-earmark-text"></i>Enrollment forms</button>
<button id="exportDataButton"><i class="bi bi-database"></i>Application data</button>
</div>
</div>
</div>
<div id="toast-container"></div>
<div class="page-container" id="page">
<div class="column-container">
<!-- STUDENT INFORMATION COLUMN -->
<div class="column">
<div class="column-header">Student Profile</div>
<div class="column-body">
<div class="warning" style="display: none" id="profileWarning">
<i class="bi bi-exclamation-triangle-fill" style="color: var(--warning-color);"></i>
<b>No students found!</b>
</div>
<div id="profileDataTable">
<div class="search-container">
<i class="bi bi-search search-icon"></i>
<input type="text" id="profileSearch" placeholder="Search...">
</div>
<details open>
<summary>Student Information</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Student name:</td>
<td>
<select class="table-select" id="studentName"></select>
</td>
</tr>
<tr>
<td>Gender:</td>
<td>
<select class="table-select" id="gender">
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Non-binary">Non-binary</option>
</select>
</td>
</tr>
<tr>
<td>Date of birth:</td>
<td>
<input class="table-input" type="date" id="dateOfBirth">
</td>
</tr>
<tr>
<td>Incoming grade:</td>
<td>
<select class="table-select" id="incomingGrade">
<option value="Transitional Kindergarten">Transitional Kindergarten</option>
<option value="Kindergarten">Kindergarten</option>
<option value="1st Grade">1st grade</option>
<option value="2nd Grade">2nd grade</option>
<option value="3rd Grade">3rd grade</option>
<option value="4th Grade">4th grade</option>
<option value="5th Grade">5th grade</option>
<option value="6th Grade">6th grade</option>
<option value="7th Grade">7th grade</option>
<option value="8th Grade">8th grade</option>
</select>
</td>
</tr>
<tr>
<td>Grade status:</td>
<td>
<select class="table-select" id="gradeStatus">
<option value="Open">Open</option>
<option value="Waitlist">Waitlist</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>Parent/Guardian Information</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Parent/guardian name:</td>
<td><input class="table-input" type="text" id="parentGuardianName"></td>
</tr>
<tr>
<td>Parent/guardian phone:</td>
<td><input class="table-input" type="text" id="parentGuardianPhone"></td>
</tr>
<tr>
<td>Parent/guardian email:</td>
<td><input class="table-input" type="text" id="parentGuardianEmail"></td>
</tr>
</table>
</div>
</details>
<details open>
<summary>School/Teacher Information</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Current school name:</td>
<td>
<input class="table-input" type="text" id="currentSchoolName">
</td>
</tr>
<tr>
<td>Current teacher name:</td>
<td>
<input class="table-input" type="text" id="currentTeacherName">
</td>
</tr>
<tr>
<td>Current teacher email:</td>
<td>
<input class="table-input" type="text" id="currentTeacherEmail">
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>EEC Information</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Enrolled in EEC:</td>
<td>
<select class="table-select" id="enrolledInEEC">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>Outreach Information</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table" id="outreachInfoTable">
<tr>
<td>"Discover FLS" attendee:</td>
<td>
<select class="table-select" id="discoverFLS">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td>School tour attendee:</td>
<td>
<select class="table-select" id="schoolTour">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td>Discovery method:</td>
<td>
<select class="table-select" id="discoveryMethod">
<option value="Current EEC or school family">Current EEC or school family</option>
<option value="Word of mouth">Word of mouth</option>
<option value="Visited campus for an event">Visited campus for an event</option>
<option value="School website">School website</option>
<option value="Social media (Facebook, Instagram, etc.)">Social media (Facebook, Instagram, etc.)</option>
<option value="Online listings (Google, Yelp, Great Schools, etc.)">Online listings (Google, Yelp, Great Schools, etc.)</option>
<option value="Torrance Farmers' Market">Torrance Farmers' Market</option>
<option value="Newspaper">Newspaper</option>
<option value="Referred by First Lutheran School family">Referred by First Lutheran School family</option>
<option value="Referred by First Lutheran employee">Referred by First Lutheran employee</option>
<option value="Referred by alumni">Referred by alumni</option>
<option value="Referred by community partner">Referred by community partner</option>
<option value="Drove by">Drove by</option>
<option value="Received flyer/email">Received flyer/email</option>
<option value="Other">Other</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<!-- 'Referred by' row insert here -->
<!-- 'Other' row insert here -->
</table>
</div>
</details>
<details open style="margin-bottom: 0">
<summary>Notes</summary>
<textarea class="column-textarea" style="height: 200px; margin-bottom: 0" id="notes"></textarea>
</details>
</div>
</div>
</div>
<!-- ENROLLMENT STATUS COLUMN -->
<div class="column">
<div class="column-header">Student Enrollment Status</div>
<div class="column-body">
<div class="warning" style="display: none" id="enrollmentWarning">
<i class="bi bi-exclamation-triangle-fill" style="color: var(--warning-color);"></i>
<b>No enrollments found!</b>
</div>
<div id="enrollmentDataTable">
<details open>
<summary>Student Evaluation</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Evaluation due date:</td>
<td>
<input class="table-input" type="date" id="evaluationDueDate">
</td>
</tr>
<tr>
<td>Evaluation email sent:</td>
<td>
<select class="table-select" id="evaluationEmail">
<option value="Completed">Completed</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>Student Evaluation Documents</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Student evaluation form:</td>
<td>
<select class="table-select" id="evaluationForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>Student Screening</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Contacted to schedule:</td>
<td>
<select class="table-select" id="contactedToSchedule">
<option value="In Progress">In progress</option>
<option value="Completed">Completed</option>
</select>
</td>
</tr>
<tr>
<td>Screening date:</td>
<td>
<input class="table-input" type="date" id="screeningDate">
</td>
</tr>
<tr>
<td>Screening time:</td>
<td>
<input class="table-input" type="time" id="screeningTime">
</td>
</tr>
<td>Screening email sent:</td>
<td>
<select class="table-select" id="screeningEmail">
<option value="Completed">Completed</option>
<option value="N/A">N/A</option>
</select>
</td>
</table>
</div>
</details>
<details open>
<summary>Student Screening Documents</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Report card:</td>
<td>
<select class="table-select" id="reportCard">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>IEP documentation:</td>
<td>
<select class="table-select" id="iepDocumentation">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open>
<summary>Student Acceptance</summary>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Admin submission date:</td>
<td>
<input class="table-input" type="date" id="adminSubmissionDate">
</td>
</tr>
<tr>
<td>Admin acceptance:</td>
<td>
<select class="table-select" id="adminAcceptance">
<option value="In Review">In review</option>
<option value="Accepted">Accepted</option>
<option value="Rejected">Rejected</option>
</select>
</td>
</tr>
<tr>
<td>Acceptance due date:</td>
<td>
<input class="table-input" type="date" id="acceptanceDueDate">
</td>
</tr>
<tr>
<td>Acceptance email sent:</td>
<td>
<select class="table-select" id="acceptanceEmail">
<option value="Completed">Completed</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Family acceptance:</td>
<td>
<select class="table-select" id="familyAcceptance">
<option value="Pending">Pending</option>
<option value="Accepted">Accepted</option>
<option value="Rejected">Rejected</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
</table>
</div>
</details>
<details open style="margin-bottom: 0">
<summary>Student Acceptance Documents</summary>
<div class="no-header-table-wrapper" style="margin-bottom: 0">
<table class="no-header-table">
<tr>
<td>Blackbaud account:</td>
<td>
<select class="table-select" id="blackbaudAccount">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Birth certificate/passport:</td>
<td>
<select class="table-select" id="birthCertificatePassport">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Immunization records:</td>
<td>
<select class="table-select" id="immunizationRecords">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Admission contract form:</td>
<td>
<select class="table-select" id="admissionContractForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Tuition payment form:</td>
<td>
<select class="table-select" id="tuitionPaymentForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Medical consent form:</td>
<td>
<select class="table-select" id="medicalConsentForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Emergency contacts form:</td>
<td>
<select class="table-select" id="emergencyContactsForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Technology consent form:</td>
<td>
<select class="table-select" id="techConsentForm">
<option value="Requested">Requested</option>
<option value="Received">Received</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<tr>
<td>Registration fee:</td>
<td>
<select class="table-select" id="registrationFee">
<option value="Requested">Requested</option>
<option value="Paid">Paid</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
</table>
</div>
</details>
</div>
</div>
</div>
</div>
<!-- MODALS -->
<!-- ADD STUDENT MODAL -->
<dialog class="action-modal" id="addStudentModal" data-select-reset-index="-1">
<div class="action-header">Add Student
<button class="action-close-btn"><i class="bi-close bi-x-circle-fill"></i></button>
</div>
<div class="action-container">
<div class="action-content">
<h2 class="rounded-top">Student Information</h2>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Student first name:</td>
<td><input class="table-input" type="text" id="addFirstName"></select></td>
</tr>
<tr>
<td>Student last name:</td>
<td><input class="table-input" type="text" id="addLastName"></select></td>
</tr>
<tr>
<td>Gender:</td>
<td>
<select class="table-select" id="addGender">
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Non-binary">Non-binary</option>
</select>
</td>
</tr>
<tr>
<td>Date of birth:</td>
<td><input class="table-input" type="date" id="addDateOfBirth"></td>
</tr>
<tr>
<td>Incoming grade:</td>
<td>
<select class="table-select" id="addIncomingGrade">
<option value="Transitional Kindergarten">Transitional Kindergarten</option>
<option value="Kindergarten">Kindergarten</option>
<option value="1st Grade">1st grade</option>
<option value="2nd Grade">2nd grade</option>
<option value="3rd Grade">3rd grade</option>
<option value="4th Grade">4th grade</option>
<option value="5th Grade">5th grade</option>
<option value="6th Grade">6th grade</option>
<option value="7th Grade">7th grade</option>
<option value="8th Grade">8th grade</option>
</select>
</td>
</tr>
<tr>
<td>Grade status:</td>
<td>
<select class="table-select" id="addGradeStatus">
<option value="Open">Open</option>
<option value="Waitlist">Waitlist</option>
</select>
</td>
</tr>
</table>
</div>
<h2 class="rounded-top">Parent/Guardian Information</h2>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Parent/guardian name:</td>
<td><input class="table-input" type="text" id="addParentGuardianName"></td>
</tr>
<tr>
<td>Parent/guardian phone:</td>
<td><input class="table-input" type="text" id="addParentGuardianPhone"></td>
</tr>
<tr>
<td>Parent/guardian email:</td>
<td><input class="table-input" type="text" id="addParentGuardianEmail"></td>
</tr>
</table>
</div>
<h2 class="rounded-top">School/Teacher Information</h2>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Current school name:</td>
<td><input class="table-input" type="text" id="addCurrentSchoolName"></td>
</tr>
<tr>
<td>Current teacher name:</td>
<td><input class="table-input" type="text" id="addCurrentTeacherName"></td>
</tr>
<tr>
<td>Current teacher email:</td>
<td><input class="table-input" type="text" id="addCurrentTeacherEmail"></td>
</tr>
</table>
</div>
<h2 class="rounded-top">EEC Information</h2>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>Enrolled in EEC:</td>
<td>
<select class="table-select" id="addEnrolledInEEC">
<option value="No">No</option>
<option value="Yes">Yes</option>
</select>
</td>
</tr>
</table>
</div>
<h2 class="rounded-top">Outreach Information</h2>
<div class="no-header-table-wrapper">
<table class="no-header-table" id="addOutreachInfoTable">
<tr>
<td>"Discover FLS" attendee:</td>
<td>
<select class="table-select" id="addDiscoverFLS">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td>School tour attendee:</td>
<td>
<select class="table-select" id="addSchoolTour">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr>
<tr>
<td>Discovery method:</td>
<td>
<select class="table-select" id="addDiscoveryMethod">
<option value="Current EEC/school family">Current EEC/school family</option>
<option value="Word of mouth">Word of mouth</option>
<option value="Visited campus for an event">Visited campus for an event</option>
<option value="School website">School website</option>
<option value="Social media (Facebook, Instagram, etc.)">Social media (Facebook, Instagram, etc.)</option>
<option value="Online listings (Google, Yelp, Great Schools, etc.)">Online listings (Google, Yelp, Great Schools, etc.)</option>
<option value="Torrance Farmers' Market">Torrance Farmers' Market</option>
<option value="Newspaper">Newspaper</option>
<option value="Referred by EEC/school family">Referred by EEC/school family</option>
<option value="Referred by FLCS employee">Referred by FLCS employee</option>
<option value="Referred by alumni">Referred by alumni</option>
<option value="Referred by community partner">Referred by community partner</option>
<option value="Drove by">Drove by</option>
<option value="Received flyer/email">Received flyer/email</option>
<option value="Other">Other</option>
<option value="N/A">N/A</option>
</select>
</td>
</tr>
<!-- 'Referred by' row insert here -->
<!-- 'Other' row insert here -->
</table>
</div>
<div class="action-btn">
<button id="addStudentModalButton">Add Student</button>
</div>
</div>
</div>
</dialog>
<!-- RENAME MODAL -->
<dialog class="action-modal" id="renameStudentModal">
<div class="action-header">Rename Student
<button class="action-close-btn"><i class="bi-close bi-x-circle-fill"></i></button>
</div>
<div class="action-container">
<div class="action-content">
<h2 class="rounded-top" id="currentStudentName"></h2>
<div class="no-header-table-wrapper">
<table class="no-header-table">
<tr>
<td>New first name:</td>
<td><input class="table-input" type="text" id="renameFirst"></td>
</tr>
<tr>
<td>New last name:</td>
<td><input class="table-input" type="text" id="renameLast"></td>
</tr>
</table>
</div>
<div class="action-btn">
<button id="renameStudentModalButton">Rename Student</button>
</div>
</div>
</div>
</dialog>
<!-- EMAIL MODAL -->
<dialog class="action-modal" id="composeEmailModal">
<div class="action-header">Compose Email
<button class="action-close-btn"><i class="bi-close bi-x-circle-fill"></i></button>
</div>
<div class="action-container">
<div class="action-content">
<h2 class="rounded-full">Templates</h2>
<label class="input-label" for="templateSelect"><b>Select template:</b></label>
<select class="column-select" id="templateSelect">
<option value="none">None</option>
<option value="waitlist">Waitlist</option>
<option value="evaluation">Evaluation</option>
<option value="screening">Screening</option>
<option value="acceptance">Acceptance</option>
<option value="acceptanceConditional">Acceptance - Conditional</option>
<option value="rejection">Rejection</option>
<option value="completion">Completion</option>
</select>
<div class="warning" id="templateWarning" style="margin-top: 10px; display: none;">
<i class="bi-exclamation-triangle-fill" style="color: var(--warning-color)"></i>
<b>Template data missing!</b>
</div>
<h2 class="rounded-full" style="margin-top: 20px">Compose Email</h2>
<label class="input-label" for="emailRecipient"><b>To:</b></label>
<input class="column-input" style="margin-bottom: 10px;" type="text" id="emailRecipient">
<label class="input-label" for="emailSubject"><b>Subject:</b></label>
<input class="column-input" style="margin-bottom: 10px;" type="text" id="emailSubject">
<div class="label-text"><b>Message:</b></div>
<div class="rich-text-box" contenteditable="true" id="emailBody"></div>
<div class="action-btn">
<button id="composeEmailModalButton">Send Email</button>
</div>
</div>
</div>
</dialog>
<!-- EXPORT FORMS MODAL -->
<dialog class="action-modal" id="exportFormsModal">
<div class="action-header">Export Forms
<button class="action-close-btn"><i class="bi-close bi-x-circle-fill"></i></button>
</div>
<div class="action-container">
<div class="action-content">
<h2 class="rounded-full">Form Type</h2>
<label class="input-label" for="formSelect"><b>Select enrollment form:</b></label>
<select class="column-select" style="margin-bottom: 20px" id="formSelect">
<option value="Admission Contract (EEC)">Admission Contract (EEC)</option>
<option value="Admission Contract (School)">Admission Contract (School)</option>
<option value="Tuition Payment Options">Tuition Payment Options</option>
<option value="Medical Consent To Treat">Medical Consent To Treat</option>
<option value="Student Emergency Contacts">Student Emergency Contacts</option>
<option value="Technology Consent">Technology Consent</option>
<option value="Blackbaud Tuition Information">Blackbaud Tuition Information</option>
</select>
<div class="action-btn">
<button id="exportFormsModalButton">Download Form</button>
</div>
</div>
</div>
</dialog>
<!-- EXPORT DATA MODAL -->
<dialog class="action-modal" id="exportDataModal">
<div class="action-header">Export Application Data
<button class="action-close-btn"><i class="bi-close bi-x-circle-fill"></i></button>
</div>
<div class="action-container">
<div class="action-content">
<h2 class="rounded-full">File Type</h2>
<label class="input-label" for="fileTypeSelect"><b>Select file type:</b></label>
<select class="column-select" style="margin-bottom: 20px" id="fileTypeSelect">
<option value="csv">Comma Separated Values (.csv)</option>
<option value="xlsx">Microsoft Excel (.xlsx)</option>
</select>
<div class="action-btn">
<button id="exportDataModalButton">Download Data</button>
</div>
</div>
</div>
</dialog>
</div>
<div class="javascript-code">
<?!= include('dashboard.js'); ?>
</div>
</body>
</html>