-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsidebar.php
More file actions
152 lines (120 loc) · 5.02 KB
/
Copy pathsidebar.php
File metadata and controls
152 lines (120 loc) · 5.02 KB
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
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group"><br>
<span style="color:#fff;" ><center><label >Mohammad Abdur Rahim</label></center></span>
<center> <input type="text" class="form-control" placeholder="Khalek Electric & Electronics" disabled></center>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="active treeview">
<a href="index.php">
<i class="glyphicon glyphicon-home"></i> <span>Dashboard</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="glyphicon glyphicon-object-align-bottom"></i>
<span>Products</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">4</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="add_product.php"><i class="fa fa-circle-o"></i>Add Products</a></li>
<li><a href="view_product.php"><i class="fa fa-circle-o"></i> View Products</a></li>
<li><a href="view_product_by_category.php"><i class="fa fa-circle-o"></i> Products Statistics</a></li>
<li><a href="manage_category.php"><i class="fa fa-circle-o"></i> Manage Catgory</a></li>
</ul>
</li>
<li class="treeview">
<a href="product_transformation.php">
<i class="glyphicon glyphicon-text-width"></i>
<span>Product Transformation</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">1</span>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="glyphicon glyphicon-shopping-cart"></i>
<span>Customer Information</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">3</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="view_customers.php"><i class="fa fa-circle-o"></i>All Customers</a></li>
<li><a href="view_customers_with_due1.php"><i class="fa fa-circle-o"></i>Customer With Due</a></li>
<li><a href="dealer_customers_with_due1.php"><i class="fa fa-circle-o"></i>Retailer Information</a></li>
</ul>
</li>
<li class="treeview">
<a href="accounting1.php"><i class="glyphicon glyphicon-shopping-cart"></i>
<span>Daily Accounting</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">1</span>
</span>
</a>
</li>
<li class="treeview">
<a href="khalek_status.php"><i class="glyphicon glyphicon-shopping-cart"></i>
<span>Cost Statistics</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">1</span>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="glyphicon glyphicon-user"></i>
<span>Dealer Information</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">2</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="as_customer.php"><i class="fa fa-circle-o"></i>Company Information</a></li>
<li><a href="retailer1.php"><i class="fa fa-circle-o"></i>Retailer</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="glyphicon glyphicon-user"></i>
<span>Employee Information</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">2</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="add_labour.php"><i class="fa fa-circle-o"></i>Add Employee</a></li>
<li><a href="view_labourer.php"><i class="fa fa-circle-o"></i>All Employees</a></li>
</ul>
</li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Dashboard
<small>Control panel</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
</ol>
</section>