Subversion Repositories SmartDukaan

Rev

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

Rev 26511 Rev 27585
Line 8... Line 8...
8
			</ol>
8
			</ol>
9
		</div>
9
		</div>
10
	</div>
10
	</div>
11
 
11
 
12
 
12
 
13
<div class="row" style="width:1600px;margin:auto">
13
<div class="row" style="width:1;margin:auto">
14
	<div class="col-lg-11">
14
	<div class="col-lg-11">
15
		<div  class="col-lg-2 form-group">
15
		<div  class="col-lg-2 form-group">
16
			<input placeholder="Add to Compare" type="text" class="typeahead form-control addtocompare" name="Item" data-provide="typeahead" autocomplete="off">
16
			<input placeholder="Add to Compare" type="text" class="typeahead form-control addtocompare" name="Item" data-provide="typeahead" autocomplete="off">
17
		 </div>
17
		 </div>
18
		 <div class="col-lg-1">
18
		 <div class="col-lg-1">
19
	   		<button class="btn btn-primary product-compare-info">Add to Compare</button>	
19
	   		<button class="btn btn-primary product-compare-info">Add to Compare</button>	
20
	 	</div>		    		
20
	 	</div>	
-
 
21
	 	<div style="width:100%">	    		
21
	<table style="width:100%" class="table table-bordered">
22
	<table style="width:100%" class="table table-bordered">
22
		<tr>
23
		<tr>
23
	 		<th></th>
24
	 		<th></th>
24
	 		#foreach($cp in $cps)
25
	 		#foreach($cp in $cps)
25
	 			<th>
26
	 			<th>
26
	 				<div class="card"">
27
	 				<div class="card">
27
					  <div class="card-body">
28
					  <div class="card-body">
28
						  <div class="col-lg-8 input-group"> 
29
						  <div class="col-lg-8 input-group"> 
29
						  	<input class="form-control typeahed addtocompare" placeholder="Edit Compare"  data-provide="typeahead" autocomplete="off"> 
30
						  	<input class="form-control typeahed addtocompare" placeholder="Edit Compare"  data-provide="typeahead" autocomplete="off"> 
30
						  	<span class="input-group-btn"> 
31
						  	<span class="input-group-btn"> 
31
						  		<button class="btn btn-default product-compare-info" type="button">Compare!</button>
32
						  		<button class="btn btn-default product-compare-info" type="button">Compare!</button>
32
						  	</span> 
33
						  	</span> 
-
 
34
						  	
33
						  </div> 
35
						  </div> 
34
						  <img style="width:180px" src="${cp.getDefaultImageUrl()}" class="card-img-top">
36
						  <img style="width:180px" src="${cp.getDefaultImageUrl()}" class="card-img-top">
35
						  <h4 class="card-text">$cp.getName()</h4>
37
						  <h4 class="card-text">$cp.getName()</h4>
36
					  </div>
38
					  </div>
-
 
39
					  <div class="Price currency">
-
 
40
	 				<h1 class="card-text">Mop: <span class = "currency">$cp.getPrice()</span></h1>
-
 
41
	 				<div>
37
				</th>
42
				</th>
38
	 		#end
43
	 		#end
39
		</tr>
44
		</tr>
40
	#foreach($x in $cps.get(0).getDetailedSpecs())
45
	#foreach($x in $cps.get(0).getDetailedSpecs())
41
	    #set( $colSize = $cps.size()+1 )
46
	    #set( $colSize = $cps.size()+1 )
Line 52... Line 57...
52
	        #end
57
	        #end
53
     	</tr>
58
     	</tr>
54
	    #end
59
	    #end
55
    #end
60
    #end
56
	</table>
61
	</table>
-
 
62
	</div>
57
  </div>
63
  </div>
58
 </div>
64
 </div>
59
 
65
 
60
 
66
 
61
 </section>
67
 </section>