Subversion Repositories SmartDukaan

Rev

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

Rev 28798 Rev 28802
Line 51... Line 51...
51
				</ol>
51
				</ol>
52
			</div>
52
			</div>
53
		</div>
53
		</div>
54
		<div class="row">
54
		<div class="row">
55
			<div class="col-lg-3"></div>
55
			<div class="col-lg-3"></div>
-
 
56
			
-
 
57
			<div class="col-lg-3">
-
 
58
				#if($schemeInOut)
-
 
59
				<div style="padding: 12px">
-
 
60
					<span> <b> Model Name - $item.getItemDescriptionNoColor() </b><span>
-
 
61
							
-
 
62
				</div>
-
 
63
				#end
-
 
64
			</div>
56
			<div class="col-lg-3">
65
			<div class="col-lg-3">
57
				#if($searchItem > 0)
66
				#if($searchItem > 0)
58
				<div style="padding: 12px">
67
				<div style="padding: 12px">
59
					<span> DP - <span class="currency">$dp</span>,&nbsp;&nbsp; <span>
68
					<span> DP - <span class="currency">$dp</span>,&nbsp;&nbsp; <span>
60
							MOP - <span class="currency">$mop</span>&nbsp;&nbsp; <span>
69
							MOP - <span class="currency">$mop</span>&nbsp;&nbsp; <span>
Line 66... Line 75...
66
							MOP - <span class="currency">0</span>
75
							MOP - <span class="currency">0</span>
67
				</div>
76
				</div>
68
				#end
77
				#end
69
			</div>
78
			</div>
70
			
79
			
-
 
80
	
-
 
81
			
71
			<div class="form-inline col-lg-8">
82
			<div class="form-inline col-lg-8">
72
				<div class="form-group">
83
				<div class="form-group">
73
			   
84
			   
74
					<div class="input-group">
85
					<div class="input-group">
75
						<input type="date" class="form-control schemes-date"
86
						<input type="date" class="form-control schemes-date"
Line 235... Line 246...
235
				<table class="table table-border table-condensed table-bordered"
246
				<table class="table table-border table-condensed table-bordered"
236
					id="offr-des">
247
					id="offr-des">
237
					<tr>
248
					<tr>
238
						<th>Status</th>
249
						<th>Status</th>
239
						<th>Amount</th>
250
						<th>Amount</th>
-
 
251
						<th>Description</th>
240
						
252
						
241
					
253
					
242
					</tr>
254
					</tr>
243
					#if(!$priceDropImeis.isEmpty()) #foreach( $pdi in $priceDropImeis )
255
					#if(!$priceDropImeis.isEmpty()) #foreach( $pdi in $priceDropImeis )
244
					<tr class="priceDrop-details" >
256
					<tr class="priceDrop-details" >
245
				              <td>$pdi.getStatus()</td>
257
				              <td>$pdi.getStatus()</td>
246
				              <td>$pdi.getPriceDrop().getAmount()</td>
258
				              <td>$pdi.getPriceDrop().getAmount()</td>
-
 
259
				              #if($pdi.getRejectionReason()</td>)
-
 
260
				                <td>$pdi.getRejectionReason()</td>
-
 
261
				                #else
-
 
262
				                <td>-</td>
-
 
263
				                #end
247
				              
264
				              
248
					</tr>
265
					</tr>
249
					#end 
266
					#end 
250
					 #else $noData #end
267
					 #else $noData #end
251
				</table>
268
				</table>