Subversion Repositories SmartDukaan

Rev

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

Rev 33990 Rev 36268
Line 69... Line 69...
69
                    <th>Short Invest</th>
69
                    <th>Short Invest</th>
70
                    <th>Pending Indent</th>
70
                    <th>Pending Indent</th>
71
                    <th>Today Tertiary</th>
71
                    <th>Today Tertiary</th>
72
                    <th>Invest ok</th>
72
                    <th>Invest ok</th>
73
                    <th>Ticket</th>
73
                    <th>Ticket</th>
-
 
74
                    <th>Escalation</th>
74
                    <th>Performance</th>
75
                    <th>Performance</th>
75
                </tr>
76
                </tr>
76
                </thead>
77
                </thead>
77
                <tbody>
78
                <tbody>
78
                    #foreach($fofoId in $fofoIdAndallValues.keySet())
79
                    #foreach($fofoId in $fofoIdAndallValues.keySet())
Line 196... Line 197...
196
                                data-target="#itemWiseTertiary">$fofoIdAndallValues.get($fofoId).getTodayTertiary()</td>
197
                                data-target="#itemWiseTertiary">$fofoIdAndallValues.get($fofoId).getTodayTertiary()</td>
197
                            <td>$fofoIdAndallValues.get($fofoId).getInvestment_ok()</td>
198
                            <td>$fofoIdAndallValues.get($fofoId).getInvestment_ok()</td>
198
                            <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
199
                            <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
199
                                data-toggle="modal"
200
                                data-toggle="modal"
200
                                data-target="#openTicketModel">$fofoIdAndallValues.get($fofoId).getTicket()</td>
201
                                data-target="#openTicketModel">$fofoIdAndallValues.get($fofoId).getTicket()</td>
-
 
202
                            <td>
-
 
203
                                #if($escalationMap && $escalationMap.get($fofoId))
-
 
204
                                    #set($escLabel = $escalationMap.get($fofoId))
-
 
205
                                    #if($escLabel.contains("Sales"))
-
 
206
                                        <span style="color: red; font-weight: bold;">$escLabel</span>
-
 
207
                                    #elseif($escLabel.contains("L3"))
-
 
208
                                        <span style="color: #e67e22; font-weight: bold;">$escLabel</span>
-
 
209
                                    #else
-
 
210
                                        <span style="color: #f1c40f; font-weight: bold;">$escLabel</span>
-
 
211
                                    #end
-
 
212
                                #else
-
 
213
                                    -
201
                                
214
                                #end
-
 
215
                            </td>
202
                                <td><a class="partner-performance-link" href="${rc.contextPath}/partnerPerformance?fofoId=$fofoId" target="_blank">View </a> </td>
216
                                <td><a class="partner-performance-link" href="${rc.contextPath}/partnerPerformance?fofoId=$fofoId" target="_blank">View </a> </td>
203
                        </tr>
217
                        </tr>
204
                        #end
218
                        #end
205
                    #end
219
                    #end
206
                </tbody>
220
                </tbody>