Subversion Repositories SmartDukaan

Rev

Rev 32438 | Rev 32445 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

##$currentMonthPartnerMap.toString()
$lastDayMilestoneCountMap.toString()
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="refresh" content="180">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
    <style>
        html, body {
            margin-top: 10px;
            padding: 0;
        }


        td, th {
            font-size: 20px;
        }


        .table td, .table th {
            padding: 0.25rem;
        }

        tr:first-child.green td {
            font-weight: bold;
            background-color: #00d6b2;
        }

        td {
            font-size: 24px;
        }
    </style>
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
</head>
<body>
<div class="container-fluid">
    <table class="table table-bordered table-striped">
        <thead>
        <tr>
            <th colspan="$milestones.length*2+2">Partners Split By Actual Billing</th>
        </tr>
        <tr>
            <th rowspan="2">RBM</th>
            <th rowspan="2">State</th>
            #foreach($milestone in $milestones)
                <th colspan="2">$milestone.getValue()</th>
            #end
        </tr>
        <tr>
            #foreach($milestone in $milestones)
                <th>MTD</th>
                <th>FTD</th>
            #end
        </tr>
        </thead>
        <tbody>
        <tr>
            <td></td>
        </tr>
        </tbody>
    </table>
</div>
</body>
</html>