-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayments_need_pay_bill.html
229 lines (216 loc) · 9.73 KB
/
payments_need_pay_bill.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UNL Portal - Dashboard</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Table -->
<link href="css/plugins/dataTables/datatables.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body class="dashboard need-pay">
<div id="wrapper">
<nav class="navbar-default navbar-static-side" role="navigation">
<div class="sidebar-collapse">
<ul class="nav metismenu" id="side-menu">
<li class="nav-header">
<div class="dropdown profile-element">
<img alt="image" class="" src="./img/logo2.png"/>
<div class="nav-content">
<div class="row">
<div class="col-md-6">
<div class="nav-txt font-bold nav-pay"><i class="fa fa-usd"
aria-hidden="true"></i><span
class="warning-pay">-150</span>
</div>
</div>
<div class="col-md-6">
<button class="btn btn-sm btn-primary" type="button">To pay</button>
</div>
</div>
</div>
</div>
</li>
<li>
<a href="#"><i class="fa fa-th-large"></i> <span class="nav-label">Dashboards</span></a>
</li>
<li>
<a href="#"><i class="fa fa-area-chart"></i> <span class="nav-label">Number analysis</span></a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">API analysis</span></a>
</li>
<li>
<a href="#"><i class="fa fa-pie-chart"></i> <span class="nav-label">SIP analysis</span> </a>
</li>
<li class="active">
<a href="#"><i class="fa fa-credit-card"></i> <span class="nav-label">Payments</span></a>
</li>
<li>
<a href="#"><i class="fa fa-newspaper-o"></i> <span class="nav-label">News</span></a>
</li>
<li>
<a href="#"><i class="fa fa-cogs"></i> <span class="nav-label">My account</span></a>
</li>
</ul>
</div>
</nav>
<div id="page-wrapper" class="gray-bg">
<div class="row border-bottom">
<nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i>
</a>
</div>
<ul class="nav navbar-top-links navbar-right">
<li>
<a href="login.html">
<span>Martin Strong</span><i class="fa fa-sign-out"></i>
</a>
</li>
</ul>
</nav>
</div>
<div class="row white-bg">
<nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
<ul class="nav navbar-top-links white-bg">
<div class="col-lg-12">
<h2>Payments</h2>
</div>
</ul>
</nav>
</div>
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-xl-4 col-lg-7">
<div class="ibox ibox-banned">
<div class="ibox-title">
<h5>Bills</h5>
<div class="ibox-tools warning">
<i class="fa fa-exclamation-triangle"></i>
</div>
</div>
<div class="ibox-content custom-content">
<p>You have unpaid bills. Pay them to use the resource.</p>
<form id="form" action="#">
<div class="row no-margins">
<div class="col-8">
<div class="row">
<span class="group-btn text-muted">$</span>
<input class="refill btn-left col-10" type="text" value="150.12">
</div>
</div>
<div class="col-4">
<button class="btn btn-top btn-primary" type="button">Top up</button>
</div>
</div>
</form>
<div class="ibox-custom-footer">
<div class="border-bottom border-custom"></div>
<div class="div-text">
<div class="min-width-plan">Current plan:</div>
<div class="font-bold text-success"><a href="#">Post–payd, $0.00002 / per number</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight no-padding">
<div class="row">
<div class="col-lg-7">
<div class="ibox table">
<div class="ibox-title">
<h5>Payments history</h5>
</div>
<div class="ibox-content">
<div class="table-responsive">
<table class="table table-striped table-hover dataTables-example display"
cellspacing="0" width="100%">
<thead>
<tr>
<th>Date</th>
<th>Amount
</th>
<th>Type of payment
</th>
<th>Status
</th>
</tr>
</thead>
</table>
<div class="dt-more-container wrapper-content no-padding">
<a class="load-more" style="display:none"
href="javascript:void(0);">Showing 50 more items</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="float-right">
Terms and Conditions of Service
</div>
<div>
<strong>Copyright</strong> LNR Portal © 2021
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="js/plugins/dataTables/datatables.min.js"></script>
<script src="js/plugins/dataTables/dataTables.pageLoadMore.min.js"></script>
<!-- Custom and plugin javascript -->
<script src="js/inspinia.js"></script>
<script src="js/plugins/pace/pace.min.js"></script>
<!-- jQuery UI -->
<script src="js/plugins/jquery-ui/jquery-ui.min.js"></script>
<!--Show-more button plugin
https://www.gyrocode.com/articles/jquery-datatables-load-more-button/-->
<!-- ChartJS-->
<script src="js/plugins/chartJs/Chart.min.js"></script>
<script>
$(document).ready(function () {
var table = $('.dataTables-example').DataTable({
pageLength: 10,
searching: false,
info: false,
responsive: true,
dom: 'frt',
language: {
"emptyTable": "No records found"
},
ajax: 'db/arrays_need.json',
drawCallback: function () {
// If there is some more data
if ($('.load-more').is(':visible')) {
// Scroll to the "Load more" button
$('html, body').animate({
scrollTop: $('.load-more').offset().top
}, 1000);
}
// Show or hide "Load more" button based on whether there is more data available
$('.load-more').toggle(this.api().page.hasMore());
},
});
// Handle click on "Load more" button
$('.load-more').on('click', function () {
// Load more data
table.page.loadMore();
});
});
</script>
</body>
</html>