Subversion Repositories SmartDukaan

Rev

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

Rev 32451 Rev 32452
Line 28... Line 28...
28
 
28
 
29
        td {
29
        td {
30
            font-size: 24px;
30
            font-size: 24px;
31
        }
31
        }
32
 
32
 
33
        th.gold {
33
        th.gold, tr.gold th {
34
            background-color: #F8E59C;
34
            background-color: #F8E59C;
35
        }
35
        }
36
 
36
 
37
        tr.gold:nth-child(odd) {
37
        tr.gold:nth-child(odd) {
38
            background-color: #FDF8E3;
38
            background-color: #FDF8E3;
Line 100... Line 100...
100
                    </td>
100
                    </td>
101
                #end
101
                #end
102
            </tr>
102
            </tr>
103
            #end
103
            #end
104
        </tbody>
104
        </tbody>
-
 
105
        <tfoot>
-
 
106
        <tr class="gold">
-
 
107
            <th>Total</th>
-
 
108
            #foreach($milestone in $milestones)
-
 
109
                <th>$lastDayAggregateMilestoneCountMap.get($milestone)</th>
-
 
110
                <th>$billedAggregatedMilestoneContMap.get($milestone)</th>
-
 
111
                <th>$billedAggregatedMilestoneContMap.get($milestone)
-
 
112
                    - $lastDayAggregateMilestoneCountMap.get($milestone)</th>
-
 
113
            #end
-
 
114
        </tr>
-
 
115
        </tfoot>
105
    </table>
116
    </table>
106
</div>
117
</div>
107
</body>
118
</body>
108
</html>
119
</html>