-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaloon-dashboard.php
261 lines (260 loc) · 11.7 KB
/
saloon-dashboard.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="img/favicon.ico" type="image/x-icon"> -->
<title> Dashboard </title>
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/simple-line-icons.css" rel="stylesheet">
<!-- pages css -->
<link href="css/calender.css" rel="stylesheet">
<!-- full calender ends -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive-style.css" rel="stylesheet">
<!-- BEGIN PAGE LEVEL PLUGIN STYLES -->
<link href="css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE LEVEL PLUGIN STYLES -->
<!-- dashboard pages -->
<link href="css/tasks.css" rel="stylesheet" type="text/css"/>
<link href="css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="css/plugins.css" rel="stylesheet" type="text/css"/>
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
<link href="css/light.css" rel="stylesheet" type="text/css" id="style_color"/>
<link href="css/custom.css" rel="stylesheet" type="text/css"/>
<!-- script -->
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script>
jQuery(document).ready(function($) {
$('.count').counterUp({
delay: 10,
time: 1000
});
});
</script>
<style type="text/css">
.booking-calender #organizerContainer {
display: none;
}
</style>
</head>
<body class="page-header-fixed page-sidebar-closed-hide-logo page-sidebar-closed-hide-logo">
<!-- BEGIN HEADER -->
<?php
require('include/dashboard-header.php');
?>
<!-- END HEADER -->
<div class="clearfix">
</div>
<!-- BEGIN CONTAINER -->
<div class="page-container">
<!-- BEGIN SIDEBAR -->
<?php
require('include/dashboard-sidebar.php');
?>
<!-- END SIDEBAR -->
<!-- BEGIN CONTENT -->
<div class="page-content-wrapper">
<div class="page-content">
<ul class="page-breadcrumb breadcrumb hide">
<li>
<a href="#">Home</a><i class="fa fa-circle"></i>
</li>
<li class="active">
Dashboard
</li>
</ul>
<!-- BEGIN PAGE CONTENT INNER -->
<div class="page-wrap margin-top-10">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 p-0">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="dashboard-stat2 bordered">
<div class="display">
<div class="number">
<h3 class="font-green-sharp">
<span class="count" data-counter="counterup" data-value="7000">0</span>
<small class="font-green-sharp">$</small>
</h3>
<small>TOTAL SALES</small>
</div>
<div class="icon">
<i class="icon-basket"></i>
</div>
</div>
<div class="progress-info">
<div class="progress">
<span style="width: 76%;" class="progress-bar progress-bar-success green-sharp">
<span class="sr-only">76% progress</span>
</span>
</div>
<div class="status">
<div class="status-title"> progress </div>
<div class="status-number"> 76% </div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="dashboard-stat2">
<div class="display">
<div class="number">
<h3 class="font-red-haze">
<span class="count" data-counter="counterup" data-value="1390">0</span>
</h3>
<small class="">TOTAL BOOKING</small>
</div>
<div class="icon">
<i class="icon-calendar"></i>
</div>
</div>
<div class="progress-info">
<div class="progress">
<span style="width: 85%;" class="progress-bar progress-bar-success red-haze">
<span class="sr-only">85% change</span>
</span>
</div>
<div class="status">
<div class="status-title">
change
</div>
<div class="status-number">
85%
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 cus-p-l">
<div class="calender-section">
<div class="week-sec">
<div id="calendarContainer"></div>
</div>
</div>
</div>
</div>
<div class="booking-table-sec">
<div class="col-md-12 col-sm-12">
<!-- BEGIN PORTLET-->
<div class="booking-section">
<div class="portlet light">
<div class="portlet-title">
<div class="caption caption-md">
<i class="icon-bar-chart theme-font-color hide"></i>
<span class="caption-subject theme-font-color bold uppercase">Booking Calendar</span>
</div>
</div>
<div class="portlet-body">
<div class="col-md-12 col-sm-12 col-xs-12 p-0">
<div class="col-md-12 col-sm-12 col-xs-12 ">
<div class="booking-calender">
<div id="organizerContainer" style="margin-left: 8px;"></div>
<div class="booking-table">
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<div class="cutome-th">
<span class="pull-left">
<a href="#"><i class="fa fa-angle-left"></i></a>
</span>
November 10, 2017
<span class="pull-right">
<a href="#">
<i class="fa fa-angle-right"></i>
</a>
</span>
</div>
</tr>
<tr>
<th>Time</th>
<th>Customer Name</th>
<th>Employee Details</th>
<th>Service Details</th>
<th>Contact Details</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>12:00 PM - 12:30 PM</td>
<td><img class="user-view" src="img/avatar9.jpg">Smith</td>
<td>Manager</td>
<td>Hair Cutting</td>
<td>8009890712</td>
<td>Pending</td>
</tr>
<tr>
<td>12:30 PM - 1:00 PM</td>
<td><img class="user-view" src="img/avatar9.jpg">Smith</td>
<td>Manager</td>
<td>Hair Cutting</td>
<td>8009890712</td>
<td>Pending</td>
</tr>
<tr>
<td>1:00 PM - 1:30 PM</td>
<td><img class="user-view" src="img/avatar9.jpg">Smith</td>
<td>Manager</td>
<td>Hair Cutting</td>
<td>8009890712</td>
<td>Pending</td>
</tr>
<tr>
<td>1:30 PM - 2:00 PM</td>
<td><img class="user-view" src="img/avatar9.jpg">Smith</td>
<td>Manager</td>
<td>Hair Cutting</td>
<td>8009890712</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END PORTLET-->
</div>
</div>
<!-- END PAGE CONTENT INNER -->
</div>
</div>
<!-- END CONTENT -->
</div>
<?php
require('include/footer.php');
?>
</body>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<!-- pages js -->
<script src="js/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="js/jquery.slimscroll.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<script src="js/calender-custom.js" type="text/javascript"></script>
<!-- full calender js -->
<script src="js/metronic.js" type="text/javascript"></script>
<script src="js/layout.js" type="text/javascript"></script>
<script src="js/demo.js" type="text/javascript"></script>
<script src="js/tasks.js" type="text/javascript"></script>
<script>
jQuery(document).ready(function() {
Metronic.init(); // init metronic core componets
Layout.init(); // init layout
Demo.init(); // init demo features
/*Index.init(); // init index page*/
Tasks.initDashboardWidget(); // init tash dashboard widget
});
</script>
</html>