-
Notifications
You must be signed in to change notification settings - Fork 2
/
chequeF2a.html
216 lines (200 loc) · 12.4 KB
/
chequeF2a.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link href="http://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style1.css">
<title>PBeBank</title>
</head>
<body>
<div class="regPosPayCon container mt-5">
<div class="row align-items-center justify-content-center">
<div class="col-12 contentCol">
<div class="container"><img src="assets/img/fill-form.svg" alt="fill-form"></div>
</div>
<div class="col-12 contentCol text-center">
<h2>Register Positive Pay</h2>
<p class="mx-5">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="col-12 contentCol mt-2" id="registerPosPayPage1">
<label for="tranAmount" class="col-sm-12 col-form-label">Select your account</label>
<div class="col-sm-12 mb-2">
<select class="form-select" aria-label="Default select example">
<option selected class="text-muted">Please select</option>
<option value="">3001198511 (Current)</option>
<option value="">3001320213 (Current)</option>
<option value="">3060022027 (Current)</option>
<option value="">3188498819 (Current)</option>
<option value="">3980035216 (Current)</option>
<option value="">3992850013 (Current)</option>
<option value="">3997569913 (Current)</option>
</select>
</div>
<label class="col-sm-12 col-form-label">Effective Date</label>
<input id="effectiveDatePicker" class="form-control bg-white" placeholder="01-01-2021"
aria-label="effectiveDateInput">
<!-- 2FA Authentication For Cheque -->
<div class="row mb-2 mt-2">
<label for="auth" class="col-sm-3 col-form-label">Approve this transaction with</label>
<div class="col-sm-9">
<select class="form-select" aria-label="Default select example" id="auth">
<option value="pac">PAC</option>
<option value="token">Hard Token</option>
<option value="secure">Secured SignIn</option>
<option value="noti">Push Notification</option>
</select>
</div>
</div>
<div class="row mb-2" id="PAC">
<label for="PAC" class="col-sm-3 col-form-label"> <img src="/picture/otp.png" alt="" width="100"
height="100"></label>
<div class="col-sm-6 mt-1">
<input type="text" class="form-control" id="PAC">
<p class="text-muted">A 6 digit PAC will be sent to your registered mobile phone number
*****6168. Please click "Request PAC" if you wish to proceed</p>
</div>
<div class="col-sm-3 text-end text-lg-center mt-0 mt-lg-0">
<a class="btn btn-info pac text-white float-lg-end">Request PAC</a>
</div>
</div>
<div class="row mb-2 d-none" id="token">
<label for="hToken" class="col-sm-3 col-form-label"><img src="/picture/securesigntoken.png" alt=""
width="90" height="120"></label>
<div class="col-sm-9">
<p class="text-muted">Switch on your SecureSign token and follow the instrution below to
generate on your SecureSign Code.</p>
<ol>
<li>Press "sign" button. You will see a '1' display on the screen.</li>
<li>Enter xxxxx and press 'OK'.</li>
<li>You will see a '2" dispaly on screen.</li>
<li>Enter xxxx and press 'OK.'</li>
<li>The SecureSign will be displayed on screen.</li>
</ol>
<input type="text" class="form-control mb-2" id="hToken" placeholder="Enter your SecureSign Code">
</div>
</div>
<div class="row mb-2 d-none" id="noti">
<label for="notification" class="col-sm-3 col-form-label"><img src="/picture/success.png" alt=""
width="90" height="90"></label>
<div class="col-sm-6">
<p>A push notification will be sent to your mobile phone. Please verify the details at
your PB SecureSign screen before approving transaction.</p>
</div>
<div class="col-sm-3">
<a class="btn btn-info pac text-white float-lg-end" data-bs-toggle="modal"
data-bs-target="#staticBackdrop">Push Notification</a>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false"
tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">PB SecureSign</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 d-flex justify-content-center">
<img src="/picture/animation_500_kugn1p08.gif" alt="" width="300"
height="300">
</div>
<div class="col-sm-12">
<p>Please check your mobile device (Iphone12) for a push
notification to approve the transacion</p>
</div>
<div class="col-sm-12">
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
style="width:0%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mb-2 d-none" id="secure">
<label for="secure" class="col-sm-3 col-form-label"><img src="/picture/kp2.png" alt="" width="90"
height="90"></label>
<div class="col-sm-9">
<p class="text-muted">Open your PB engage mobile app and follow the instruction below to
generate your SecurePac</p>
<ol>
<li>Launch your PB engage mobile app.</li>
<li>From the side menu, select "PB SecureSign".</li>
<li>Verify the transaction details before you click "proceed".</li>
<li>Enter your SecurePIN or authentucate with your fingerpint/Face ID</li>
<li>The 6 digits SecurePAC will be displayed on the screen</li>
</ol>
<input type="text" class="form-control mb-2" id="secure" placeholder="Enter SecurePAC">
</div>
</div>
<!-- 2FA Authentication For cheque end -->
<div class="form-check mt-4">
<input class="form-check-input" type="checkbox" value="" id="posPayCheckbox">
<label class="form-check-label" for="posPayCheckbox">
By checking this checkbox, I acknowledge that I have read, understand and agree to be bound by
the <span><a class="text-decoration-none text-primary" href="#">PBB Positive Pay Service Terms
and Conditions</a></span>.
</label>
</div>
<div class="d-flex justify-content-between mt-5">
<button class="btn text-light px-5"> Back </button>
<button class="btn text-light px-5" id="regPosPayNext"> Next </button>
</div>
</div>
<script src="/js/script.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script>
// script for 2FA
$("#auth").change(function () {
console.log("test");
var cases = $("#auth option:selected").val();
if (cases == "pac")
$("#PAC").removeClass("d-none");
$("#secure").addClass("d-none");
$("#noti").addClass("d-none");
$("#token").addClass("d-none");
if (cases == "token") {
$("#token").removeClass("d-none");
$("#PAC").addClass("d-none");
$("#signin").addClass("d-none");
$("#noti").addClass("d-none");
}
if (cases == "secure") {
$("#secure").removeClass("d-none");
$("#PAC").addClass("d-none");
$("#token").addClass("d-none");
$("#noti").addClass("d-none");
}
if (cases == "noti") {
$("#noti").removeClass("d-none");
$("#PAC").addClass("d-none");
$("#token").addClass("d-none");
$("#secure").addClass("d-none");
}
}
);
</script>
</body>
</html>