| Line 102... |
Line 102... |
| 102 |
<thead>
|
102 |
<thead>
|
| 103 |
<tr style="background-color: rgb(52,58,64); color: white; text-align: center;">
|
103 |
<tr style="background-color: rgb(52,58,64); color: white; text-align: center;">
|
| 104 |
<th style="width: 40px;">Rank</th>
|
104 |
<th style="width: 40px;">Rank</th>
|
| 105 |
<th>RBM Name</th>
|
105 |
<th>RBM Name</th>
|
| 106 |
<th style="width: 80px;">Partners</th>
|
106 |
<th style="width: 80px;">Partners</th>
|
| 107 |
<th style="background-color: rgb(0,123,255); color: white;">Login Hours<br><small>(15%)</small>
|
107 |
<th style="background-color: rgb(40,167,69); color: white;">Talk Time<br><small>(25%)</small>
|
| 108 |
</th>
|
108 |
</th>
|
| 109 |
<th style="background-color: rgb(40,167,69); color: white;">Talk Time<br><small>(15%)</small>
|
- |
|
| 110 |
</th>
|
- |
|
| 111 |
<th style="background-color: rgb(23,162,184); color: white;">DRR Achv<br><small>(20%)</small>
|
109 |
<th style="background-color: rgb(23,162,184); color: white;">DRR Achv<br><small>(25%)</small>
|
| 112 |
</th>
|
110 |
</th>
|
| 113 |
<th style="background-color: rgb(253,126,20); color: white;">15 Days
|
111 |
<th style="background-color: rgb(253,126,20); color: white;">15 Days
|
| 114 |
Ageing<br><small>(15%)</small></th>
|
112 |
Ageing<br><small>(15%)</small></th>
|
| 115 |
<th style="background-color: rgb(111,66,193); color: white;">>1L
|
113 |
<th style="background-color: rgb(111,66,193); color: white;">>1L
|
| 116 |
Partners<br><small>(15%)</small></th>
|
114 |
Partners<br><small>(15%)</small></th>
|
| Line 150... |
Line 148... |
| 150 |
$dm.getRank()
|
148 |
$dm.getRank()
|
| 151 |
#end
|
149 |
#end
|
| 152 |
</td>
|
150 |
</td>
|
| 153 |
<td style="text-align: left;">$dm.getRbmName()</td>
|
151 |
<td style="text-align: left;">$dm.getRbmName()</td>
|
| 154 |
<td>$dm.getPartnerCount()</td>
|
152 |
<td>$dm.getPartnerCount()</td>
|
| 155 |
<td>$dm.getLoginHoursDisplay()</td>
|
- |
|
| 156 |
<td>$dm.getTalkTimeDisplay()</td>
|
153 |
<td>$dm.getTalkTimeDisplay()</td>
|
| 157 |
<td>$dm.getDrrAchvDisplay()</td>
|
154 |
<td>$dm.getDrrAchvDisplay()</td>
|
| 158 |
<td>$dm.getAgingDisplay()</td>
|
155 |
<td>$dm.getAgingDisplay()</td>
|
| 159 |
<td>$dm.getAbove1LDisplay()</td>
|
156 |
<td>$dm.getAbove1LDisplay()</td>
|
| 160 |
<td>$dm.getAvgRatingDisplay()</td>
|
157 |
<td>$dm.getAvgRatingDisplay()</td>
|