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