Subversion Repositories SmartDukaan

Rev

Rev 15460 | Rev 15839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15460 Rev 15470
Line 13... Line 13...
13
	            </div>
13
	            </div>
14
	        </div>
14
	        </div>
15
        </form>
15
        </form>
16
	</div>
16
	</div>
17
	
17
	
18
	<div class="searchresults">
-
 
19
	<?php if(!empty($result)):?>
-
 
20
		<div class="searchterm">
-
 
21
			<?php echo $q;?> Total (<?php echo sizeof($result)-1;?> results)
-
 
22
		</div>
-
 
23
		<div class="scroll">
-
 
24
			<?php echo $this->element('searchresult');?> 
-
 
25
		</div>			
-
 
26
	<?php endif;?>
-
 
27
	<div id="searchBanners" class="carousel slide" data-ride="carousel">
18
	<div id="searchBanners" class="carousel slide" data-ride="carousel">
28
	
19
	
29
	<?php if(!empty($campaigns)):
20
	<?php if(!empty($campaigns)):
30
		$count=0;?>
21
		$count=0;?>
31
	<ol class="carousel-indicators">
22
	<ol class="carousel-indicators">
Line 52... Line 43...
52
	  <a class="right carousel-control" href="#searchBanners" role="button" data-slide="next">
43
	  <a class="right carousel-control" href="#searchBanners" role="button" data-slide="next">
53
	    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
44
	    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
54
	    <span class="sr-only">Next</span>
45
	    <span class="sr-only">Next</span>
55
	  </a>
46
	  </a>
56
	</div>
47
	</div>
-
 
48
 
-
 
49
	<div class="searchresults">
-
 
50
	<?php if(!empty($result)):?>
-
 
51
		<div class="searchterm">
-
 
52
			<?php echo $q;?> Total (<?php echo sizeof($result)-1;?> results)
-
 
53
		</div>
-
 
54
		<div class="scroll">
-
 
55
			<?php echo $this->element('searchresult');?> 
-
 
56
		</div>			
-
 
57
	<?php endif;?>
57
	</div>
58
	</div>
58
</div>
59
</div>
59
<?php echo $this->element('unlikemodal');?>
60
<?php echo $this->element('unlikemodal');?>
60
<script type="text/javascript" src="/js/bootstrap-typeahead.js?v=<?php echo $staticversion;?>"></script>
61
<script type="text/javascript" src="/js/bootstrap-typeahead.js?v=<?php echo $staticversion;?>"></script>
61
 
62