Subversion Repositories SmartDukaan

Rev

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

Rev 32438 Rev 32444
Line 1... Line 1...
1
$currentMonthPartnerMap.toString()
1
##$currentMonthPartnerMap.toString()
-
 
2
$lastDayMilestoneCountMap.toString()
2
<html lang="en">
3
<html lang="en">
3
<head>
4
<head>
4
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
    <meta http-equiv="refresh" content="180">
6
    <meta http-equiv="refresh" content="180">
6
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
7
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
Line 32... Line 33...
32
    </style>
33
    </style>
33
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
34
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
34
</head>
35
</head>
35
<body>
36
<body>
36
<div class="container-fluid">
37
<div class="container-fluid">
-
 
38
    <table class="table table-bordered table-striped">
-
 
39
        <thead>
-
 
40
        <tr>
-
 
41
            <th colspan="$milestones.length*2+2">Partners Split By Actual Billing</th>
-
 
42
        </tr>
-
 
43
        <tr>
-
 
44
            <th rowspan="2">RBM</th>
-
 
45
            <th rowspan="2">State</th>
-
 
46
            #foreach($milestone in $milestones)
-
 
47
                <th colspan="2">$milestone.getValue()</th>
-
 
48
            #end
-
 
49
        </tr>
-
 
50
        <tr>
-
 
51
            #foreach($milestone in $milestones)
-
 
52
                <th>MTD</th>
-
 
53
                <th>FTD</th>
-
 
54
            #end
-
 
55
        </tr>
-
 
56
        </thead>
-
 
57
        <tbody>
-
 
58
        <tr>
-
 
59
            <td></td>
-
 
60
        </tr>
-
 
61
        </tbody>
-
 
62
    </table>
37
</div>
63
</div>
38
</body>
64
</body>
39
</html>
65
</html>