-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmaps.html
More file actions
45 lines (41 loc) · 1.5 KB
/
maps.html
File metadata and controls
45 lines (41 loc) · 1.5 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
<html>
<head>
<title>Maps for DSRIP</title>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<script src="localforage.min.js"></script>
<script src="maps.js"></script>
</head>
<body>
<div class="container">
<div id="dsripMapsHead">
<h3>
<a href="http://www.stonybrook.edu" target=_blank>
<img src="sbu.jpeg" height="63px" style="vertical-align:bottom">
</a>
<i style="font-family:Palatino;color:maroon">
<a href="http://bmi.stonybrookmedicine.edu" target="_blank" style="color:maroon">Maps for DSRIP</a>
<a href="https://github.com/SBU-BMI" target="_blank">
<i class="fa fa-github-alt" style="color:maroon"></i>
</a>
</i>
</h3>
</div>
<div id="dsripMapsCountyDropdown"></div>
<div id="dsripMapsMsg0"></div>
<div id="dsripMapsMsg"></div>
<div id="dsripMapsAction"></div>
<div id="dsripMapsStats"></div>
<br><br>
<div id="dsripMapsDropdown2"></div>
<br><br>
<div id="dsripMapsGraph1"></div>
<br><br>
<div id="dsripMapsGraph2"></div>
<br><br>
<div id="dsripMapsGraph3"></div>
</body>
</html>