forked from vbguyny/ws4kp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
twc2.html
182 lines (160 loc) · 10 KB
/
twc2.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<!--<meta name="viewport" content="height=580, initial-scale=1" />-->
<meta name="viewport" content="width=660"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="manifest" href="manifest.json?v=30" />
<!--<link rel="icon" href="images/logo3.gif">-->
<link rel="icon" href="images/logo192.png" />
<link rel="stylesheet" type="text/css" href="Styles/twc2.css?v=30">
<script type="text/javascript" src="Scripts/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="Scripts/jquery.autocomplete.min.js"></script>
<script type="text/javascript" src="Scripts/NoSleep.min.js"></script>
<script type="text/javascript" src="Scripts/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="Scripts/Timer.js?v=30"></script>
<script type="text/javascript" src="Scripts/twc2.js?v=30"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>WeatherStar 4000+ (VER1)</title>
</head>
<body>
<!--<a href="https://github.com/Sub2Ninah//ws4kp"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>-->
<div id="divQuery">
<form id="frmGetLatLng">
<input id="txtAddress" type="text" value="" placeholder="Zip or City, State" /><button id="btnGetGps" type="button" title="Get GPS Location"><img id="imgGetGps" src="images/nav/ic_gps_fixed_black_18dp_1x.png" /></button>
<input id="btnGetLatLng" type="submit" value="GO" />
<input id="btnClearQuery" type="reset" value="Reset" />
</form>
<div id="divLat"></div>
<div id="divLng"></div>
</div>
<br />
<!-- This will force the browser to download the font before the canvas is rendered. -->
<!--<div id="Star4000LargeCompressedNumbers">123 This is a test</div>-->
<img id="imgPause1x" src="images/nav/ic_pause_white_24dp_1x.png" />
<img id="imgPause2x" src="images/nav/ic_pause_white_24dp_2x.png" />
<div id="divTwc">
<div id="divTwcTop"></div>
<div id="divTwcMiddle">
<div id="divTwcLeft">
<div>
<div>
<a id="aMenuLeft" href="#" class="NavigateMenu"><img src="images/nav/ic_menu_white_24dp_2x.png" title="Menu" /></a>
</div>
</div>
<div>
<div>
<a id="aPreviousLeft" href="#" class="NavigatePrevious"><img src="images/nav/ic_skip_previous_white_24dp_2x.png" title="Previous" /></a>
</div>
</div>
<div>
<div>
<a id="aNextLeft" href="#" class="NavigateNext"><img src="images/nav/ic_skip_next_white_24dp_2x.png" title="Next" /></a>
</div>
</div>
<div>
<div>
<a id="aPlayLeft" href="#" class="NavigatePlay"><img src="images/nav/ic_play_arrow_white_24dp_2x.png" title="Play" /></a>
</div>
</div>
</div>
<iframe id="iframeTwc"></iframe>
<div id="divTwcRight">
<div>
<div>
<a id="aRefreshRight" href="#" class="NavigateRefresh"><img src="images/nav/ic_refresh_white_24dp_2x.png" title="Refresh" /></a>
</div>
</div>
<div>
<div>
<a id="aVolumeRight" href="#" class="ToggleVolume"><img src="images/nav/ic_volume_off_white_24dp_2x.png" title="Mute" /></a>
</div>
</div>
<div>
<div>
<a id="aNarrationRight" href="#" class="ToggleNarration"><img src="images/nav/ic_no_hearing_white_24dp_2x.png" title="Turn on Narration" /></a>
</div>
</div>
<div>
<div>
<a id="aFullScreenRight" href="#" class="ToggleFullScreen"><img src="images/nav/ic_fullscreen_exit_white_24dp_2x.png" title="Exit Fullscreen" /></a>
</div>
</div>
</div>
</div>
<div id="divTwcBottom">
<!--Bottom <a id="aFullScreenBottom" href="#" class="ToggleFullScreen"><img src="images/nav/ic_fullscreen_exit_white_24dp_2x.png" title="Exit Fullscreen" /></a>-->
<div id="divTwcBottomLeft">
<a id="aMenuBottom" href="#" class="NavigateMenu"><img src="images/nav/ic_menu_white_24dp_1x.png" title="Menu" /></a>
<a id="aPreviousBottom" href="#" class="NavigatePrevious"><img src="images/nav/ic_skip_previous_white_24dp_1x.png" title="Previous" /></a>
<a id="aNextBottom" href="#" class="NavigateNext"><img src="images/nav/ic_skip_next_white_24dp_1x.png" title="Next" /></a>
<a id="aPlayBottom" href="#" class="NavigatePlay"><img src="images/nav/ic_play_arrow_white_24dp_1x.png" title="Play" /></a>
</div>
<div id="divTwcBottomMiddle">
<a id="aRefreshBottom" href="#" class="NavigateRefresh"><img src="images/nav/ic_refresh_white_24dp_1x.png" title="Refresh" /></a>
</div>
<div id="divTwcBottomRight">
<a id="aVolumeBottom" href="#" class="ToggleVolume"><img src="images/nav/ic_volume_off_white_24dp_1x.png" title="Mute" /></a>
<a id="aNarrationBottom" href="#" class="ToggleNarration"><img src="images/nav/ic_no_hearing_white_24dp_1x.png" title="Turn on Narration" /></a>
<a id="aFullScreenBottom" href="#" class="ToggleFullScreen"><img src="images/nav/ic_fullscreen_exit_white_24dp_1x.png" title="Exit Fullscreen" /></a>
</div>
</div>
</div>
<div id="divTwcNavContainer">
<div id="divTwcNav">
<div id="divTwcNavLeft">
<a id="aMenu" href="#" class="NavigateMenu"><img src="images/nav/ic_menu_white_24dp_1x.png" title="Menu" /></a>
<a id="aPrevious" href="#" class="NavigatePrevious"><img src="images/nav/ic_skip_previous_white_24dp_1x.png" title="Previous" /></a>
<a id="aNext" href="#" class="NavigateNext"><img src="images/nav/ic_skip_next_white_24dp_1x.png" title="Next" /></a>
<a id="aPlay" href="#" class="NavigatePlay"><img src="images/nav/ic_play_arrow_white_24dp_1x.png" title="Play" /></a>
</div>
<div id="divTwcNavMiddle">
<a id="aRefresh" href="#" class="NavigateRefresh"><img src="images/nav/ic_refresh_white_24dp_1x.png" title="Refresh" /></a>
</div>
<div id="divTwcNavRight">
<a id="aVolume" href="#" class="ToggleVolume"><img src="images/nav/ic_volume_off_white_24dp_1x.png" title="Mute" /></a>
<!--<a id="aVolume" href="#" class="ToggleVolume"><img src="images/nav/ic_volume_off_white_24dp_1x.png" title="Mute Volume" /></a>-->
<a id="aNarration" href="#" class="ToggleNarration"><img src="images/nav/ic_no_hearing_white_24dp_1x.png" title="Turn on Narration" /></a>
<a id="aFullScreen" href="#" class="ToggleFullScreen"><img src="images/nav/ic_fullscreen_white_24dp_1x.png" title="Fullscreen" /></a>
</div>
</div>
</div>
<br />
<div id="divInfo">
Location: <span id="spanCity"></span> <span id="spanState"></span><br />
Station Id: <span id="spanStationId"></span><br />
Radar Id: <span id="spanRadarId"></span><br />
Zone Id: <span id="spanZoneId"></span><br />
</div>
<br />
<div id="divRefresh">
Last Update: <span id="spanLastRefresh">(None)</span><br />
<input id="chkAutoRefresh" name="chkAutoRefresh" type="checkbox" /><label id="lblRefreshCountDown" for="chkAutoRefresh">Auto Refresh: <span id="spanRefreshCountDown">--:--</span></label>
</div>
<br />
<div id="divUnits">
Units:
<input id="radEnglish" name="radUnits" type="radio" value="ENGLISH" /><label for="radEnglish">English</label>
<input id="radMetric" name="radUnits" type="radio" value="METRIC" /><label for="radMetric">Metric</label>
</div>
<br />
<div id="divThemes">
Themes:
<input id="radThemeA" name="radThemes" type="radio" value="THEMEA" /><label for="radThemeA">Classic</label>
<input id="radThemeB" name="radThemes" type="radio" value="THEMEB" /><label for="radThemeB">Sea Foam</label>
<input id="radThemeC" name="radThemes" type="radio" value="THEMEC" /><label for="radThemeC">Cosmic</label>
</div>
<br />
<div id="divScrollText">
<form id="frmScrollText">
<input id="chkScrollText" name="chkScrollText" type="checkbox" /><label id="lblScrollText" for="chkScrollText">Scroll Text: </label><input id="txtScrollText" autocomplete="off" value="" /><input id="btnScrollText" type="submit" value="Set" />
</form>
</div>
<br />
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/Sub2Ninah//ws4kp" data-style="mega" data-count-href="/vbguyny/ws4kp/network" data-count-api="/repos/vbguyny/ws4kp#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork vbguyny/ws4kp on GitHub">GitHub</a>
</body>
</html>