"Admin Sidebar Menu BS3.0"
Bootstrap 3.0.0 Snippet by Dazag

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- It can be fixed with bootstrap affix http://getbootstrap.com/javascript/#affix-->
<div id="sidebar" class="well sidebar-nav">
<h5><i class="glyphicon glyphicon-home"></i>
<small><b>MANAGEMENT</b></small>
</h5>
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Add</a></li>
<li><a href="#">Search</a></li>
</ul>
<h5><i class="glyphicon glyphicon-user"></i>
<small><b>USERS</b></small>
</h5>
<ul class="nav nav-pills nav-stacked">
<li><a href="#">List</a></li>
<li><a href="#">Manage</a></li>
</ul>
</div>
</div>
<div class="col-md-8">
<!-- Content Here -->
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

e

xhat007 (1) - 3 years ago - Reply 0


hello bro thank for such site and please send me left side bar for admin page with some form within

Ahmadkhan Ahmadzai () - 8 years ago - Reply 0


e

xhat007 (1) - 3 years ago - Reply 0