diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html index a0ccbf91..1821b62f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html @@ -3,10 +3,22 @@ xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> -
-
-
-
+
+ + +
+ + + +
+ {product.name} +
+
+
@@ -29,25 +41,13 @@
- - - -
- - {product.name} - - - + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html deleted file mode 100644 index 48f65e58..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - {ep:uri.product(forceHotelUid: teaser.forceHotelUid, product: teaser.product, hotel: teaser.hotel, dateFrom: dateFrom, dateTo: dateTo, slug: slug) -> f:variable(name: 'teaserUrl')} - - - - -
-
- {teaser.country.name} - - - - -
{teaser.concept.name}
-
-
-
-
- - {teaser.region.name} | {teaser.product.name} - - - {teaser.hotel.name} - - Kategorie {teaser.hotel.category} - - - - Verschiedene Unterkünfte - Kategorie {ep:hotelCategories(categories: teaser.hotelCategories)} - -
-
    - - -
  • {teaser.hotel.fact}
  • -
    -
    - -
  • {teaser.product.fact}
  • -
    - - -
  • {teaser.region.feature}
  • -
    - - -
  • {teaser.region.fact}
  • -
    -
    -
    -
-
    -
  • {f:if(condition: '{teaser.season} == "s"', then: 'Bergbahnticket', else: 'Skipass')}
  • - -
  • {teaser.board}
  • -
    - -
  • {teaser.product.feature}
  • -
    -
-
-
-
- {f:if(condition: '{teaser.dates -> f:count()} > 1', then: 'Zeitraum', else: 'Termin')} - {ep:dateRange(dateFrom: teaser.minDateStart, dateTo: teaser.maxDateEnd, includeLabel: 0)} - - - - {teaser.dates -> f:count()} Termin{f:if(condition: '{teaser.dates -> f:count()} > 1', then: 'e')} - - - -
- {ep:nightsOptions(options: teaser.nights, daytrip: teaser.daytrip)} -
- -
- -
-
- - - - - - - - - - - - - - - - {image.alternative} - - - - - diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html index c9e2c84a..7f90268f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html @@ -19,139 +19,38 @@
-
- - - - -
-

- {section.concept.name} -

-
- -
-
- {item.country.name} - - - - - - {item.hotel.images.resized.s.0.alt} - - -
- {section.concept.name} -
-
-
-
- - {item.region.name} - - - - {item.product.name} - - - - - - {item.hotel.name} - - - - Kategorie {item.hotel.category} - - -
-
    - -
  • {item.hotel.fact}
  • -
    - -
  • {item.product.fact}
  • -
    - - -
  • {item.region.feature}
  • -
    - - -
  • {item.region.fact}
  • -
    -
    -
    -
-
    -
  • Skipass
  • - -
  • {item.board}
  • -
    - -
  • {item.product.feature}
  • -
    -
-
-
-
- - {f:if(condition: '{item.dates -> f:count()} > 1', then: 'Zeitraum', else: 'Termin')} - - - {ep:dateRange(dateFrom: item.minDateStart, dateTo: item.maxDateEnd, includeLabel: 0)} - - - - - - - {item.dates -> f:count()} {f:if(condition: '{item.dates -> f:count()} > 1', then: 'Termine', else: 'Termin')} - - - - - -
- - {f:if(condition: item.daytrip, then: 'Tageweise buchbar', else: '{ep:nightsOptions(options: item.nights, daytrip: item.daytrip)}')} - -
-
- ab {item.minPrice} € - - Details{f:if(condition: item.hideBookingButton, else: ' & Buchen')} - -
-
- -
-
-
+ + + + +
+

+ {section.concept.name} +

+
+ + + + +
- -
+
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html index bf05b0c7..8306f3cf 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html @@ -8,10 +8,10 @@ - {f:variable(name: 'partial', value: 'Product/TeaserWide')} + {f:variable(name: 'partial', value: 'Product/TeaserLandscape')} - {f:variable(name: 'partial', value: 'Product/TeaserWide')} + {f:variable(name: 'partial', value: 'Product/TeaserLandscape')} {f:variable(name: 'partial', value: 'Product/Teaser')} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserProduct.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserProduct.html index 09e21a84..6a751916 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserProduct.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserProduct.html @@ -10,10 +10,10 @@ - {v:variable.set(name: 'partial', value: 'Product/TeaserWide')} + {v:variable.set(name: 'partial', value: 'Product/TeaserLandscape')} - {v:variable.set(name: 'partial', value: 'Product/TeaserWide')} + {v:variable.set(name: 'partial', value: 'Product/TeaserLandscape')} {v:variable.set(name: 'partial', value: 'Product/Teaser')} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html index caddd383..ebb66681 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html @@ -6,58 +6,63 @@ -
-
+
+
-
- {product.teaserLong -> f:format.html()} -
-
- Wähle deine Unterkunft -
- - -
- - - -
-
- -
- Die von dir gewählte Reise ist aktuell nicht buchbar, aber wir helfen dir gerne dabei, - eine andere Reise zu finden. Ruf uns an unter {settings.phoneNumber} - oder schreibe an . -
-
-
-
- - - - - - - - +
+
+
+ {product.teaserLong -> f:format.html()} +
+
+ Wähle deine Unterkunft +
+ + +
+ + + +
+
+ +
+ Die von dir gewählte Reise ist aktuell nicht buchbar, aber wir helfen dir gerne dabei, + eine andere Reise zu finden. Ruf uns an unter {settings.phoneNumber} + oder schreibe an . +
+
- +
+
+ + + + + + + + + + +
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchresult.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchresult.html index a8be9b95..f08ab8fb 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchresult.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Search/Searchresult.html @@ -6,18 +6,20 @@ -
-
- -
-