From 21e219ed1f57042002b8a06ef6b3f97a071b712e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 5 May 2022 12:53:23 +0200 Subject: [PATCH] Add missing styles for snowreport table --- .../Private/Templates/Snowreport/List.html | 69 ++++++++++++++----- 1 file changed, 52 insertions(+), 17 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Snowreport/List.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Snowreport/List.html index 42293da9..5bfa4c92 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Snowreport/List.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Snowreport/List.html @@ -6,34 +6,67 @@ -
- + +
+
+ - - - - - - + + + + + + + + - - + - - - + + - - + + @@ -41,8 +74,10 @@ +
GebietBerg/TalQualitätGeöffnete LifteLetzter SchneefallLetzte Akt. + Gebiet + + Berg/Tal + + Qualität + + Geöffnete Lifte + + Letzter Schneefall + + Letzte Akt. +
- {snowreport.regionName}
- {snowreport.countryName} +
+ + {snowreport.regionName} + +
+ + {snowreport.countryName} +
{snowreport.snow_level_mountain -> v:or(alternative: '-')}/{snowreport.snow_level_valley -> v:or(alternative: '-')} cm{snowreport.snow_quality} + + {snowreport.snow_level_mountain -> v:or(alternative: '-')}/{snowreport.snow_level_valley -> v:or(alternative: '-')} cm + + {snowreport.snow_quality} + {snowreport.lifts_opened}/{snowreport.lifts_total} k. A. {f:if(condition: snowreport.last_snowfall, then: '{snowreport.last_snowfall -> f:format.date(format: \'%d.%m.%Y\')}', else: '-')}{snowreport.last_update -> f:format.date(format: '%d.%m.%Y')} + {f:if(condition: snowreport.last_snowfall, then: '{snowreport.last_snowfall -> f:format.date(format: \'%d.%m.%Y\')}', else: '-')} + + {snowreport.last_update -> f:format.date(format: '%d.%m.%Y')} + Saison vom {snowreport.seasonStart -> f:format.date(format: '%d.%m.%Y')} bis {snowreport.seasonEnd -> f:format.date(format: '%d.%m.%Y')}
+