-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuserpanel.php
94 lines (86 loc) · 2.91 KB
/
userpanel.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
<!DOCTYPE html>
<html>
<head>
<title>Wedding Store A Ecommerce Category Flat Bootstrap Responsive Website Template | Cart :: w3layouts</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Wedding Store Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- start menu -->
<script src="js/simpleCart.min.js"> </script>
<!-- start menu -->
<link href="css/memenu.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="js/memenu.js"></script>
<script>$(document).ready(function(){$(".memenu").memenu();});</script>
<!-- /start menu -->
</head>
<body>
<?php
include 'includes/header.php';
?>
<!---->
<div class="checkout">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.php">Home</a></li>
<li class="active">Employee's Panel</li>
</ol>
<div class="col-md-9 product-price1">
<div class="check-out">
<div class=" cart-items">
<h3>Reservations</h3>
<div class="in-check" >
<ul class="unit">
<li><span>Custermer</span></li>
<li><span>Date</span></li>
<li><span>Tel</span></li>
<li><span>Email</span></li>
<li><span>Status</span></li>
<div class="clearfix"> </div>
</ul>
<ul class="cart-header">
</ul>
<ul class=" cart-header1">
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-3 cart-total">
<a class="continue" href="#">New Reservation</a>
<div class="price-details">
<h3>Today Reservations</h3>
</div>
<h3>Pending User Accounts</h3>
</div>
</div>
<!---->
<div class="shoping">
<div class="container">
<div class="shpng-grids">
<div class="col-md-4 shpng-grid">
<h3>Manage Employees</h3>
<p>ifrock system users</p>
</div>
<div class="col-md-4 shpng-grid">
<h3>Pending user acconts</h3>
<p>approve or decline</p>
</div>
<div class="col-md-4 shpng-grid">
<h3>calender</h3>
<p>Reservations in this month</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</body>
</html>