-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
274 lines (266 loc) · 16.3 KB
/
Copy pathindex.html
File metadata and controls
274 lines (266 loc) · 16.3 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<title>mopsflWeather</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>GoofyLuaUglifier</title>
<link rel="stylesheet" href="./dist/css/style.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="./static/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap" rel="stylesheet">
<script src="./static/materialize.min.js"></script>
<script type="module" src="./dist/js/index.js" defer></script>
<style>
.material-symbols-outlined {
font-variation-settings:
"FILL" 1,
"wght" 300,
"GRAD" 0,
"opsz" 20
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6C5HDV7KFB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date());
gtag('config', 'G-6C5HDV7KFB');
</script>
</head>
<body>
<div class="settings-button-container tooltipped" data-stringname="TOOLTIP_SETTINGS" data-position="left">
<button class="btn btn-floating waves-effect waves-light settings-btn transparent" id="#settingsmodal"><span class="material-symbols-outlined">settings</span></button>
</div>
<div class="loading-spinner weather-data-loading-spinner centerabs"></div>
<main class="container">
<div class="weather-alerts hide">
<div class="weather-alert hide">
<button class="close-button"><span class="material-symbols-outlined">close</span></button>
<span class="material-symbols-outlined weather-alert-icon">warning</span>
<div class="weather-alert-content">
<span class="weather-alert-headline">alert_headline</span>
<span class="weather-alert-desc">alert_desc</span>
<span class="weather-alert-time">alert_time</span>
</div>
</div>
</div>
<div class="search-box container center">
<div class="search-city-input-field input-field">
<div class="search-box-container">
<button class="material-symbols-outlined current_location btn btn-floating transparent waves-effect waves-light tooltipped" data-position="bottom" data-stringname="TOOLTIP_CURRENT_LOCATION" data-tooltip="" id="load_current_location">my_location</button>
<input type="text" id="searchcity-input" class="searchcity-input" data-stringname="PLACEHOLDER_SEARCH_CITY" placeholder="Search city" value="" autocomplete="off">
<div class="loading-spinner hide search-box-loading-spinner"></div>
</div>
<div class="autocomplete-dropdown hide">
</div>
<template class="dropdown-item-template">
<button class="dropdown-item btn waves-effect waves-light">
<img class="country-flag" src="">
<span class="city-name">N/A</span><span class="city-iso">N/A</span>
</button>
</template>
</div>
</div>
<div class="weather-data container left-align">
<div class="main-info weather-data-info-item w100">
<div class="main-info-right">
<span class="weather-data-current-time tooltipped smallgray" data-stringname="TOOLTIP_CURRENT_TIME" data-position="top">00:00</span>
<span class="weather-data-city-name">N/A, N/A</span>
</div>
<div class="main-info-left">
<span class="main-info-temperature">
<img class="main-info-weather-icon" src="" alt="icon" width="40px" height="40px">
<span class="temperature-value tooltipped" data-stringname="TOOLTIP_CURRENT_TEMPERATURE" data-position="right">N/A</span>
</span>
<span class="weather-description">N/A</span>
</div>
</div>
<div class="weather-data-info-item w100 weather-forecast-list">
<p class="weather-data-info-item-name weather-forecast-list-header" data-stringname="WEATHER_HOURLY_FORECAST">Stündliche Vorhersage</p>
<div class="break"></div>
<div class="weather-forecast-items mouseScrollEvent">
<template class="weather-forecast-item-template">
<div class="weather-forecast-item">
<span class="weather-forecast-value">N/A</span>
<span class="weather-forecast-rain-chance">N/A</span>
<img class="weather-forecast-icon tooltipped" data-tooltip="" data-position="bottom" src="" alt="N/A" loading="lazy">
<span class="weather-forecast-time-value smallgray">N/A</span>
</div>
</template>
</div>
</div>
<div class="weather-data-info-item waves-effect waves-light weather-data-info-wind w100">
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_WIND">Wind</p>
<span class="wind-speed-value weather-data-info-item-value">N/A</span>
</div>
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_GUST">Böen</p>
<span class="windgust-speed-value weather-data-info-item-value">N/A</span>
</div>
<div class="wind-direction">
<span class="wind-directiondeg">N/A</span>
<span class="wind-direction-icon material-symbols-outlined">navigation</span>
</div>
</div>
<div class="sunsetrise-info">
<div class="weather-data-info-item clickable expandclick waves-effect waves-light">
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_SUNRISE">Sonnenaufgang</p>
<p class="sunrise-value weather-data-info-item-value">00:00</p>
</div>
<img class="weather-data-info-icon" src="./images/svg/animated/sunrise.svg" alt="windicon">
<div class="break"></div>
<div>
<p class="weather-data-info-item-name sunrise-in-value">in N/A Stunden</p>
</div>
</div>
<div class="weather-data-info-item clickable expandclick waves-effect waves-light">
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_SUNSET">Sonnenuntergang</p>
<p class="sunset-value weather-data-info-item-value">00:00</p>
</div>
<img class="weather-data-info-icon gray-filter" src="./images/svg/animated/sunset.svg" alt="windicon">
<div class="break"></div none;>
<div>
<p class="weather-data-info-item-name sunset-in-value">in N/A Stunden</p>
</div>
</div>
</div>
<div class="misc-weather-info">
<div class="weather-data-info-item relative waves-effect waves-light">
<div class="percentage-display" id="humidity-value">
<div class="percentage" data-bgcolor="#0087ff"></div>
<!--<span class="icon material-symbols-outlined">humidity_high</span>-->
</div>
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_HUMIDITY">Luftfeuchtigkeit</p>
<span class="humidity-value weather-data-info-item-value">N/A</span>
</div>
</div>
<div class="weather-data-info-item relative waves-effect waves-light">
<div class="percentage-display" id="airpressure-value">
<div class="percentage" data-bgcolor="lightgray"></div>
</div>
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_AIRPRESSURE">Luftdruck</p>
<span class="airpressure-value weather-data-info-item-value">N/A</span>
</div>
</div>
<div class="weather-data-info-item relative waves-effect waves-light">
<div class="percentage-display" id="uvindex-value">
<div class="percentage" data-bgcolor="orangered"></div>
</div>
<div>
<p class="weather-data-info-item-name" data-stringname="WEATHER_INFO_UVINDEX">UV-Index</p>
<span class="uvindex-value weather-data-info-item-value">N/A</span>
</div>
</div>
</div>
<div class="weather-data-info-item w100 weather-forecast-list weather-misc-forecast">
<p class="weather-data-info-item-name weather-forecast-list-header" data-stringname="WEATHER_HOURLY_DETAILS">Stündliche Details</p>
<div class="hourly-details-tabs">
<span class="hourly-detail-tab tab-selected waves-effect waves-light clickable" data-stringname="WEATHER_INFO_WIND">Wind</span>
<span class="hourly-detail-tab waves-light clickable disabled tooltipped" data-tooltip="Soon" data-stringname="WEATHER_INFO_RAIN">Niederschlag</span>
<span class="hourly-detail-tab waves-light clickable disabled tooltipped" data-tooltip="Soon" data-stringname="WEATHER_INFO_UVINDEX">UV-Index</span>
</div>
<div class="break"></div>
<div class="weather-forecast-misc-items mouseScrollEvent">
</div>
<template class="weather-forecast-misc-item-template">
<div class="weather-forecast-item">
<span class="weather-forecast-value">...</span>
<span class="weather-forecast-wind-direction-icon weather-forecast-icon material-symbols-outlined">navigation</span>
<span class="weather-forecast-time-value smallgray">...</span>
</div>
</template>
</div>
<footer class="container-footer">
<span class="smallgray footer-copyright">© 2026 mopsfl</span>
<div class="container-header-title footer-title">
<img class="title-logo static-icon" src="./images/svg/static/clear-day.svg" alt="daysun_icon" loading="lazy">
<span class="title-name">mopsfl<b>Weather</b></span>
</div>
</footer>
</div>
</main>
<!--SETTINGS MODAL-->
<div id="settingsmodal" class="modal bottom-sheet modal-fixed-footer">
<div class="modal-content">
<h4>Settings</h4>
<div class="settings-grid">
<div class="setting input-field col s12" setting-id="setting_language">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_SETTING_LANGUAGE SETTING_LANGUAGE" data-position="right">Language</span>
<select>
<option value="0" selected>System</option>
<option value="1">Deutsch</option>
<option value="2">English</option>
</select>
<label>Materialize Select</label>
</div>
<div class="setting input-field col s12" setting-id="setting_tempunit">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_SETTING_TEMPERATURE_UNIT SETTING_TEMPERATURE_UNIT" data-position="right">Temperature Unit</span>
<select>
<option value="0" selected>Celsius</option>
<option value="1">Fahrenheit</option>
</select>
<label>Materialize Select</label>
</div>
<div class="setting">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_REMEMBER_LOCATION SETTING_REMEMBER_LOCATION" data-position="right" data-tooltip="">Remember Location</span>
<label>
<input type="checkbox" class="filled-in" setting-id="remember_location" checked="true" />
<span></span>
</label>
</div>
<div class="setting">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_SETTING_ANIAMTED_ICONS SETTING_ANIMATED_ICONS" data-position="right">Animated Weather Icons</span>
<label>
<input type="checkbox" class="filled-in waves-effect waves-light" setting-id="animated_weather_icons" checked="true" />
<span></span>
</label>
</div>
<div class="setting">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_HIGH_ACCURACY_LOCATION SETTING_HIGH_ACCURACY_LOCATION" data-position="right">High Accuracy Location</span>
<label>
<input type="checkbox" class="filled-in" setting-id="high_accuracy_location" checked="true" />
<span></span>
</label>
</div>
<div class="setting">
<span class="setting-name tooltipped" data-stringname="TOOLTIP_WEATHER_ALERTS SETTING_WEATHER_ALERTS" data-position="right" data-tooltip="">Weather Alerts</span>
<label>
<input type="checkbox" class="filled-in" setting-id="weather_alerts" checked="true" />
<span></span>
</label>
</div>
<div class="settings-footer-credits">
<span class="smallgray" data-stringname="POWERED_BY">This app is powered by:</span><br>
<a target="_blank" href="https://open-meteo.com" class="tooltipped smalltext" data-tooltip="Weather Data Provider" data-position="top">open-meteo.com</a>,
<a target="_blank" href="https://meteocons.com/" class="tooltipped smalltext" data-tooltip="Weather Icons" data-position="top">meteocons.com</a>,
<a target="_blank" href="https://materializeweb.com/" class="tooltipped smalltext" data-tooltip="Material Design" data-position="top">materializeweb.com</a>
</div>
</div>
</div>
<div class="modal-footer">
<div class="modal-footer-creds">
<span class="smallgray project-version">v2.2.01</span>
<span class="smallgray copyright-text">© 2026 mopsfl</span>
</div>
<button href="#!" class="waves-light waves-effect btn-flat red-text tooltipped" id="resetdefault" data-stringname="RESET_SETTINGS TOOLTIP_RESET_SETTINGS" data-position="top" data-tooltip="">Reset to Default</button>
<button href="#!" class="modal-close waves-light waves-effect btn-flat white-text" data-stringname="CLOSE_BUTTON" id="close">Close</button>
</div>
</div>
<div class="notifications">
<!--<div class="notification">
<button class="notification-close"><span class="material-symbols-outlined">close</span></button>
<div class="notification-title"><span class="material-symbols-outlined">error</span><span class="notification-title-text">ApiError</span></div>
<p class="notification-body">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</p>
</div>-->
</div>
</body>
</html>