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