|
|
@ -1,14 +1,7 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<style> |
|
|
|
.carousel-indicators .active { |
|
|
|
background-color: #ff0f42 !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<section class="oe_container oe_dark"> |
|
|
|
<h2 class="oe_slogan" style="margin-top:20px;" >E-commerce Search Advanced</h2> |
|
|
|
</section> |
|
|
|
|
|
|
|
<div class="oe_container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12"> |
|
|
@ -25,7 +18,7 @@ |
|
|
|
</ol> |
|
|
|
<div class="carousel-inner"> |
|
|
|
<div class="item"> |
|
|
|
<img alt="Carousel Bootstrap First" src="/website_sale_advanced_search/static/images/categories.png"> |
|
|
|
<img alt="Carousel Bootstrap First" src="categories.png"> |
|
|
|
<div class="carousel-caption"> |
|
|
|
<h4 style="color:red"> |
|
|
|
Product Categories On Search |
|
|
@ -37,7 +30,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item active"> |
|
|
|
<img alt="Carousel Bootstrap Second" src="/website_sale_advanced_search/static/images/search_occurance.png"> |
|
|
|
<img alt="Carousel Bootstrap Second" src="search_occurance.png"> |
|
|
|
<div class="carousel-caption"> |
|
|
|
<h4 style="color:red"> |
|
|
|
Listing of results while searching by category |
|
|
@ -48,7 +41,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item"> |
|
|
|
<img alt="Carousel Bootstrap Third" src="/website_sale_advanced_search/static/images/screen2.png"> |
|
|
|
<img alt="Carousel Bootstrap Third" src="screen2.png"> |
|
|
|
<div class="carousel-caption"> |
|
|
|
<h4 style="color:red"> |
|
|
|
Listing of results for category 'All' |
|
|
@ -59,7 +52,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item"> |
|
|
|
<img alt="Carousel Bootstrap Fourth" src="/website_sale_advanced_search/static/images/screen3.png"> |
|
|
|
<img alt="Carousel Bootstrap Fourth" src="screen3.png"> |
|
|
|
<div class="carousel-caption"> |
|
|
|
<h4 style="color:red"> |
|
|
|
Product page preview. |
|
|
@ -104,6 +97,5 @@ |
|
|
|
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i |
|
|
|
class="fa fa-check-square"></i> Request Customization </a> |
|
|
|
</div> |
|
|
|
<img src="/website_college/static/description/images/cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> |
|
|
|
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> |
|
|
|
</section> |
|
|
|
</html> |