| 28847 |
manish |
1 |
<td>$pob.getId()</td>
|
|
|
2 |
<td>$pob.getOutLetName()</td>
|
|
|
3 |
<td>$pob.getPhoneNumber()</td>
|
|
|
4 |
<td>$pob.getCity()</td>
|
|
|
5 |
|
|
|
6 |
<td>$pob.getAgreedBrandFees()</td>
|
|
|
7 |
<td>$pob.getReceivedBrandFees()</td>
|
|
|
8 |
|
| 28862 |
manish |
9 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning())
|
|
|
10 |
<td>
|
|
|
11 |
<i class="far fa-arrow-alt-circle-up" style="color:green"></i>
|
| 28847 |
manish |
12 |
<select name="dashboardTraining" id="dashboardTraining" required disabled>
|
|
|
13 |
<option value="" selected>-Dashboard Training-</option>
|
|
|
14 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "YES")
|
|
|
15 |
<option value="YES" selected>YES</option>
|
|
|
16 |
#else
|
|
|
17 |
<option value="YES" >YES</option>
|
|
|
18 |
#end
|
|
|
19 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "NO")
|
|
|
20 |
<option value="NO" selected>NO</option>
|
|
|
21 |
#else
|
|
|
22 |
<option value="NO">NO</option>
|
|
|
23 |
#end
|
|
|
24 |
</select>
|
|
|
25 |
</td>
|
| 28862 |
manish |
26 |
#else
|
| 28847 |
manish |
27 |
|
| 28862 |
manish |
28 |
<td>
|
|
|
29 |
<i class="far fa-arrow-alt-circle-down" style="color:red"></i>
|
|
|
30 |
<select name="dashboardTraining" id="dashboardTraining" required disabled>
|
|
|
31 |
<option value="" selected>-Dashboard Training-</option>
|
|
|
32 |
<option value="YES" >YES</option>
|
|
|
33 |
<option value="NO">NO</option>
|
|
|
34 |
|
|
|
35 |
</select>
|
|
|
36 |
</td>
|
| 28847 |
manish |
37 |
|
| 28862 |
manish |
38 |
#end
|
|
|
39 |
|
|
|
40 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining())
|
| 28847 |
manish |
41 |
<td>
|
| 28862 |
manish |
42 |
<i class="far fa-arrow-alt-circle-up" style="color:green"></i>
|
| 28847 |
manish |
43 |
<select name="appTraining" id="appTraining" required disabled>
|
|
|
44 |
<option value="" selected>-App Training-</option>
|
|
|
45 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "YES")
|
|
|
46 |
<option value="YES" selected>YES</option>
|
|
|
47 |
#else
|
|
|
48 |
<option value="YES" >YES</option>
|
|
|
49 |
#end
|
|
|
50 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "NO")
|
|
|
51 |
<option value="NO" selected>NO</option>
|
|
|
52 |
#else
|
|
|
53 |
<option value="NO">NO</option>
|
|
|
54 |
#end
|
|
|
55 |
</select>
|
|
|
56 |
</td>
|
| 28862 |
manish |
57 |
#else
|
|
|
58 |
<td>
|
|
|
59 |
<i class="far fa-arrow-alt-circle-down" style="color:red"></i>
|
|
|
60 |
<select name="appTraining" id="appTraining" required disabled>
|
|
|
61 |
<option value="" selected>-App Training-</option>
|
| 28913 |
tejbeer |
62 |
<option value="YES">YES</option>
|
|
|
63 |
<option value="NO">NO</option>
|
| 28862 |
manish |
64 |
</select>
|
|
|
65 |
</td>
|
|
|
66 |
#end
|
| 28932 |
manish |
67 |
|
|
|
68 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDatePlaned())
|
|
|
69 |
<td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="datePlaned" placeholder="Date" disabled name="datePlaned"
|
|
|
70 |
value="$partnerOnboardingTrainingMap.get($pob.getId()).getDatePlaned().format($datehiphenFormatter)"></td>
|
|
|
71 |
#else
|
|
|
72 |
<td> <i class="far fa-arrow-alt-circle-down" style="color:red"></i><input type="date" class="datePlaned" placeholder="Date" disabled name="datePlaned">
|
|
|
73 |
</td>
|
|
|
74 |
#end
|
|
|
75 |
|
| 28847 |
manish |
76 |
|
|
|
77 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
|
| 28862 |
manish |
78 |
<td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted"
|
| 28847 |
manish |
79 |
value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>
|
|
|
80 |
#else
|
| 28862 |
manish |
81 |
<td> <i class="far fa-arrow-alt-circle-down" style="color:red"></i><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted">
|
| 28847 |
manish |
82 |
</td>
|
|
|
83 |
#end
|
|
|
84 |
|
|
|
85 |
<td>
|
|
|
86 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
|
|
87 |
class="partner-training-submit">
|
|
|
88 |
Submit
|
|
|
89 |
</button>
|
|
|
90 |
</td>
|