{% set blIsCheckout = oView.getIsOrderStep() %} {% set blFullwidth = oViewConf.getViewThemeParam("blFullwidthLayout") %} {% set sBackgroundColor = oViewConf.getViewThemeParam("sBackgroundColor") %} {# Fullpage Background #} {% if oViewConf.getViewThemeParam("blUseBackground") %} {% set sBackgroundPath = oViewConf.getViewThemeParam("sBackgroundPath") %} {% set sBackgroundUrl = oViewConf.getImageUrl("backgrounds/" ~ sBackgroundPath) %} {% set sBackgroundRepeat = oViewConf.getViewThemeParam("sBackgroundRepeat") %} {% set sBackgroundPosHorizontal = oViewConf.getViewThemeParam("sBackgroundPosHorizontal") %} {% set sBackgroundPosVertical = oViewConf.getViewThemeParam("sBackgroundPosVertical") %} {% set sBackgroundSize = oViewConf.getViewThemeParam("sBackgroundSize") %} {% set blBackgroundAttachment = oViewConf.getViewThemeParam("blBackgroundAttachment") %} {% if sBackgroundUrl %} {% set sStyle = "background: " ~ sBackgroundColor ~ " url(" ~ sBackgroundUrl ~ ") " ~ sBackgroundRepeat ~ " " ~ sBackgroundPosHorizontal ~ " " ~ sBackgroundPosVertical ~ ";" %} {% if sBackgroundSize %} {% set sStyle = sStyle ~ " background-size: " ~ sBackgroundSize ~ ";" %} {% endif %} {% if blBackgroundAttachment %} {% set sStyle = sStyle ~ " background-attachment: fixed;" %} {% endif %} {% else %} {% set sStyle = "background: " ~ sBackgroundColor ~ ";" %} {% endif %} {% elseif sBackgroundColor %} {% set sStyle = "background: " ~ sBackgroundColor ~ ";" %} {% endif %} {% set sActiveLang = oView.getActiveLangAbbr() %} {% set sActiveLangSpec = sActiveLang %} {% if sActiveLang == "de" %} {% set sActiveLangSpec = "de_DE" %} {% elseif sActiveLang == "en" %} {% set sActiveLangSpec = "en_US" %} {% elseif sActiveLang == "fr" %} {% set sActiveLangSpec = "fr_FR" %} {% elseif sActiveLang == "nl" %} {% set sActiveLangSpec = "nl_NL" %} {% elseif sActiveLang == "it" %} {% set sActiveLangSpec = "it_IT" %} {% endif %}
{% apply spaceless %} {% set sPageTitle = oView.getPageTitle() %}