Subversion Repositories SmartDukaan

Rev

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

Rev 27873 Rev 27899
Line 23... Line 23...
23
        </div>
23
        </div>
24
    </div>
24
    </div>
25
    <div class="row">
25
    <div class="row">
26
        <div class="col-lg-4"></div>
26
        <div class="col-lg-4"></div>
27
        <div class="col-lg-2">
27
        <div class="col-lg-2">
28
            #if(!$searchItem.equals("") && !$schemes.isEmpty())
28
            #if($searchItem > 0)
29
                <div style="padding:12px">
29
                <div style="padding:12px">
30
                    <span> DP - <span class="currency">$dp</span>,&nbsp;&nbsp;
30
                    <span> DP - <span class="currency">$dp</span>,&nbsp;&nbsp;
31
                    <span> MOP - <span class="currency">$mop</span>
31
                    <span> MOP - <span class="currency">$mop</span>
32
                </div>
32
                </div>
33
            #elseif(!$searchItem.equals("") && $schemes.isEmpty() )
33
            #elseif($searchItem > 0)
34
                <div style="padding:12px">
34
                <div style="padding:12px">
35
                    <span> DP - <span class="currency">0</span>,&nbsp;&nbsp;
35
                    <span> DP - <span class="currency">0</span>,&nbsp;&nbsp;
36
                    <span> MOP - <span class="currency">0</span>
36
                    <span> MOP - <span class="currency">0</span>
37
                </div>
37
                </div>
38
            #end
38
            #end
Line 44... Line 44...
44
                <div class="input-group">
44
                <div class="input-group">
45
                    <input type="date" class="form-control schemes-date" value="${date}"/>
45
                    <input type="date" class="form-control schemes-date" value="${date}"/>
46
                </div>
46
                </div>
47
                <div class="input-group top_search">
47
                <div class="input-group top_search">
48
                    <input type="text" class="form-control" id="scheme-item-search-text" autocomplete="off"
48
                    <input type="text" class="form-control" id="scheme-item-search-text" autocomplete="off"
49
                           placeholder="Search for Item" value="$searchItem"/>
49
                           placeholder="Search for Item" />
50
                    <span class="input-group-btn">
50
                    <span class="input-group-btn">
51
		                      <button class="btn btn-primary submit" id="scheme-item-search-button"
51
		                      <button class="btn btn-primary submit" id="scheme-item-search-button"
52
                                      type="button">Go!</button>
52
                                      type="button">Go!</button>
53
		                    </span>
53
		                    </span>
54
                </div>
54
                </div>
Line 141... Line 141...
141
            $noData
141
            $noData
142
    	    #end
142
    	    #end
143
		</table>
143
		</table>
144
	</div>
144
	</div>
145
</div>
145
</div>
146
    #if(!$searchItem.equals(""))
-
 
147
        <div class="col-lg-12">
146
<div class="col-lg-12">
148
            <h5>Note</h5>
147
    <h5>Note</h5>
149
            <b>Hygiene Payout</b> - This is basis the customer details entered in the system, pls refer to hygiene
148
    <b>Hygiene Payout</b> - This is basis the customer details entered in the system, pls refer to hygiene
150
            meter
149
    meter
151
            in your Dashboard.
150
    in your Dashboard.
152
            <br><b>Tertiary Payout</b> - This is basis the activation of the handset.
151
    <br><b>Tertiary Payout</b> - This is basis the activation of the handset.
153
            <br><b>Investment Payout</b> - Investments in stocks should be above 90% for minimum 12 days in a month
152
    <br><b>Investment Payout</b> - Investments in stocks should be above 90% for minimum 12 days in a month
154
            to
153
    to
155
            earn 2%, between 8-11 days will earn 1%, less then 8 days there will be no payout.
154
    earn 2%, between 8-11 days will earn 1%, less then 8 days there will be no payout.
156
        </div>
155
</div>
157
    #end
-
 
158
<div id="scheme-details-container" style="background:white;background-color:white;">
156
<div id="scheme-details-container" style="background:white;background-color:white;">
159
</div>
157
</div>
160
</section>
158
</section>