-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlocations.html
More file actions
executable file
·165 lines (153 loc) · 8.2 KB
/
locations.html
File metadata and controls
executable file
·165 lines (153 loc) · 8.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to Acme Fresh Delivery Foods</title>
<meta name="description" content="Welcome to Acme Fresh Foods">
<meta name="author" content="Big Minnow">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<!-- Google Font Arvo -->
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/acme.css" rel="stylesheet">
</head>
<body>
<!-- Login Authentication Help Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Authentication Information</h4>
</div>
<div class="modal-body">
<h3>General Visitor:</h3>
<h5>(No Access to Page)</h5>
<br>
<h3>Manager Login - (California):</h3>
<h5>Username: "CAmanager"</h5>
<h5>Password: "CAmanager"</h5>
<br>
<h3>Admin Login:</h3>
<h5>Username: "admin"</h5>
<h5>Password: "admin"</h5>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="acme-container">
<!-- header -->
<header>
<div class="masthead clearfix">
<div class="inner">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Current Reports <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="top-sellers.html">Top Sellers</a></li>
<li><a href="healthy-choices.html">Healthy Choices</a></li>
<li><a href="go-green.html">Go Green</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Tools <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="shipping-optimizer.html">Shipping Optimizer</a></li>
<li><a href="locations.html">Locations</a></li>
<li><a href="best-deals.html">Best Deals</a></li>
</ul>
</li>
</ul>
<!-- Authentication login/logout interface -->
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" id="username" placeholder="Username">
</div>
<div class="form-group">
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<button class="btn btn-success btn-large" id="login"><i class="glyphicon glyphicon-ok"></i></button>
<button class="btn btn-success btn-large" id="logout"><i class="glyphicon glyphicon-log-out"></i></button>
<a href="#" data-toggle="modal" data-target="#myModal">Info</a>
</form>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
</div>
</header>
<!-- top sellers content -->
<a name="top-sellers" ></a>
<article class="top-sellers interior-article">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 aux-col">
<img src="img/interior-header-food-isle.jpg" width="100%" height="220" alt="Top Sellers" class="img-responsive" />
<div class="col-text">
<h2>Top Sellers</h2>
<p class="lead">Explore our top selling brands</p>
<p>Go ahead. Select the brand bars to search even more product listings.</p>
<p>Then browse by selecting individual product bars.</p>
</div>
<img src="img/top-ten-off.jpg" width="100%" height="100" alt="All" class="img-responsive" onmouseover="this.src='img/top-ten-on.jpg';" onmouseout="this.src='img/top-ten-off.jpg';" onClick="topTen();"/>
<img src="img/all-off.jpg" width="100%" height="100" alt="All" class="img-responsive" onmouseover="this.src='img/all-on.jpg';" onmouseout="this.src='img/all-off.jpg';" onClick="resetControls();"/>
</div>
<div class="col-md-8 main-col col-top-sellers">
<h2 class="chart-header">Our most popular products - sorted by store sales</h2>
<div id="brands" class="chart-container"></div>
<div id="products" class="chart-container"></div>
<div class="panel-heading">
<h3 style="font-size: 16px; font-family: sans-serif; color: #4b7094; font-weight: bold;">
<span id="Label"></span> (<span id="BrandName1"></span>)</h3>
</div>
</div>
</div>
</div>
</article>
<footer>
<div class="mastfoot">
<div class="inner">
<p>© Acme Fresh Delivery Foods is not a real company, this is a demo website for <a href="http://jaspersoft.com" target="_blank">Jaspersoft</a>.</p>
</div>
</div>
</footer>
</div>
</div>
</div>
<!-- Core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="js/require.js"></script>
<script type='text/javascript' src="http://localhost:8080/jasperserver-pro/client/visualize.js"></script>
<script src="js/visualizeHelper.js"></script>
<script type='text/javascript' src="js/brand-control.js"></script>