From d2554fadeeab78655e43398e78dd898f3ea7d978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 8 Nov 2024 10:15:07 +0100 Subject: [PATCH] feat: render pickups as table, add print button to travel info page --- .../Private/Layouts/Page/Travelinfo.html | 12 ++++---- .../Private/Templates/Travelinfo/Index.html | 29 +++++++++++++++---- 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Page/Travelinfo.html b/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Page/Travelinfo.html index efc2be5a..fa844a6b 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Page/Travelinfo.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Page/Travelinfo.html @@ -1,5 +1,6 @@
@@ -10,12 +11,11 @@ class="block w-auto {ep:themeClasses(classes: '{ep: \'h-10 lg:h-12\', sbw: \'h-14 lg:h-24\', snz: \'h-14 lg:h-24\', suz: \'h-14 lg:h-24\', uch: \'h-12 lg:h-20\', ser: \'h-10 lg:h-12\'}', key: settings.themekey)}" alt="{settings.defaultTitle}"/> - -
Login
-
My E&P
-
+ + + + +
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html index 3863610d..dabd79f8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html @@ -69,13 +69,32 @@

Bus-Zustiege

-
    + + + + + + -
  • - {pickup.city} ({pickup.street}): {pickup.date}, {pickup.time} Uhr -
  • +
    + + + + - +
    + Zustieg + + Datum + + Uhrzeit +
    + {pickup.city}
    {pickup.street} +
    + {pickup.date} + + {pickup.time} Uhr +