Subversion Repositories SmartDukaan

Rev

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

Rev 30255 Rev 30274
Line 62... Line 62...
62
 
62
 
63
                </div>
63
                </div>
64
            #end
64
            #end
65
        </div>
65
        </div>
66
        <div class="col-lg-3">
66
        <div class="col-lg-3">
67
            #if($searchItem > 0)
67
            #if($searchModel > 0)
68
                <div style="padding: 12px">
68
                <div style="padding: 12px">
69
                    <span>DP - <span class="currency">$dp</span>,</span>
69
                    <span>DP - <span class="currency">$dp</span>,</span>
70
                    <span>MOP - <span class="currency">$mop</span>,</span>
70
                    <span>MOP - <span class="currency">$mop</span>,</span>
71
                    <span>NLC - <span class="currency">$nlc</span></span>
71
                    <span>NLC - <span class="currency">$nlc</span></span>
72
                </div>
72
                </div>
73
            #elseif($searchItem > 0)
73
            #else
74
                <div style="padding: 12px">
74
                <div style="padding: 12px">
75
                    <span>DP - <span class="currency">0</span>,</span>
75
                    <span>DP - <span class="currency">0</span>,</span>
76
                    <span>MOP - <span class="currency">0</span>,</span>
76
                    <span>MOP - <span class="currency">0</span>,</span>
77
                    <span>NLC - <span class="currency">0</span></span>
77
                    <span>NLC - <span class="currency">0</span></span>
78
                </div>
78
                </div>
Line 156... Line 156...
156
                    </tbody>
156
                    </tbody>
157
                </table>
157
                </table>
158
            </div>
158
            </div>
159
        </div>
159
        </div>
160
    </div>
160
    </div>
161
    #if(!$schemeInOut)
-
 
162
        #if($schemes && !$schemes.isEmpty())
-
 
163
            <div class="col-lg-12">
-
 
164
                <h5>Note</h5>
-
 
165
                <b>Hygiene Payout</b> - This is basis the customer details entered in
-
 
166
                the system, pls refer to hygiene meter in your Dashboard. <br> <b>Tertiary
-
 
167
                Payout</b> - This is basis the activation of the handset. <br> <b>Investment
-
 
168
                Payout</b> - Investments in stocks should be above 90% for minimum 12
-
 
169
                days in a month to earn 2%, between 8-11 days will earn 1%, less then
-
 
170
                8 days there will be no payout.
-
 
171
            </div>
-
 
172
        #end
-
 
173
    #end
-
 
174
 
161
 
175
    #if($schemeInOut)
162
    #if($schemeInOut)
176
        <div class="row">
163
        <div class="row">
177
            <div class="col-lg-12">
164
            <div class="col-lg-12">
178
                <h3 style="text-align:center; color:#4169e1;">IMEI Wise Margin Status</h3>
165
                <h3 style="text-align:center; color:#4169e1;">IMEI Wise Margin Status</h3>
Line 221... Line 208...
221
        </div>
208
        </div>
222
 
209
 
223
    #end
210
    #end
224
 
211
 
225
 
212
 
226
    #if(!$priceDropImeis.isEmpty())
213
    #if($searchImei.length() > 0)
227
        <div class="row">
214
        <div class="row">
228
            <div class="col-lg-6">
215
            <div class="col-lg-6">
229
                <h3>Price Drop</h3>
216
                <h3>Price Drop</h3>
230
                <table class="table table-border table-condensed table-bordered"
217
                <table class="table table-border table-condensed table-bordered"
231
                       id="offr-des">
218
                       id="offr-des">
Line 286... Line 273...
286
                </table>
273
                </table>
287
            </div>
274
            </div>
288
        </div>
275
        </div>
289
    #end
276
    #end
290
 
277
 
-
 
278
    #if(!$schemeInOut)
-
 
279
        #if($schemes && !$schemes.isEmpty())
-
 
280
            <div class="row col-lg-12">
-
 
281
                <b>Hygiene Payout</b> - This is basis the customer details entered in
-
 
282
                the system, pls refer to hygiene meter in your Dashboard. <br> <b>Tertiary
-
 
283
                Payout</b> - This is basis the activation of the handset. <br> <b>Investment
-
 
284
                Payout</b> - Investments in stocks should be above 90% for minimum 12
-
 
285
                days in a month to earn 2%, between 8-11 days will earn 1%, less then
-
 
286
                8 days there will be no payout.
-
 
287
            </div>
-
 
288
        #end
-
 
289
    #end
-
 
290
 
291
    <div class="offer-margin-container">
291
    <div class="offer-margin-container">
292
        <div class="modal  text-center" id="offerDescription">
292
        <div class="modal  text-center" id="offerDescription">
293
            <div class="modal-dialog modal-lg modal-dialog-scrollable">
293
            <div class="modal-dialog modal-lg modal-dialog-scrollable">
294
                <div class="modal-content">
294
                <div class="modal-content">
295
                </div>
295
                </div>
296
            </div>
296
            </div>
297
        </div>
297
        </div>
298
    </div>
298
    </div>
299
 
299
 
300
 
-
 
301
</section>
300
</section>
302
</body>
301
</body>