X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/80996a20e1f1986d827c9af79aa4932fbfc29b2e..35a5054cbe744c99c780de4483b89edb2b2d9e1c:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index 562c526..09f17dc 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -6,18 +6,21 @@ - - + + - + - - - + + + + + + Seepark Obsteig @@ -29,13 +32,13 @@ {% if airvalue is none %} Luft: N/A {% else %} - Luft: {{ airvalue|round(1) }}°C
- ({{ airtime.strftime('%Y-%m-%d %H:%M') }}) + Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }}) {% endif %}

- Wasser: {{ watervalue|round(1) }}°C
- ({{ watertime.strftime('%Y-%m-%d %H:%M') }}) + Wasser: {{ watervalue|round(1) }}°C
+ ({{ watertime.strftime('%Y-%m-%d %H:%M') }})

@@ -45,6 +48,11 @@
+

Die Luft

+
+
+
+
@@ -63,11 +71,19 @@ script.async = true; script.charset = "utf-8"; script.src = "//openweathermap.org/themes/openweathermap/assets/vendor/owm/js/weather-widget-generator.js"; - var s = document.getElementsByTagName('script')[0]; + var s = document.getElementsByTagName('title')[0]; s.parentNode.insertBefore(script, s); })(); + +
+ +
+ +
+

Source code

+