Subversion Repositories SmartDukaan

Rev

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

Rev 32502 Rev 32503
Line 178... Line 178...
178
        </tbody>
178
        </tbody>
179
        <tfoot>
179
        <tfoot>
180
        <tr class="gold">
180
        <tr class="gold">
181
            <th style="text-align: center;vertical-align: middle;">Total</th>
181
            <th style="text-align: center;vertical-align: middle;">Total</th>
182
            #foreach($milestone in $milestones)
182
            #foreach($milestone in $milestones)
-
 
183
                <th style="border-left:1.5px solid black">
183
                <th style="border-left:1.5px solid black">$lastDayAggregateMilestoneCountMap.get($milestone)</th>
184
                    #if($lastDayAggregateMilestoneCountMap.get($milestone))
-
 
185
                        $lastDayAggregateMilestoneCountMap.get($milestone)
-
 
186
                    #end
-
 
187
                </th>
-
 
188
                <th>
184
                <th>$totalAggregatedMilestoneCountMap.get($milestone)</th>
189
                    #if($totalAggregatedMilestoneCountMap.get($milestone))
-
 
190
                        $totalAggregatedMilestoneCountMap.get($milestone)
-
 
191
                    #end
-
 
192
                </th>
185
                #set($diff=$totalAggregatedMilestoneCountMap.get($milestone) - $lastDayAggregateMilestoneCountMap.get($milestone))
193
                #set($diff=$totalAggregatedMilestoneCountMap.get($milestone) - $lastDayAggregateMilestoneCountMap.get($milestone))
186
                <th style="background-color:yellowgreen;">
194
                <th style="background-color:yellowgreen;">
187
                    #if($diff != 0)
195
                    #if($diff)
188
                        $diff
196
                        $diff
189
                    #end
197
                    #end
190
                </th>
198
                </th>
191
            #end
199
            #end
192
        </tr>
200
        </tr>