-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.php
More file actions
58 lines (52 loc) · 1.94 KB
/
menu.php
File metadata and controls
58 lines (52 loc) · 1.94 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
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="http://localhost/menu/phpsql/kasir/AdminLTE-2.4.18/dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu" data-widget="tree">
<li class="header">MAIN NAVIGATION</li>
<li >
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
</a>
</li>
<li>
<a href="http://localhost/menu/phpsql/kasir/category">
<i class="fa fa-th"></i> <span>Category</span>
</a>
</li>
<li>
<a href="http://localhost/menu/phpsql/kasir/item">
<i class="fa fa-list"></i> <span>Item</span>
</a>
</li>
<li>
<a href="http://localhost/menu/phpsql/kasir/order">
<i class="fa fa-pencil-square-o"></i> <span>Order</span>
</a>
</li>
<li>
<a href="http://localhost/menu/phpsql/kasir/user">
<i class="fa fa-users"></i> <span>User</span>
</a>
</li>
</ul>
</section>