forked from bridge2014/dsripMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.96 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 1.96 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
<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/mathbiol/dsripMap" target="_blank" title="source code">
<i class="fa fa-github-alt" style="color:green"></i>
</a>
<i class="fa fa-power-off" aria-hidden="true" id="restartIcon" title="reset" style="color:red"></i>
<a href="https://github.com/mathbiol/dsripMap" target="_blank" title="source code" hidden=true id="downloadIcon">
<i class="fa fa-download" aria-hidden="true"></i>
</a>
</i>
</h3>
</div>
<div id="dsripMapsCountyDropdown"></div>
<div id="use2015censusDiv"><button type="button" class="btn btn-primary" id="use2015census">2015 Census Data</button></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>