Subversion Repositories SmartDukaan

Rev

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

Rev 27618 Rev 27627
Line 80... Line 80...
80
			      	</div>
80
			      	</div>
81
			     </div>
81
			     </div>
82
			     #end
82
			     #end
83
	        </td>
83
	        </td>
84
	        <td style="float:right">
84
	        <td style="float:right">
85
	        	#if(!$searchItem.equals(""))
85
	        	#if(!$searchItem.equals("") && !$schemes.isEmpty())
86
	        	<div style="padding:12px">
86
	        	<div style="padding:12px">
87
	        		<span> DP - $dp</span><br>
87
	        		<span> DP - $dp</span><br>
88
	        		<span> MOP - $mop</span>
88
	        		<span> MOP - $mop</span>
89
	        	</div>
89
	        	</div>
-
 
90
	        	#elseif(!$searchItem.equals("") && $schemes.isEmpty() )
-
 
91
	        	<div style="padding:12px">
-
 
92
	        		<span> DP - 0</span><br>
-
 
93
	        		<span> MOP - 0</span>
-
 
94
	        	</div>
-
 
95
	        
90
	        	#end
96
	        	#end
-
 
97
	        	
-
 
98
	        	
91
	        </td>
99
	        </td>
92
	        <td style="Width:30%">
100
	        <td style="Width:30%">
93
				<div id="scheme-item-search">
101
				<div id="scheme-item-search">
94
	    			<div class="row">
102
	    			<div class="row">
95
	                	<div class="col-lg-12 form-group pull-right top_search">
103
	                	<div class="col-lg-12 form-group pull-right top_search">
Line 133... Line 141...
133
	    					<th>End Date</th>
141
	    					<th>End Date</th>
134
	    					<th>Created On</th>
142
	    					<th>Created On</th>
135
	    					<th>Active</th>
143
	    					<th>Active</th>
136
	    					<th>Expire</th>
144
	    					<th>Expire</th>
137
	    				</tr>
145
	    				</tr>
138
	    				#if($schemes)
146
	    				#if($schemes && !$schemes.isEmpty())
139
			    			#foreach( $scheme in $schemes )
147
			    			#foreach( $scheme in $schemes )
140
			    				<tr class="scheme-details" data="$scheme.getId()">
148
			    				<tr class="scheme-details" data="$scheme.getId()">
141
			    					<td>$scheme.getId()</td>
149
			    					<td>$scheme.getId()</td>
142
			    					<td>$scheme.getName()</td>
150
			    					<td>$scheme.getName()</td>
143
			    					<td>$scheme.getDescription()</td>
151
			    					<td>$scheme.getDescription()</td>
Line 166... Line 174...
166
	    			</tbody>
174
	    			</tbody>
167
	    		</table>
175
	    		</table>
168
	    	</div>
176
	    	</div>
169
	    </div>
177
	    </div>
170
    </div>
178
    </div>
171
    #if($schemes)
179
    #if($schemes && !$schemes.isEmpty())
172
    	<div class="row" id="schemes-paginated">
180
    	<div class="row" id="schemes-paginated">
173
    		<div class="col-lg-9">
181
    		<div class="col-lg-9">
174
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
182
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
175
    		</div>
183
    		</div>
176
    		<div class="col-lg-3" style="text-align:right;">
184
    		<div class="col-lg-3" style="text-align:right;">
Line 184... Line 192...
184
						<button class="btn btn-primary next" style="width:100%">Next</button>
192
						<button class="btn btn-primary next" style="width:100%">Next</button>
185
					#end
193
					#end
186
				</div>
194
				</div>
187
	    	</div>
195
	    	</div>
188
	    </div>
196
	    </div>
-
 
197
	    #end
189
	    #if(!$searchItem.equals(""))
198
	    #if(!$searchItem.equals(""))
190
		    <div class="col-lg-12"> 
199
		    <div class="col-lg-12"> 
191
		    <h5>Note</h5> 
200
		    <h5>Note</h5> 
192
				<b>Hygiene Payout</b> - This is basis the customer details entered in the system , pls refer to hygiene meter in your Dashboard.
201
				<b>Hygiene Payout</b> - This is basis the customer details entered in the system , pls refer to hygiene meter in your Dashboard.
193
				<br><b>Tertiary Payout</b> - This is basis the activation of the handset.
202
				<br><b>Tertiary Payout</b> - This is basis the activation of the handset.
194
				<br><b>Investment Payout</b> - Investments in stocks should be above 90 for minimum 12 days in a month to earn 2% , between 8 d - 11 d will earn 1% , less then 8 days there will be no payout. 
203
				<br><b>Investment Payout</b> - Investments in stocks should be above 90 for minimum 12 days in a month to earn 2% , between 8 d - 11 d will earn 1% , less then 8 days there will be no payout. 
195
			</div>
204
			</div>
196
	    #end
205
	    #end
197
    #end
206
    
198
</section>
207
</section>
199
<div id="scheme-details-container" style="background:white;background-color:white;">
208
<div id="scheme-details-container" style="background:white;background-color:white;">
200
</div>
209
</div>
201
210