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