-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.php
More file actions
35 lines (34 loc) · 1.75 KB
/
sidebar.php
File metadata and controls
35 lines (34 loc) · 1.75 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
<div id="sidebar" class="span3">
<div class="well well-small">
<ul class="nav nav-list">
<li><a href="products.php"><span class="icon-chevron-right"></span>Fashion</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Watches</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Fine Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Fashion Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Engagement & Wedding</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Men's Jewelry</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Vintage & Antique</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Loose Diamonds </a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>Loose Beads</a></li>
<li><a href="products.php"><span class="icon-chevron-right"></span>See All Jewelry & Watches</a></li>
<li style="border:0"> </li>
<li> <a class="totalInCart" href="cart.php"><strong>Total Amount <span class="badge badge-warning pull-right" style="line-height:18px;">$448.42</span></strong></a></li>
</ul>
</div>
<div class="caption">
<h4> </h4>
</div>
<ul class="nav nav-list promowrapper">
<li> </li>
<li style="border:0"> </li>
<li>
<div class="thumbnail">
<a class="zoomTool" href="product_details.php" title="add to cart"><span class="icon-search"></span> QUICK VIEW</a>
<img src="assets/img/bootstrap-template.png" alt="bootstrap template">
<div class="caption">
<h4><a class="defaultBtn" href="product_details.php">VIEW</a> <span class="pull-right">$22.00</span></h4>
</div>
</div>
</li>
</ul>
</div>