-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlistoftables.html
209 lines (186 loc) · 8.29 KB
/
listoftables.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
<!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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style1.css">
<title>pbetransaction</title>
</head>
<body>
<div class="col-12 table-responsive mt-4">
<table id="FD"
class="table table-responsive table-borderless table-hover p-lg-2 p-0 shadow bg-white align-middle">
<thead class="bg-dark text-white rounded-8">
<tr>
<th class="small">
Account No
</th>
<th class="small">Account type</th>
<th class="small">Currency</th>
<th class="small">Available Balance</th>
<th class="small">Current Balance</th>
</tr>
</thead>
<tbody>
<tr>
<td>100904103</td>
<td class="title">Online Fixed Deposit</td>
<td class="title">MYR</td>
<td>8137.00</td>
<td class="title">8137.0</td>
</tr>
<tr>
<td>100904123</td>
<td class="title">Online Fixed Deposit</td>
<td class="title">MYR</td>
<td>0.00</td>
<td class="title">0.00</td>
</tr>
<tr>
<td class="text-danger">100904200</td>
<td class="title text-danger">Fixed Deposit</td>
<td class="title"></td>
<td class="text-danger">*********</td>
<td class="text-danger">Dormant or inactive account</td>
</tr>
<tr>
<td class="text-danger">100904210</td>
<td class="title text-danger">Fixed Deposit</td>
<td class="title"></td>
<td class="text-danger">*********</td>
<td class="text-danger">Dormant or inactive account</td>
</tr>
</tbody>
</table>
<table id="termDepositTable"
class="table table-borderless table-hover p-lg-2 p-0 shadow-sm bg-white "
style="width:100%">
<thead class="bg-dark text-white rounded-8">
<tr>
<th class="small">
Account No
</th>
<th class="small">Account type</th>
<th class="small">Currency</th>
<th class="small">Available Balance</th>
<th class="small">Current Balance</th>
</tr>
</thead>
<tbody>
<tr>
<td>100904103</td>
<td class="title">Online Fixed Deposit</td>
<td class="title">MYR</td>
<td>8137.00</td>
<td class="title">8137.0</td>
</tr>
<tr>
<td>100904123</td>
<td class="title">Online Fixed Deposit</td>
<td class="title">MYR</td>
<td>0.00</td>
<td class="title">0.00</td>
</tr>
<tr>
<td class="text-danger">100904200</td>
<td class="title text-danger">Fixed Deposit</td>
<td class="title"></td>
<td class="text-danger">*********</td>
<td class="text-danger">Dormant or inactive account</td>
</tr>
<tr>
<td class="text-danger">100904210</td>
<td class="title text-danger">Fixed Deposit</td>
<td class="title"></td>
<td class="text-danger">*********</td>
<td class="text-danger">Dormant or inactive account</td>
</tr>
</tbody>
</table>
<table id="goldInvestmentTable"
class="table table-responsive table-borderless table-hover p-lg-2 p-0 shadow bg-white align-middle">
<thead class="bg-dark text-white rounded-8">
<tr>
<th class="small">
Account No
</th>
<th class="small">Account type</th>
<th class="small">Unit</th>
<th class="small">Current Balance</th>
</tr>
</thead>
<tbody>
<tr>
<td>6570029322</td>
<td class="title">Gold Investment</td>
<td class="title">Grams</td>
<td class="title">1.709</td>
</tr>
<tr>
<td>6570029322</td>
<td class="title">Gold Investment</td>
<td class="title">Grams</td>
<td class="title">1.709</td>
</tr>
</tbody>
</table>
<table id="FD"
class="table table-responsive table-borderless table-hover p-lg-2 p-0 shadow bg-white align-middle">
<thead class="bg-dark text-white rounded-8">
<tr>
<th class="small">
Loan Account No
</th>
<th class="small">Account type</th>
<th class="small">Note no.</th>
<th class="small">Outstanding Balance</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-danger">2001133430</td>
<td class="title text-danger">Loan Financing</td>
<td class="title text-danger">00015</td>
<td class="title text-danger">Primary account not authorised</td>
</tr>
<tr>
<td class="text-danger">220302322</td>
<td class="title text-danger">Loan Financing</td>
<td class="title text-danger">00025</td>
<td class="title text-danger">Primary account not authorised</td>
</tr>
<tr>
<td class="text-danger">2001133120</td>
<td class="title text-danger">Loan Financing</td>
<td class="title text-danger">00235</td>
<td class="title text-danger">Primary account not authorised</td>
</tr>
<tr>
<td>20212324</td>
<td class="title">Loan/Financing</td>
<td class="title">00010</td>
<td>0.00</td>
</tr>
</tbody>
</table>
</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/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js"></script>
</body>
</html>