Subversion Repositories SmartDukaan

Rev

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

Rev 29983 Rev 29988
Line 1... Line 1...
1
<html lang="en">
1
<html lang="en">
2
<head>
2
<head>
3
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4
    <meta http-equiv="refresh" content="120">
4
    <meta http-equiv="refresh" content="120">
-
 
5
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
-
 
6
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
5
    <style>
7
    <style>
6
        html, body {
8
        html, body {
7
            margin-top: 10px;
9
            margin-top: 10px;
8
            padding: 0;
10
            padding: 0;
9
        }
11
        }
Line 11... Line 13...
11
 
13
 
12
        td, th {
14
        td, th {
13
            font-size: 20px;
15
            font-size: 20px;
14
        }
16
        }
15
 
17
 
-
 
18
 
-
 
19
        .table td, .table th {
-
 
20
            padding: 0.25rem;
-
 
21
        }
-
 
22
 
16
        tr:first-child td {
23
        tr:first-child td {
17
            font-weight: bold;
24
            font-weight: bold;
18
            background-color: #00d6b2;
25
            background-color: #00d6b2;
19
        }
26
        }
20
 
27
 
21
        td {
28
        td {
22
            font-size: 24px;
29
            font-size: 24px;
23
        }
30
        }
24
    </style>
31
    </style>
25
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
-
 
26
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
-
 
27
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
32
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
28
</head>
33
</head>
29
<body>
34
<body>
30
    #foreach($brands in $brandParts)
35
    #foreach($brands in $brandParts)
31
    <div class="container-fluid">
36
    <div class="container-fluid">
Line 72... Line 77...
72
                #end
77
                #end
73
            </tbody>
78
            </tbody>
74
        </table>
79
        </table>
75
    </div>
80
    </div>
76
    #end
81
    #end
-
 
82
 
-
 
83
<h3>Total Collection</h3>
-
 
84
<div class="row">
-
 
85
    #foreach($warehouseEntry in $warehouseMap.entrySet())
-
 
86
        <div class="col-lg-3" style="font-size: 24px">
-
 
87
            $warehouseEntry.getValue() -
-
 
88
            #if($warehouseCollectionMap.get($warehouseEntry.getKey()))
-
 
89
                $warehouseCollectionMap.get($warehouseEntry.getKey())
-
 
90
            #else
-
 
91
                0
-
 
92
            #end
-
 
93
        </div>
-
 
94
    #end
-
 
95
</div>
77
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
96
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
78
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
97
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
79
        crossorigin="anonymous"></script>
98
        crossorigin="anonymous"></script>
80
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
99
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
81
        integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
100
        integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"