forked from vbguyny/ws4kp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
outlook1.html
72 lines (55 loc) · 3.02 KB
/
outlook1.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
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="Styles/outlook1.css">
<script type="text/javascript" src="Scripts/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="Scripts/outlook1.js"></script>
<title>Outlook Test</title>
</head>
<body>
<div>
<form id="frmSubmit">
<!--NYC-->
<!--Latitude: <input id="inputLatitude" type="text" value="40.7" />
Longitude: <input id="inputLongitude" type="text" value="-74.25" />-->
<!--Pheonix-->
<!--Latitude: <input id="inputLatitude" type="text" value="33.6050991" />
Longitude: <input id="inputLongitude" type="text" value="-112.4052454" />-->
<!--Top Middle-->
<!--Latitude: <input id="inputLatitude" type="text" value="48.83" />
Longitude: <input id="inputLongitude" type="text" value="-100.46" />-->
<!--Bottom Middle-->
Latitude: <input id="inputLatitude" type="text" value="29.8168824" />
Longitude: <input id="inputLongitude" type="text" value="-95.6814879" />
<!--Latitude: <input id="inputLatitude" type="text" value="26.0288184" />
Longitude: <input id="inputLongitude" type="text" value="-97.5992169" />-->
<!--Left Middle-->
<!--Latitude: <input id="inputLatitude" type="text" value="40.472012" />
Longitude: <input id="inputLongitude" type="text" value="-124.4974747" />-->
<!--Right Middle-->
<!--Latitude: <input id="inputLatitude" type="text" value="36.0200823" />
Longitude: <input id="inputLongitude" type="text" value="-75.7034481" />-->
<!--Top Left-->
<!--Latitude: <input id="inputLatitude" type="text" value="48.3587651" />
Longitude: <input id="inputLongitude" type="text" value="-124.6517994" />-->
<!--Bottom Left-->
<!--Latitude: <input id="inputLatitude" type="text" value="32.8242404" />
Longitude: <input id="inputLongitude" type="text" value="-117.3753582" />-->
<!--Bottom Right-->
<!--Latitude: <input id="inputLatitude" type="text" value="25.7823072" />
Longitude: <input id="inputLongitude" type="text" value="-84.7134279" />-->
<!--Top Right-->
<!--Latitude: <input id="inputLatitude" type="text" value="47.2803027" />
Longitude: <input id="inputLongitude" type="text" value="-68.4105444" />-->
<!--Middle-->
<!--Latitude: <input id="inputLatitude" type="text" value="39.8312568" />
Longitude: <input id="inputLongitude" type="text" value="-98.5813589" />-->
<input id="inputSubmit" type="submit" value="GO" />
</form>
</div>
<br />
<!--<img id="imgPercip1" src="Images/off14_prcp.gif" />-->
<canvas id="canvas1" width="719" height="707"></canvas>
</body>
</html>