@7365admin1/core 2.79.0 → 2.81.0
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.
- package/CHANGELOG.md +12 -0
- package/dist/handlebars/approve-drive-in.hbs +79 -0
- package/dist/handlebars/approve-visitor-old.hbs +324 -0
- package/dist/handlebars/approve-visitor.hbs +165 -0
- package/dist/handlebars/approve-walk-in.hbs +79 -0
- package/dist/handlebars/book-facility-light.hbs +241 -0
- package/dist/handlebars/book-facility.hbs +243 -0
- package/dist/handlebars/reject-visitor.hbs +239 -0
- package/dist/handlebars/reject.hbs +108 -0
- package/dist/handlebars/verify-visitor.hbs +12 -0
- package/dist/handlebars/visitor-reminder.hbs +16 -0
- package/dist/index.d.ts +69 -3
- package/dist/index.js +6658 -377
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6672 -363
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<table style="height: 100%; width: 100%">
|
|
2
|
+
<tr>
|
|
3
|
+
<td style="vertical-align: middle; text-align: center">
|
|
4
|
+
<div style="padding: 24px; justify-content: center;">
|
|
5
|
+
<div style="background-color: #052439; elevation: 2;">
|
|
6
|
+
<div style="display: flex; justify-content: center;">
|
|
7
|
+
<img src="{{logo}}" style="width: 190px; height: 50px;" />
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
<div style="margin-bottom: 16px; color: #052439; ">
|
|
11
|
+
<p style="color: #052439; font-weight: 600; font-size: 32px; line-height: 30px; text-align: center; padding: 16px;">Hey
|
|
12
|
+
{{name}},</p>
|
|
13
|
+
<p style="text-align: center;">You are now ready to check in upon arrival on {{arrivalDate}}.</p>
|
|
14
|
+
</div>
|
|
15
|
+
<a href="{{qrLink}}" style="text-decoration: none"><div
|
|
16
|
+
style="margin-top: 16px; padding: 5px; background-color: #4caf50; border-radius: 16px; text-align: center;"
|
|
17
|
+
>
|
|
18
|
+
<p style="color: white; font-weight: bold;">QR code Link (Click Here)</p>
|
|
19
|
+
</div></a>
|
|
20
|
+
|
|
21
|
+
<div style="margin-top: 16px; text-align: center; color: #052439; ">
|
|
22
|
+
<p>Please present the QR code sent to you at the pedestrian entrance for access.</p>
|
|
23
|
+
</div>
|
|
24
|
+
|
|
25
|
+
<div style="margin-top: 16px; padding: 5px; background-color: #052439; border-radius: 16px; text-align: center;">
|
|
26
|
+
<p style="color: white; font-weight: bold;">Visitor Information</p>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<div style="margin-top: 16px; max-width:100%; margin-left: auto; margin-right: auto; margin-bottom: 50px">
|
|
30
|
+
<table style="color: #052439; font-size: 16px; margin: 0 auto; border-collapse: collapse; width: 100%;">
|
|
31
|
+
<tbody>
|
|
32
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
33
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Name</td>
|
|
34
|
+
<td style="text-align: right; padding: 8px;">{{name}}</td>
|
|
35
|
+
</tr>
|
|
36
|
+
|
|
37
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
38
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Tenant/Resident Address</td>
|
|
39
|
+
<td style="text-align: right; padding: 8px;">{{address}}</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
42
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Contact No.</td>
|
|
43
|
+
<td style="text-align: right; padding: 8px;">{{contactNumber}}</td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
46
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Email</td>
|
|
47
|
+
<td style="text-align: right; padding: 8px;">{{email}}</td>
|
|
48
|
+
</tr>
|
|
49
|
+
|
|
50
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
51
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Arrival Date</td>
|
|
52
|
+
<td style="text-align: right; padding: 8px;">{{arrivalDate}}</td>
|
|
53
|
+
</tr>
|
|
54
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
55
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Arrival Time</td>
|
|
56
|
+
<td style="text-align: right; padding: 8px;">{{arrivalTime}}</td>
|
|
57
|
+
</tr>
|
|
58
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
59
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Duration</td>
|
|
60
|
+
<td style="text-align: right; padding: 8px;">{{duration}}</td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr style=" padding: 20px;">
|
|
63
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Purpose of Visit</td>
|
|
64
|
+
</tr>
|
|
65
|
+
<tr style="padding: 20px;"><td style="text-align: right; padding: 8px;">{{purposeOfVisit}}</td></tr>
|
|
66
|
+
</tbody>
|
|
67
|
+
</table>
|
|
68
|
+
</div>
|
|
69
|
+
<footer height="70" style="padding: 0; bottom: 0; left: 0; right: 0; z-index: 10; background-color: #fff;">
|
|
70
|
+
<div style="padding: 12px; max-width: 600px; margin-left: auto; margin-right: auto;">
|
|
71
|
+
<div style="text-align: center;">
|
|
72
|
+
<span style="font-size: 16px;">© 2024 powered by Seven365 Pte. Ltd. v.1</span>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</footer>
|
|
76
|
+
</div>
|
|
77
|
+
</td>
|
|
78
|
+
</tr>
|
|
79
|
+
</table>
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
<html><head></head><body><div class="ApprovedVisitor" style="width: 428px; height: 10px; position: relative; background-color: white;">
|
|
2
|
+
<div
|
|
3
|
+
class="Frame294"
|
|
4
|
+
style="height: 24px; left: 24px; top: 124px; position: absolute; opacity: 0; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; display: inline-flex"
|
|
5
|
+
>
|
|
6
|
+
<div class="Frame286" style="justify-content: flex-start; align-items: center; gap: 10px; display: inline-flex">
|
|
7
|
+
<div class="MdiArrowLeft" style="width: 16px; height: 16px; position: relative">
|
|
8
|
+
<div class="Vector" style="width: 10.56px; height: 10.56px; left: 2.77px; top: 2.72px; position: absolute; background: #052439"></div>
|
|
9
|
+
</div>
|
|
10
|
+
<div
|
|
11
|
+
class="Text"
|
|
12
|
+
style="color: #052439; font-size: 16px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
13
|
+
>Invite Visitor</div>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="MdiClose" style="width: 24px; height: 24px; left: 389px; top: 15px; position: absolute">
|
|
17
|
+
<div class="Vector" style="width: 14px; height: 14px; left: 5px; top: 5px; position: absolute; background: rgba(0, 0, 0, 0.38)"></div>
|
|
18
|
+
</div>
|
|
19
|
+
<div
|
|
20
|
+
class="Frame388"
|
|
21
|
+
style="left: 54px; top: 124px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: center; gap: 29px; display: inline-flex"
|
|
22
|
+
>
|
|
23
|
+
<div
|
|
24
|
+
class="HeyAlex"
|
|
25
|
+
style="color: #052439; font-size: 32px; font-family: Roboto; font-weight: 600; line-height: 30px; word-wrap: break-word"
|
|
26
|
+
>Hey Alex,</div>
|
|
27
|
+
<div class="ThankYouForRegisteringYourVisitYouAreNowReadyToCheckInUponArrivalOn2732024" style="width: 316px; text-align: center"><span
|
|
28
|
+
style="color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 30px; word-wrap: break-word"
|
|
29
|
+
>Thank you for registering your visit. You are now ready to check in upon arrival on </span><span
|
|
30
|
+
style="color: #052439; font-size: 16px; font-family: Roboto; font-weight: 500; line-height: 30px; word-wrap: break-word"
|
|
31
|
+
>{{arrivalDate}}</span><span
|
|
32
|
+
style="color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 30px; word-wrap: break-word"
|
|
33
|
+
>.</span></div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="Frame407" style="width: 428px; height: 98px; left: 0px; top: -4px; position: absolute; background: #052439">
|
|
36
|
+
<div
|
|
37
|
+
class="Frame2"
|
|
38
|
+
style="left: 162px; top: 30px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: center; gap: 10px; display: inline-flex"
|
|
39
|
+
>
|
|
40
|
+
<div class="Frame238" style="width: 104.20px; height: 32px; position: relative">
|
|
41
|
+
<div
|
|
42
|
+
class="Rectangle12"
|
|
43
|
+
style="width: 2.25px; height: 24.50px; left: 39.94px; top: 1.12px; position: absolute; transform: rotate(-30deg); transform-origin: 0 0; background: white"
|
|
44
|
+
></div>
|
|
45
|
+
<div
|
|
46
|
+
class="Rectangle11"
|
|
47
|
+
style="width: 2.24px; height: 22.08px; left: 61.84px; top: 2.22px; position: absolute; transform: rotate(30deg); transform-origin: 0 0; background: #EB261E"
|
|
48
|
+
></div>
|
|
49
|
+
<div class="Rectangle10" style="width: 11.25px; height: 2px; left: 52.52px; top: 1.34px; position: absolute; background: #EB261E"></div>
|
|
50
|
+
<div class="Frame17" style="width: 15.41px; height: 20.68px; left: 0px; top: 1.13px; position: absolute">
|
|
51
|
+
<div class="Rectangle1" style="width: 15.41px; height: 2.03px; left: 0px; top: 0px; position: absolute; background: white"></div>
|
|
52
|
+
<div class="Rectangle5" style="width: 15.41px; height: 2.03px; left: 0px; top: 18.65px; position: absolute; background: white"></div>
|
|
53
|
+
<div class="Rectangle3" style="width: 15.41px; height: 2.03px; left: 0px; top: 9.73px; position: absolute; background: white"></div>
|
|
54
|
+
<div
|
|
55
|
+
class="Rectangle2"
|
|
56
|
+
style="width: 11.35px; height: 2.03px; left: 2.03px; top: 0.20px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
57
|
+
></div>
|
|
58
|
+
<div
|
|
59
|
+
class="Rectangle4"
|
|
60
|
+
style="width: 10.95px; height: 2.03px; left: 15.41px; top: 9.73px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
61
|
+
></div>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="Frame16" style="width: 15.44px; height: 20.69px; left: 20.26px; top: 1.17px; position: absolute">
|
|
64
|
+
<div class="Rectangle6" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 0px; position: absolute; background: white"></div>
|
|
65
|
+
<div class="Rectangle7" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.73px; position: absolute; background: white"></div>
|
|
66
|
+
<div class="Rectangle9" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 18.65px; position: absolute; background: white"></div>
|
|
67
|
+
<div
|
|
68
|
+
class="Rectangle8"
|
|
69
|
+
style="width: 10.94px; height: 2.04px; left: 2.04px; top: 9.74px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
70
|
+
></div>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="Frame15" style="width: 15.44px; height: 20.68px; left: 68.50px; top: 1.17px; position: absolute">
|
|
73
|
+
<div class="Rectangle13" style="width: 15.41px; height: 2.03px; left: 0.02px; top: 0px; position: absolute; background: white"></div>
|
|
74
|
+
<div class="Rectangle14" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.70px; position: absolute; background: white"></div>
|
|
75
|
+
<div
|
|
76
|
+
class="Rectangle15"
|
|
77
|
+
style="width: 15.41px; height: 2.03px; left: 0.02px; top: 18.65px; position: absolute; background: white"
|
|
78
|
+
></div>
|
|
79
|
+
<div
|
|
80
|
+
class="Rectangle16"
|
|
81
|
+
style="width: 10.95px; height: 2.03px; left: 2.03px; top: 9.70px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
82
|
+
></div>
|
|
83
|
+
</div>
|
|
84
|
+
<div class="Frame14" style="width: 15.61px; height: 22.53px; left: 88.59px; top: 0.40px; position: absolute">
|
|
85
|
+
<div class="Rectangle17" style="width: 2px; height: 20.67px; left: 0.49px; top: 0.76px; position: absolute; background: white"></div>
|
|
86
|
+
<div
|
|
87
|
+
class="Rectangle19"
|
|
88
|
+
style="width: 2.30px; height: 25.57px; left: 15.86px; top: 21.27px; position: absolute; transform: rotate(146.98deg); transform-origin: 0 0; background: white"
|
|
89
|
+
></div>
|
|
90
|
+
<div class="Rectangle18" style="width: 2px; height: 20.67px; left: 13.61px; top: 0.76px; position: absolute; background: white"></div>
|
|
91
|
+
</div>
|
|
92
|
+
<div class="Frame20" style="width: 4.96px; height: 7.64px; left: 58.42px; top: 24.36px; position: absolute">
|
|
93
|
+
<div class="Rectangle29" style="width: 4.95px; height: 1.04px; left: 0.01px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
94
|
+
<div class="Rectangle32" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.59px; position: absolute; background: #EB261E"></div>
|
|
95
|
+
<div
|
|
96
|
+
class="Rectangle30"
|
|
97
|
+
style="width: 4.26px; height: 1.04px; left: 1.05px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
98
|
+
></div>
|
|
99
|
+
<div
|
|
100
|
+
class="Rectangle33"
|
|
101
|
+
style="width: 4.17px; height: 1.04px; left: 4.96px; top: 3.38px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
102
|
+
></div>
|
|
103
|
+
<div
|
|
104
|
+
class="Rectangle31"
|
|
105
|
+
style="width: 4.95px; height: 1.04px; left: 0.01px; top: 3.39px; position: absolute; background: #EB261E"
|
|
106
|
+
></div>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="Frame18" style="width: 4.95px; height: 7.64px; left: 40.88px; top: 24.36px; position: absolute">
|
|
109
|
+
<div class="Rectangle20" style="width: 4.95px; height: 1.04px; left: 0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
110
|
+
<div
|
|
111
|
+
class="Rectangle23"
|
|
112
|
+
style="width: 7.64px; height: 1.04px; left: 4.95px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
113
|
+
></div>
|
|
114
|
+
<div class="Rectangle21" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
115
|
+
<div class="Rectangle22" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="Frame19" style="width: 4.95px; height: 7.64px; left: 50px; top: 24.36px; position: absolute">
|
|
118
|
+
<div class="Rectangle24" style="width: 4.95px; height: 1.04px; left: -0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
119
|
+
<div
|
|
120
|
+
class="Rectangle25"
|
|
121
|
+
style="width: 7.64px; height: 1.04px; left: 1.04px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
122
|
+
></div>
|
|
123
|
+
<div
|
|
124
|
+
class="Rectangle27"
|
|
125
|
+
style="width: 4.26px; height: 1.04px; left: 4.95px; top: 3.39px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
126
|
+
></div>
|
|
127
|
+
<div class="Rectangle26" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
128
|
+
<div class="Rectangle28" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
<div
|
|
134
|
+
class="Frame228"
|
|
135
|
+
style="height: 510px; left: 60px; top: 410px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 24px; display: inline-flex"
|
|
136
|
+
>
|
|
137
|
+
<div
|
|
138
|
+
class="Frame483"
|
|
139
|
+
style="align-self: stretch; height: 510px; flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; width: 280px; overflow: auto; background-color:white;"
|
|
140
|
+
>
|
|
141
|
+
<div
|
|
142
|
+
class="TexAreaSolo"
|
|
143
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
144
|
+
>
|
|
145
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
146
|
+
<div
|
|
147
|
+
class="Text"
|
|
148
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
149
|
+
>Name</div>
|
|
150
|
+
</div>
|
|
151
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
152
|
+
<div
|
|
153
|
+
class="Text"
|
|
154
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
155
|
+
>{{name}}</div>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
<div
|
|
159
|
+
class="TexAreaSolo"
|
|
160
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
161
|
+
>
|
|
162
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
163
|
+
<div
|
|
164
|
+
class="Text"
|
|
165
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
166
|
+
>NRIC/Passport/ID No.</div>
|
|
167
|
+
</div>
|
|
168
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
169
|
+
<div
|
|
170
|
+
class="Text"
|
|
171
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
172
|
+
>{{nric}}</div>
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
<div
|
|
176
|
+
class="TexAreaSolo"
|
|
177
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
178
|
+
>
|
|
179
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
180
|
+
<div
|
|
181
|
+
class="Text"
|
|
182
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
183
|
+
>Tenant/Resident Address</div>
|
|
184
|
+
</div>
|
|
185
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
186
|
+
<div
|
|
187
|
+
class="Text"
|
|
188
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
189
|
+
>{{address}}</div>
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
192
|
+
<div
|
|
193
|
+
class="TexAreaSolo"
|
|
194
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
195
|
+
>
|
|
196
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
197
|
+
<div
|
|
198
|
+
class="Text"
|
|
199
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
200
|
+
>Contact No.</div>
|
|
201
|
+
</div>
|
|
202
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
203
|
+
<div
|
|
204
|
+
class="Text"
|
|
205
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
206
|
+
>{{contactNumber}}</div>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
<div
|
|
210
|
+
class="TexAreaSolo"
|
|
211
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
212
|
+
>
|
|
213
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
214
|
+
<div
|
|
215
|
+
class="Text"
|
|
216
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
217
|
+
>Email</div>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
220
|
+
<div
|
|
221
|
+
class="Text"
|
|
222
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
223
|
+
>{{email}}</div>
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
<div
|
|
227
|
+
class="TexAreaSolo"
|
|
228
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
229
|
+
>
|
|
230
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
231
|
+
<div
|
|
232
|
+
class="Text"
|
|
233
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
234
|
+
>Arrival Date</div>
|
|
235
|
+
</div>
|
|
236
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
237
|
+
<div
|
|
238
|
+
class="Text"
|
|
239
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
240
|
+
>{{arrivalDate}}</div>
|
|
241
|
+
</div>
|
|
242
|
+
</div>
|
|
243
|
+
<div
|
|
244
|
+
class="TexAreaSolo"
|
|
245
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
246
|
+
>
|
|
247
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
248
|
+
<div class="Text" style="text-align: right"><span
|
|
249
|
+
style="color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
250
|
+
>Arrival Time</span><span
|
|
251
|
+
style="color: #EB261E; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
252
|
+
> </span></div>
|
|
253
|
+
</div>
|
|
254
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
255
|
+
<div
|
|
256
|
+
class="Text"
|
|
257
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
258
|
+
>{{arrivalTime}}</div>
|
|
259
|
+
</div>
|
|
260
|
+
</div>
|
|
261
|
+
<div
|
|
262
|
+
class="TexAreaSolo"
|
|
263
|
+
style="align-self: stretch; height: 52px; padding-left: 16px; padding-right: 16px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; justify-content: space-between; align-items: center; display: inline-flex"
|
|
264
|
+
>
|
|
265
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
266
|
+
<div
|
|
267
|
+
class="Text"
|
|
268
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
269
|
+
>Duration </div>
|
|
270
|
+
</div>
|
|
271
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: flex">
|
|
272
|
+
<div
|
|
273
|
+
class="Text"
|
|
274
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
275
|
+
>{{duration}} {{hoursString}}</div>
|
|
276
|
+
</div>
|
|
277
|
+
</div>
|
|
278
|
+
<div
|
|
279
|
+
class="TexAreaSolo"
|
|
280
|
+
style="align-self: stretch; height: 94px; padding-left: 16px; padding-right: 16px; padding-top: 8px; padding-bottom: 8px; background: white; border-top: 1px rgba(0, 0, 0, 0.04) solid; border-bottom: 1px rgba(0, 0, 0, 0.04) solid; flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex"
|
|
281
|
+
>
|
|
282
|
+
<div class="Frame32" style="justify-content: flex-start; align-items: center; gap: 24px; display: inline-flex">
|
|
283
|
+
<div
|
|
284
|
+
class="Text"
|
|
285
|
+
style="text-align: right; color: #052439; font-size: 10px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
286
|
+
>Purpose of visit</div>
|
|
287
|
+
</div>
|
|
288
|
+
<div class="Frame33" style="justify-content: flex-start; align-items: center; gap: 24px; display: inline-flex">
|
|
289
|
+
<div
|
|
290
|
+
class="Text"
|
|
291
|
+
style="text-align: right; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
292
|
+
>{{remarks}}</div>
|
|
293
|
+
</div>
|
|
294
|
+
</div>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
<div
|
|
298
|
+
class="Frame284"
|
|
299
|
+
style="width: 240px; height:16px; padding: 24px; left: 53px; top: 320px; position: absolute; background: #052439; border-radius: 16px; border: 1px rgba(0, 0, 0, 0.12) solid; justify-content: flex-start; align-items: flex-start; gap: 16px; display: inline-flex"
|
|
300
|
+
>
|
|
301
|
+
<div
|
|
302
|
+
class="Frame246"
|
|
303
|
+
style="left: 78px; top: 15px; position: absolute; justify-content: center; align-items: center; gap: 24px; display: flex"
|
|
304
|
+
>
|
|
305
|
+
<div
|
|
306
|
+
class="Text"
|
|
307
|
+
style="text-align: right; color: white; font-size: 20px; font-family: Roboto; font-weight: 500; line-height: 32px; word-wrap: break-word"
|
|
308
|
+
>Visitor Information</div>
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
<div
|
|
312
|
+
class="Frame283"
|
|
313
|
+
style="height: 60px; left: 53px; top: 250px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 4px; display: inline-flex"
|
|
314
|
+
>
|
|
315
|
+
<div
|
|
316
|
+
class="Text"
|
|
317
|
+
style="width: 322px; text-align: center; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 30px; word-wrap: break-word"
|
|
318
|
+
>Access your invitation link <a href="{{link}}">here</a>.</div>
|
|
319
|
+
</div>
|
|
320
|
+
<div
|
|
321
|
+
class="Text"
|
|
322
|
+
style="left: 126px; top: 950px; position: absolute; text-align: right; color: #052439; font-size: 12px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
323
|
+
>© 2024 by Seven 365 Pte Ltd V1.0</div>
|
|
324
|
+
</div></body></html>
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
|
6
|
+
<title>Approved</title>
|
|
7
|
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
|
8
|
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
|
9
|
+
</head>
|
|
10
|
+
|
|
11
|
+
<body>
|
|
12
|
+
<div style="padding: 24px; justify-content: center;">
|
|
13
|
+
<div style="background-color: #052439; elevation: 2;">
|
|
14
|
+
<div style="display: flex; justify-content: center;">
|
|
15
|
+
<img src="{{logo}}" style="width: 190px; height: 50px;" />
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div style="margin-bottom: 16px; color: #052439; ">
|
|
19
|
+
<p style="font-weight: bold; text-align: center; margin-bottom: 16px; font-size: 64px;">Hey {{ name }},</p>
|
|
20
|
+
<p style="text-align: center;">Thank you for registering your visit. You are now ready to check in upon arrival on {{ arrivalDate }}.</p>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<div style="border: 1px solid #f2f2f2; border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1); text-align: center;">
|
|
24
|
+
<img src="your_qr_code_image_url" style="width: 200px; height: 200px;" />
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
<div style="margin-top: 16px; text-align: center; color: #052439; ">
|
|
28
|
+
<p>Please present the QR code sent to you at the pedestrian entrance for access.</p>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<div style="margin-top: 16px; text-align: center; color: #052439; ">
|
|
32
|
+
<p>You have 2 convenient options for check-in:</p>
|
|
33
|
+
<div style="padding: 0 12px;">
|
|
34
|
+
<ol>
|
|
35
|
+
<li>QR Code Entry: Please present the QR code sent to you at the pedestrian entrance for access.</li>
|
|
36
|
+
<li>Automatic Vehicle Entry: If arriving by vehicle, simply drive up to the boom gate. It will automatically recognize your vehicle's registered details given and grant access.</li>
|
|
37
|
+
</ol>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
<div style="margin-top: 16px; padding: 16px; background-color: #052439; border-radius: 16px; text-align: center;">
|
|
42
|
+
<p style="color: white; font-weight: bold;">Visitor Information</p>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
{{!-- <div class="timer-container">
|
|
47
|
+
<div class="timer-box">
|
|
48
|
+
<div class="timer-content" style="background-color: #39b54a;">
|
|
49
|
+
<p class="timer-value">12:00</p>
|
|
50
|
+
<p class="timer-label">Actual Check In</p>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="timer-box">
|
|
54
|
+
<div class="timer-content" style="background-color: #FF5252;">
|
|
55
|
+
<p class="timer-value">n/a</p>
|
|
56
|
+
<p class="timer-label">Actual Check Out</p>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</div> --}}
|
|
60
|
+
|
|
61
|
+
<div style="margin-top: 16px; max-width:100%; margin-left: auto; margin-right: auto;">
|
|
62
|
+
<table style="color: #052439; font-size: 32px; margin: 0 auto; border-collapse: collapse; width: 100%;">
|
|
63
|
+
<tbody>
|
|
64
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
65
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Name</td>
|
|
66
|
+
<td style="text-align: right; padding: 8px;">{{ name }}</td>
|
|
67
|
+
</tr>
|
|
68
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
69
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">NRIC/Passport/ID No.</td>
|
|
70
|
+
<td style="text-align: right; padding: 8px;">{{nric}}</td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
73
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Tenant/Resident Address</td>
|
|
74
|
+
<td style="text-align: right; padding: 8px;">{{address}}</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
77
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Contact No.</td>
|
|
78
|
+
<td style="text-align: right; padding: 8px;">{{contactNumber}}</td>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
81
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Email</td>
|
|
82
|
+
<td style="text-align: right; padding: 8px;">{{email}}</td>
|
|
83
|
+
</tr>
|
|
84
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
85
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Vehicle Plate No.</td>
|
|
86
|
+
<td style="text-align: right; padding: 8px;">{{ plateNumber}}</td>
|
|
87
|
+
</tr>
|
|
88
|
+
{{!-- <tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
89
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Overnight Parking</td>
|
|
90
|
+
<td style="text-align: right; padding: 8px;">{{ overnightParking}}</td>
|
|
91
|
+
</tr> --}}
|
|
92
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
93
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Arrival Date</td>
|
|
94
|
+
<td style="text-align: right; padding: 8px;">{{ arrivalDate }}</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
97
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Arrival Time</td>
|
|
98
|
+
<td style="text-align: right; padding: 8px;">{{ arrivalTime }}</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr style="border-bottom: 1px solid gray; padding: 20px;">
|
|
101
|
+
<td style="text-align: left; font-weight: bold; padding: 8px;">Duration</td>
|
|
102
|
+
<td style="text-align: right; padding: 8px;">{{ duration }}</td>
|
|
103
|
+
</tr>
|
|
104
|
+
</tbody>
|
|
105
|
+
</table>
|
|
106
|
+
</div>
|
|
107
|
+
<footer height="70" style="padding: 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; background-color: #fff;">
|
|
108
|
+
<div style="padding: 12px; max-width: 600px; margin-left: auto; margin-right: auto;">
|
|
109
|
+
<div style="text-align: center;">
|
|
110
|
+
<span style="font-size: 32px;">© 2024 by Seven 365 Pte Ltd V1.0</span>
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
</footer>
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
</body>
|
|
117
|
+
<style>
|
|
118
|
+
div {
|
|
119
|
+
font-family: 'Roboto', sans-serif;
|
|
120
|
+
}
|
|
121
|
+
.timer-container {
|
|
122
|
+
display: flex;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
margin-top: 16px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.timer-box {
|
|
128
|
+
flex: 1;
|
|
129
|
+
margin: 0 8px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.timer-content {
|
|
133
|
+
border: 1px solid #f2f2f2;
|
|
134
|
+
border-radius: 16px;
|
|
135
|
+
background: #fff;
|
|
136
|
+
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
|
|
137
|
+
padding: 16px;
|
|
138
|
+
text-align: center;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.timer-value {
|
|
142
|
+
color: white;
|
|
143
|
+
font-weight: 500;
|
|
144
|
+
font-size: 32px;
|
|
145
|
+
line-height: 48px;
|
|
146
|
+
margin: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.timer-label {
|
|
150
|
+
color: #052439;
|
|
151
|
+
font-size: 12px;
|
|
152
|
+
margin: 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@media (max-width: 768px) {
|
|
156
|
+
.timer-container {
|
|
157
|
+
flex-direction: column;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.timer-box {
|
|
161
|
+
margin: 8px 0;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
</style>
|
|
165
|
+
</html>
|