Subversion Repositories SmartDukaan

Rev

Rev 26498 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26498 Rev 26512
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
 </style>
9
 </style>
10
 
10
 
11
 
11
 
12
 <script type="text/javascript">
12
<script type="text/javascript">
13
$(function(){
13
$(function(){
14
 	getItemAheadOptions($("#typeaheadcampareitem"),function(selectedItem){
14
 	getEntityAheadOptions($("#typeaheadcompareitem"),function(selectedItem){
15
 	campareItemCatalogId = selectedItem.catalogId;
15
 		compareItemCatalogId = selectedItem.catalogId_i;
16
 	
-
 
17
	console.log(campareItemCatalogId);
-
 
18
	});
16
	});
19
});
17
});
20
</script>
18
</script>
21
 
19
 
22
 
20
 
Line 37... Line 35...
37
	  <div>$pContents</div>
35
	  <div>$pContents</div>
38
	#end
36
	#end
39
	
37
	
40
	<div class = "row" style="margin-bottom:15px;">
38
	<div class = "row" style="margin-bottom:15px;">
41
	<div class="col-lg-2">
39
	<div class="col-lg-2">
42
	   <input class="btn btn-primary campare-with" type="submit" value="Compare With">
40
	   <input class="btn btn-primary compare-with" type="submit" value="Compare With">
43
	 </div>
41
	 </div>
44
	 </div>
42
	 </div>
45
	<div class = "row" id = "campareItem">
43
	<div class = "row" id = "compareItem">
46
	   <div  class="col-lg-6 form-group">
44
	   <div  class="col-lg-6 form-group">
47
		<input placeholder="Items" type="text" class="typeahead form-control" id="typeaheadcampareitem" name="Item" data-provide="typeahead" autocomplete="off">
45
		<input placeholder="Items" type="text" class="typeahead form-control" id="typeaheadcompareitem" name="Item" data-provide="typeahead" autocomplete="off">
48
	  </div>
46
	  </div>
49
	  
47
	  
50
	  <div class="col-lg-2">
48
	  <div class="col-lg-2">
51
	   <input class="btn btn-primary product-compare-info" type="submit" value="Submit">	
49
	   <input class="btn btn-primary product-compare-info" type="submit" value="Submit">	
52
	 </div>
50
	 </div>