Subversion Repositories SmartDukaan

Rev

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

Rev 28795 Rev 28796
Line 85... Line 85...
85
								id="scheme-item-search-button" type="button">Go!</button>
85
								id="scheme-item-search-button" type="button">Go!</button>
86
						</span>
86
						</span>
87
					</div>
87
					</div>
88
					  
88
					  
89
					  
89
					  
-
 
90
				
-
 
91
				</div>
-
 
92
			</div>
-
 
93
			
-
 
94
			<div class="form-inline col-lg-4">
-
 
95
				<div class="form-group">
-
 
96
			   
-
 
97
					  
-
 
98
					  
90
					  <label> Check Margins</label>
99
					 <label> Check Margins</label>
91
					
100
					
92
				    <div class="input-group top_search">
101
				    <div class="input-group top_search">
93
				  	<input type="text" class="form-control"
102
				  	<input type="text" class="form-control"
94
							id="scheme-imei-search-text" autocomplete="off"
103
							id="scheme-imei-search-text" autocomplete="off"
95
							placeholder="Search for Imei" /> <span class="input-group-btn">
104
							placeholder="Search for Imei" /> <span class="input-group-btn">
Line 130... Line 139...
130
						</tbody>
139
						</tbody>
131
					</table>
140
					</table>
132
				</div>
141
				</div>
133
			</div>
142
			</div>
134
		</div>
143
		</div>
-
 
144
		#if(!$schemeInOut)
135
		#if($schemes && !$schemes.isEmpty())
145
		#if($schemes && !$schemes.isEmpty())
136
		<div class="row" id="schemes-paginated">
146
		<div class="row" id="schemes-paginated">
137
			<div class="col-lg-9">
147
			<div class="col-lg-9">
138
				<p>
148
				<p>
139
					Showing <span class="start">$start</span> to <span class="end">$end</span>
149
					Showing <span class="start">$start</span> to <span class="end">$end</span>
Line 163... Line 173...
163
				Payout</b> - Investments in stocks should be above 90% for minimum 12
173
				Payout</b> - Investments in stocks should be above 90% for minimum 12
164
			days in a month to earn 2%, between 8-11 days will earn 1%, less then
174
			days in a month to earn 2%, between 8-11 days will earn 1%, less then
165
			8 days there will be no payout.
175
			8 days there will be no payout.
166
		</div>
176
		</div>
167
		#end
177
		#end
-
 
178
		#end
168
		
179
		
169
		
180
		#if($schemeInOut)
170
			<div class="row">
181
			<div class="row">
171
			<div class="col-lg-12">
182
			<div class="col-lg-12">
172
				<h3 style = "text-align:center; color:#4169e1;">IMEI Wise Margin Status</h3>
183
				<h3 style = "text-align:center; color:#4169e1;">IMEI Wise Margin Status</h3>
173
				<table class="table table-border table-condensed table-bordered">
184
				<table class="table table-border table-condensed table-bordered">
174
					<tr>
185
					<tr>
Line 212... Line 223...
212
					
223
					
213
				</table>
224
				</table>
214
			</div>
225
			</div>
215
		</div>
226
		</div>
216
		
227
		
-
 
228
		#end
-
 
229
		
217
		
230
		
-
 
231
		#if(!$priceDropImeis.isEmpty())
218
			<div class="row">
232
			<div class="row">
219
			<div class="col-lg-6">
233
			<div class="col-lg-6">
220
				<h3>Price Drop</h3>
234
				<h3>Price Drop</h3>
221
				<table class="table table-border table-condensed table-bordered"
235
				<table class="table table-border table-condensed table-bordered"
222
					id="offr-des">
236
					id="offr-des">
Line 235... Line 249...
235
					#end 
249
					#end 
236
					 #else $noData #end
250
					 #else $noData #end
237
				</table>
251
				</table>
238
			</div>
252
			</div>
239
		</div>
253
		</div>
-
 
254
		#end
240
		
255
		
-
 
256
		#if(!$schemeInOut)
241
		<div class="row">
257
		<div class="row">
242
			<div class="col-lg-12">
258
			<div class="col-lg-12">
243
				<h3>Other Schemes</h3>
259
				<h3>Other Schemes</h3>
244
				<table class="table table-border table-condensed table-bordered"
260
				<table class="table table-border table-condensed table-bordered"
245
					id="offr-des">
261
					id="offr-des">
Line 269... Line 285...
269
					</tr>
285
					</tr>
270
					#end #end #end #else $noData #end
286
					#end #end #end #else $noData #end
271
				</table>
287
				</table>
272
			</div>
288
			</div>
273
		</div>
289
		</div>
-
 
290
		#end
274
		
291
		
275
	
292
	
276
	</section>
293
	</section>
277
</body>
294
</body>