| Line 1... |
Line 1... |
| 1 |
<div class="modal-dialog">
|
1 |
<div class="modal-dialog">
|
| 2 |
<!-- Modal content-->
|
2 |
<!-- Modal content-->
|
| 3 |
<div class="modal-content" style="width: 480px;">
|
3 |
<div class="modal-content" style="width: 500px;">
|
| 4 |
<div class="modal-header">
|
4 |
<div class="modal-header" style="background: #f5f5f5; border-bottom: 2px solid #ddd;">
|
| 5 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
5 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
| - |
|
6 |
#if($welcomeCallMode)
|
| - |
|
7 |
<h4 class="modal-title" style="font-weight: 600;">Welcome Call - Explain Journey to Partner</h4>
|
| - |
|
8 |
<p style="margin: 5px 0 0 0; font-size: 12px; color: #888;">
|
| - |
|
9 |
Partner: <strong>$!pob.getOutLetName()</strong> | Code: <strong>$!pob.getCode()</strong>
|
| - |
|
10 |
</p>
|
| - |
|
11 |
#else
|
| 6 |
<h4 class="modal-title">Please explain the below journey to partner.</h4>
|
12 |
<h4 class="modal-title" style="font-weight: 600;">Please explain the below journey to partner.</h4>
|
| - |
|
13 |
#end
|
| 7 |
</div>
|
14 |
</div>
|
| 8 |
<div class="modal-body" style="height: 370px;">
|
15 |
<div class="modal-body" style="padding: 20px;">
|
| 9 |
<form>
|
- |
|
| 10 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isTraining())
|
- |
|
| 11 |
|
- |
|
| 12 |
<input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="" checked>
|
- |
|
| 13 |
<label for="trainingVerifi">Training</label><br>
|
- |
|
| 14 |
|
- |
|
| 15 |
#else
|
- |
|
| 16 |
<input type="checkbox" id="trainingVerifi" name="trainingVerifi" value="">
|
- |
|
| 17 |
<label for="trainingVerifi">Training</label><br>
|
- |
|
| 18 |
|
- |
|
| 19 |
#end
|
- |
|
| 20 |
|
- |
|
| 21 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isRecce())
|
- |
|
| 22 |
|
- |
|
| 23 |
<input type="checkbox" id="recceVerifi" name="recceVerifi" value="" checked>
|
- |
|
| 24 |
<label for="recceVerifi">Recce</label><br>
|
- |
|
| 25 |
#else
|
- |
|
| 26 |
|
- |
|
| 27 |
<input type="checkbox" id="recceVerifi" name="recceVerifi" value="">
|
- |
|
| 28 |
<label for="recceVerifi">Recce</label><br>
|
- |
|
| 29 |
|
- |
|
| 30 |
#end
|
- |
|
| 31 |
|
- |
|
| 32 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isAdvStockPayment())
|
- |
|
| 33 |
|
- |
|
| 34 |
<input type="checkbox" id="advStockPayment" name="advStockPayment" value="" checked>
|
- |
|
| 35 |
<label for="advStockPayment"> Adv Stock Payment</label><br>
|
- |
|
| 36 |
|
- |
|
| 37 |
#else
|
- |
|
| 38 |
|
- |
|
| 39 |
<input type="checkbox" id="advStockPayment" name="advStockPayment" value="">
|
- |
|
| 40 |
<label for="advStockPayment"> Adv Stock Payment</label><br>
|
- |
|
| 41 |
|
- |
|
| 42 |
#end
|
- |
|
| 43 |
|
- |
|
| 44 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isBranding())
|
- |
|
| 45 |
|
- |
|
| 46 |
<input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="" checked>
|
- |
|
| 47 |
<label for="brandingVerifi">Branding</label><br>
|
- |
|
| 48 |
|
- |
|
| 49 |
#else
|
- |
|
| 50 |
<input type="checkbox" id="brandingVerifi" name="brandingVerifi" value="">
|
- |
|
| 51 |
<label for="brandingVerifi">Branding</label><br>
|
- |
|
| 52 |
#end
|
- |
|
| 53 |
|
- |
|
| 54 |
|
- |
|
| 55 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isStockPayment())
|
- |
|
| 56 |
|
- |
|
| 57 |
<input type="checkbox" id="stockPay" name="stockPay" value="" checked>
|
- |
|
| 58 |
<label for="stockPay">Stock payment</label><br>
|
- |
|
| 59 |
|
16 |
|
| - |
|
17 |
#if($welcomeCallMode)
|
| - |
|
18 |
<div style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 4px; padding: 8px 12px; margin-bottom: 15px;">
|
| - |
|
19 |
<strong style="color: #856404;">Status: Pending</strong>
|
| - |
|
20 |
<span style="color: #856404;"> - Please check all items explained to the partner and click "Mark Done"</span>
|
| 60 |
#else
|
21 |
</div>
|
| - |
|
22 |
#end
|
| 61 |
|
23 |
|
| 62 |
<input type="checkbox" id="stockPay" name="stockPay" value="">
|
- |
|
| 63 |
<label for="stockPay">Stock payment</label><br>
|
- |
|
| 64 |
|
- |
|
| 65 |
#end
|
24 |
<form>
|
| 66 |
|
- |
|
| 67 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isBilling())
|
- |
|
| 68 |
|
- |
|
| 69 |
<input type="checkbox" id="billingVerifi" name="billingVerifi" value="" checked>
|
- |
|
| 70 |
<label for="vehibillingVerificle"> Billing</label><br>
|
- |
|
| 71 |
|
- |
|
| 72 |
#else
|
- |
|
| 73 |
|
- |
|
| 74 |
<input type="checkbox" id="billingVerifi" name="billingVerifi" value="">
|
- |
|
| 75 |
<label for="vehibillingVerificle"> Billing</label><br>
|
- |
|
| 76 |
|
- |
|
| 77 |
#end
|
- |
|
| 78 |
|
- |
|
| 79 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isInaugration())
|
- |
|
| 80 |
|
- |
|
| 81 |
<input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="" checked>
|
- |
|
| 82 |
<label for="inaugrationVerifi">Inaugration</label><br>
|
- |
|
| 83 |
|
- |
|
| 84 |
#else
|
- |
|
| 85 |
<input type="checkbox" id="inaugrationVerifi" name="inaugrationVerifi" value="">
|
- |
|
| 86 |
<label for="inaugrationVerifi">Inaugration</label><br>
|
- |
|
| 87 |
|
- |
|
| 88 |
#end
|
- |
|
| 89 |
|
- |
|
| 90 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isFinanceServices())
|
- |
|
| 91 |
<input type="checkbox" id="financialServices" name="financialServices" value="" checked>
|
- |
|
| 92 |
<label for="financialServices">Financial Services</label><br>
|
- |
|
| 93 |
|
- |
|
| 94 |
#else
|
25 |
<div style="padding: 5px 0;">
|
| 95 |
<input type="checkbox" id="financialServices" name="financialServices" value="">
|
- |
|
| 96 |
<label for="financialServices">Financial Services</label><br>
|
- |
|
| 97 |
|
- |
|
| 98 |
#end
|
- |
|
| 99 |
|
- |
|
| 100 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).isPromotor())
|
26 |
#set($cb = $partnerVerificationCheckboxMap.get($pob.getId()))
|
| 101 |
<input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="" checked>
|
- |
|
| 102 |
<label for="promotorVerifi">Promotor</label><br>
|
- |
|
| 103 |
#else
|
- |
|
| 104 |
<input type="checkbox" id="promotorVerifi" name="promotorVerifi" value="">
|
- |
|
| 105 |
<label for="promotorVerifi">Promotor</label><br>
|
- |
|
| 106 |
|
- |
|
| 107 |
#end
|
- |
|
| 108 |
|
- |
|
| 109 |
|
- |
|
| 110 |
#if($partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment())
|
- |
|
| 111 |
<input type="text" placeholder="comment" style="width: 282px; height: 83px;"
|
- |
|
| 112 |
id="verifiCommentCheckbox" name="verifiCommentCheckbox"
|
- |
|
| 113 |
value="$partnerVerificationCheckboxMap.get($pob.getId()).getVerifiCheckboxComment()">
|
- |
|
| 114 |
#else
|
- |
|
| 115 |
<input type="text" placeholder="comment" value="" id="verifiCommentCheckbox"
|
- |
|
| 116 |
name="verifiCommentCheckbox" style="width: 282px; height: 83px;">
|
- |
|
| 117 |
#end
|
- |
|
| 118 |
|
27 |
|
| - |
|
28 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
29 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
30 |
<input type="checkbox" id="trainingVerifi" name="trainingVerifi" #if($cb.isTraining())
|
| - |
|
31 |
checked #end>
|
| - |
|
32 |
Training
|
| - |
|
33 |
</label>
|
| - |
|
34 |
</div>
|
| - |
|
35 |
|
| - |
|
36 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
37 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
38 |
<input type="checkbox" id="recceVerifi" name="recceVerifi" #if($cb.isRecce()) checked #end>
|
| - |
|
39 |
Recce
|
| - |
|
40 |
</label>
|
| - |
|
41 |
</div>
|
| - |
|
42 |
|
| - |
|
43 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
44 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
45 |
<input type="checkbox" id="advStockPayment"
|
| - |
|
46 |
name="advStockPayment" #if($cb.isAdvStockPayment()) checked #end>
|
| - |
|
47 |
Adv Stock Payment
|
| - |
|
48 |
</label>
|
| - |
|
49 |
</div>
|
| - |
|
50 |
|
| - |
|
51 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
52 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
53 |
<input type="checkbox" id="brandingVerifi" name="brandingVerifi" #if($cb.isBranding())
|
| - |
|
54 |
checked #end>
|
| - |
|
55 |
Branding
|
| - |
|
56 |
</label>
|
| - |
|
57 |
</div>
|
| - |
|
58 |
|
| - |
|
59 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
60 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
61 |
<input type="checkbox" id="stockPay" name="stockPay" #if($cb.isStockPayment())
|
| - |
|
62 |
checked #end>
|
| - |
|
63 |
Stock Payment
|
| - |
|
64 |
</label>
|
| - |
|
65 |
</div>
|
| - |
|
66 |
|
| - |
|
67 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
68 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
69 |
<input type="checkbox" id="billingVerifi" name="billingVerifi" #if($cb.isBilling())
|
| - |
|
70 |
checked #end>
|
| - |
|
71 |
Billing
|
| - |
|
72 |
</label>
|
| - |
|
73 |
</div>
|
| - |
|
74 |
|
| - |
|
75 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
76 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
77 |
<input type="checkbox" id="inaugrationVerifi"
|
| - |
|
78 |
name="inaugrationVerifi" #if($cb.isInaugration()) checked #end>
|
| - |
|
79 |
Inaugration
|
| - |
|
80 |
</label>
|
| - |
|
81 |
</div>
|
| - |
|
82 |
|
| - |
|
83 |
<div class="checkbox" style="padding: 6px 0; border-bottom: 1px solid #f0f0f0;">
|
| - |
|
84 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
85 |
<input type="checkbox" id="financialServices"
|
| - |
|
86 |
name="financialServices" #if($cb.isFinanceServices()) checked #end>
|
| - |
|
87 |
Financial Services
|
| - |
|
88 |
</label>
|
| - |
|
89 |
</div>
|
| - |
|
90 |
|
| - |
|
91 |
<div class="checkbox" style="padding: 6px 0;">
|
| - |
|
92 |
<label style="font-size: 14px; cursor: pointer;">
|
| - |
|
93 |
<input type="checkbox" id="promotorVerifi" name="promotorVerifi" #if($cb.isPromotor())
|
| - |
|
94 |
checked #end>
|
| - |
|
95 |
Promotor
|
| - |
|
96 |
</label>
|
| - |
|
97 |
</div>
|
| - |
|
98 |
</div>
|
| - |
|
99 |
|
| - |
|
100 |
<div style="margin-top: 12px;">
|
| - |
|
101 |
<textarea placeholder="Add comment..." id="verifiCommentCheckbox" name="verifiCommentCheckbox"
|
| - |
|
102 |
class="form-control" rows="3"
|
| - |
|
103 |
style="resize: vertical;">$!cb.getVerifiCheckboxComment()</textarea>
|
| - |
|
104 |
</div>
|
| - |
|
105 |
|
| - |
|
106 |
<div style="margin-top: 15px; text-align: right;">
|
| - |
|
107 |
#if($welcomeCallMode)
|
| - |
|
108 |
<button type="button" class="btn btn-default" data-dismiss="modal" style="margin-right: 8px;">
|
| - |
|
109 |
Cancel
|
| - |
|
110 |
</button>
|
| - |
|
111 |
<button type="submit" class="btn btn-success welcome-call-submit" data-dismiss="modal"
|
| - |
|
112 |
data-id="$onboardingId">
|
| - |
|
113 |
Mark Done
|
| - |
|
114 |
</button>
|
| - |
|
115 |
#else
|
| 119 |
<input type="submit" class="verification-checkbox-submit" data-dismiss="modal" data-id="$onboardingId"
|
116 |
<button type="submit" class="btn btn-primary verification-checkbox-submit" data-dismiss="modal"
|
| - |
|
117 |
data-id="$onboardingId">
|
| 120 |
value="Submit">
|
118 |
Submit
|
| - |
|
119 |
</button>
|
| - |
|
120 |
#end
|
| - |
|
121 |
</div>
|
| 121 |
</form>
|
122 |
</form>
|
| 122 |
</div>
|
123 |
</div>
|
| 123 |
<div class="modal-footer">
|
- |
|
| 124 |
<button type="submit" class="btn btn-default" data-dismiss="modal">Close</button>
|
- |
|
| 125 |
</div>
|
- |
|
| 126 |
</div>
|
124 |
</div>
|
| 127 |
</div>
|
125 |
</div>
|
| 128 |
|
- |
|
| 129 |
|
- |
|
| 130 |
|
- |
|
| 131 |
|
126 |
|