-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathactive-cities-solar-angle.html
37 lines (37 loc) · 1.25 KB
/
active-cities-solar-angle.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Active Cities Monthly Solar Angle</title>
<script type="text/javascript" src="../lib/d3/d3.v2.js"></script>
<script type="text/javascript" src="javascript/cities.js"></script>
<script type="text/javascript" src="javascript/datatable.js"></script>
<style type="text/css">
body { font: 13px sans-serif; }
p { font-size: 1.5em;
margin-left: 1.0em }
#datatable {
margin: 0em; }
#datatable button {
margin-top: 1.5em; }
#datatable table {
font: 10px/24px Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse; }
#datatable th {
padding: 0em 1em;
text-align: center; }
#datatable td {
border-top: 1px solid #cccccc;
padding: 0em 2.5em 0em 0.5em;
text-align: right;
width: 6em; }
</style>
</head>
<body>
<p>Active Cities Data</p>
<table id="datatable">
</table>
<script type="text/javascript" src="javascript/jpl-earth-ephemerides.js"></script>
<script type="text/javascript" src="javascript/active-cities-monthly-solar-angle.js"></script>
</body>
</html>