Subversion Repositories SmartDukaan

Rev

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

Rev 31743 Rev 31890
Line 68... Line 68...
68
                    <th>Short Invest</th>
68
                    <th>Short Invest</th>
69
                    <th>Pending Indent</th>
69
                    <th>Pending Indent</th>
70
                    <th>Today Tertiary</th>
70
                    <th>Today Tertiary</th>
71
                    <th>Invest ok</th>
71
                    <th>Invest ok</th>
72
                    <th>Ticket</th>
72
                    <th>Ticket</th>
-
 
73
                    <th>Performance</th>
73
                </tr>
74
                </tr>
74
                </thead>
75
                </thead>
75
                <tbody>
76
                <tbody>
76
                    #foreach($fofoId in $fofoIdAndallValues.keySet())
77
                    #foreach($fofoId in $fofoIdAndallValues.keySet())
77
                        #if($fofoIdAndPartnerMap.get($fofoId))
78
                        #if($fofoIdAndPartnerMap.get($fofoId))
Line 193... Line 194...
193
                                data-target="#itemWiseTertiary">$fofoIdAndallValues.get($fofoId).getTodayTertiary()</td>
194
                                data-target="#itemWiseTertiary">$fofoIdAndallValues.get($fofoId).getTodayTertiary()</td>
194
                            <td>$fofoIdAndallValues.get($fofoId).getInvestment_ok()</td>
195
                            <td>$fofoIdAndallValues.get($fofoId).getInvestment_ok()</td>
195
                            <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
196
                            <td class="openticket" data-fofoid="$fofoIdAndPartnerMap.get($fofoId).getPartnerId()"
196
                                data-toggle="modal"
197
                                data-toggle="modal"
197
                                data-target="#openTicketModel">$fofoIdAndallValues.get($fofoId).getTicket()</td>
198
                                data-target="#openTicketModel">$fofoIdAndallValues.get($fofoId).getTicket()</td>
-
 
199
                                
-
 
200
                                <td><a class="partner-performance-link" href="${rc.contextPath}/partnerPerformance?fofoId=$fofoId" target="_blank"></a> View </td>
198
                        </tr>
201
                        </tr>
199
                        #end
202
                        #end
200
                    #end
203
                    #end
201
                </tbody>
204
                </tbody>
202
            </table>
205
            </table>