Subversion Repositories SmartDukaan

Rev

Rev 36112 | Rev 36123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36112 Rev 36122
Line 234... Line 234...
234
                #set($agentStatus = $agentStatusByAuthId.get($model.getAuthId()))
234
                #set($agentStatus = $agentStatusByAuthId.get($model.getAuthId()))
235
            <tr>
235
            <tr>
236
                <td>
236
                <td>
237
                    #set($rank = $rbmCombinedRankMap.get($model.getRbmName()))
237
                    #set($rank = $rbmCombinedRankMap.get($model.getRbmName()))
238
                    #if($rank == 1)
238
                    #if($rank == 1)
239
                        <i class="fa-solid fa-crown" style="color: gold; font-size: 18px;"></i>
239
                        <img src="../../../resources/images/king.png" style="width: 35px;">
240
                    #elseif($rank == 2)
240
                    #elseif($rank == 2)
241
                        <i class="fa-solid fa-medal" style="color: silver; font-size: 18px;"></i>
241
                        <img src="../../../resources/images/trophy-cup.png" style="width: 35px;">
242
                    #elseif($rank == 3)
242
                    #elseif($rank == 3)
243
                        <i class="fa-solid fa-medal" style="color: #cd7f32; font-size: 18px;"></i>
243
                        <img src="../../../resources/images/bronze-medal.png" style="width: 35px;">
244
                    #elseif($rank == 4)
244
                    #elseif($rank == 4)
245
                        <i class="fa-solid fa-award" style="color: #4169e1; font-size: 18px;"></i>
245
                        <img src="../../../resources/images/star-badge.png" style="width: 35px;">
246
                    #elseif($rank && $rank > 4)
246
                    #elseif($rank && $rank > 4)
247
                        <i class="fa-solid fa-bullseye" style="color: #dc3545; font-size: 14px;"></i>
247
                        <img src="../../../resources/images/clock.png" style="width: 35px;">
248
                    #else
248
                    #else
249
                        <i class="fa-solid fa-clock" style="color: #999; font-size: 14px;"></i>
249
                        <img src="../../../resources/images/clock.png" style="width: 35px;">
250
                    #end
250
                    #end
251
                </td>
251
                </td>
252
                <td>$model.getRbmName()</td>
252
                <td>$model.getRbmName()</td>
253
                <td>
253
                <td>
254
                    #set($ratingData = $rbmNameToRatingMap.get($model.getRbmName()))
254
                    #set($ratingData = $rbmNameToRatingMap.get($model.getRbmName()))