blob: 7f54f706e69d32f2aa2396e19d22c0acb3909a2f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd">
<screen name="main-decorator">
<section>
<actions>
<!-- base/top/specific map first, then more common map added for shared labels -->
<property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="nocolumns" global="true"/>
<script location="component://ecommerce/groovyScripts/EcommerceSetup.groovy"/>
<set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
<script location="component://common/groovyScripts/InitTheme.groovy"/>
<!-- The default (main) java scripts -->
<!-- NOTE: this should be included on each screen that uses it to avoid including it in all screens: -->
<set field="initialLocaleComplete" type="String" value="${groovy:parameters?.userLogin?.lastLocale}" default-value="${groovy:locale.toString()}"/>
<set field="layoutSettings.javaScripts[+0]" value="${groovy: org.apache.ofbiz.common.JsLanguageFilesMapping.DateTime.getFilePath(initialLocaleComplete)}" global="true"/>
<!-- Get the store VisualTheme -->
<set field="headerTemplateLocation" from-field="layoutSettings.VT_HDR_TMPLT_LOC" default-value="component://ecommerce/template/includes/Header.ftl"/>
<set field="footerTemplateLocation" from-field="layoutSettings.VT_FTR_TMPLT_LOC" default-value="component://ecommerce/template/includes/Footer.ftl"/>
<entity-and entity-name="WebAnalyticsConfig" list="webAnalyticsConfigs">
<field-map field-name="webSiteId"/>
</entity-and>
<set field="layoutSettings.javaScripts[]" value="/common/js/util/miscAjaxFunctions.js" global="true" />
<set field="bodyStyle" value="${groovy:
if(sections?.get(&quot;left-column&quot;) &amp;&amp; sections?.get(&quot;right-column&quot;)) &quot;col-lg-6&quot;
else if (sections?.get(&quot;left-column&quot;) || sections?.get(&quot;right-column&quot;)) &quot;col-lg-9&quot;
else &quot;col-lg-12&quot;
}"/>
</actions>
<widgets>
<section>
<condition>
<not><if-empty field="globalContext.productStore"/></not>
</condition>
<widgets>
<platform-specific><html><html-template location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
<platform-specific><html><html-template location="component://common-theme/template/includes/OpenHtmlBody.ftl"/></html></platform-specific>
<!-- render header -->
<container id="parentContainer">
<container id="header">
<platform-specific><html><html-template location="${headerTemplateLocation}"/></html></platform-specific>
</container>
<container id="ecom-mainarea" style="row mx-2">
<section>
<condition>
<not><if-empty-section section-name="left-column"/></not>
</condition>
<widgets>
<container id="div1" style="col-lg-3 order-lg-1 order-2">
<decorator-section-include name="left-column"/>
</container>
</widgets>
</section>
<container id="div3" style="${bodyStyle} order-lg-2 order-1">
<!-- render messages -->
<platform-specific><html><html-template multi-block="true" location="component://common-theme/template/includes/Messages.ftl"/></html></platform-specific>
<decorator-section-include name="body"/>
</container>
<section>
<condition>
<not>
<if-empty-section section-name="right-column"/>
</not>
</condition>
<widgets>
<container id="div2" style="col-lg-3 order-lg-3 order-3">
<decorator-section-include name="right-column"/>
</container>
</widgets>
</section>
<container id="div4" style="endcolumns"/>
</container>
<!-- render footer -->
<container id="footer">
<platform-specific><html><html-template location="${footerTemplateLocation}"/></html></platform-specific>
</container>
</container>
<platform-specific><html><html-template location="component://common-theme/template/includes/CloseHtmlBody.ftl"/></html></platform-specific>
</widgets>
<fail-widgets>
<label text="A Product Store has not been defined for this ecommerce site. A Product Store can be created using the ofbizsetup wizard."/>
</fail-widgets>
</section>
</widgets>
</section>
</screen>
<!-- Side Columns -->
<screen name="leftbar">
<section>
<widgets>
<include-screen name="choosecatalog" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="keywordsearchbox" location="component://ecommerce/widget/CatalogScreens.xml"/>
<!--include-screen name="sidedeepcategory" location="component://ecommerce/widget/CatalogScreens.xml"/-->
<include-screen name="productCategories" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="LayeredNavBar" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="minireorderprods" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="signupforcontactlist" location="component://ecommerce/widget/EmailContactListScreens.xml"/>
<include-screen name="minipoll" location="component://ecommerce/widget/ContentScreens.xml"/>
<include-screen name="forums" location="component://ecommerce/widget/ForumScreens.xml"/>
<include-screen name="content_categories" location="component://ecommerce/widget/ContentScreens.xml"/>
<include-screen name="blogs" location="component://ecommerce/widget/blog/BlogScreens.xml"/>
</widgets>
</section>
</screen>
<screen name="rightbar">
<section>
<widgets>
<include-screen name="language"/>
<include-screen name="minicart" location="component://ecommerce/widget/CartScreens.xml"/>
<include-screen name="compareproductslist" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="minipromotext" location="component://ecommerce/widget/CartScreens.xml"/>
<include-screen name="miniassocprods" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="factoids" location="component://ecommerce/widget/ContentScreens.xml"/>
<include-screen name="minilastviewedcategories" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="minilastviewedproducts" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="minilastproductsearches" location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="recentlyviewed" location="component://ecommerce/widget/ContentScreens.xml"/>
<include-screen name="populartags" location="component://ecommerce/widget/CatalogScreens.xml"/>
</widgets>
</section>
</screen>
<!-- Common Decorators -->
<screen name="CommonEmptyDecorator">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<decorator-section-include name="body"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonLeftDecorator">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="left-column">
<include-screen name="leftbar"/>
</decorator-section>
<decorator-section name="body">
<decorator-section-include name="body"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonRightDecorator">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<decorator-section-include name="body"/>
</decorator-section>
<decorator-section name="right-column">
<include-screen name="rightbar"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonLeftRightDecorator">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="left-column">
<include-screen name="leftbar"/>
</decorator-section>
<decorator-section name="body">
<decorator-section-include name="body"/>
</decorator-section>
<decorator-section name="right-column">
<include-screen name="rightbar"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<!-- forum decorator? -->
<screen name="commonForumDecorator">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="left-column">
<include-screen name="leftbar"/>
</decorator-section>
<decorator-section name="body">
<label style="head1" text="${uiLabelMap.${titleProperty}}"></label>
<decorator-section-include name="body"/>
</decorator-section>
<decorator-section name="right-column">
<include-screen name="rightbar"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonBlog">
<section>
<actions>
<set field="currentMenuItemName" from-field="currentMenuItemName" default-value="all" from-scope="user"/>
<set field="MainColumnStyle" value="center"/>
</actions>
<widgets>
<decorator-screen name="main-decorator">
<decorator-section name="left-column">
<include-screen name="leftbar"/>
</decorator-section>
<decorator-section name="body">
<container style="blogs">
<include-screen name="CommonBlogTitle" location="component://ecommerce/widget/blog/BlogScreens.xml"/>
<decorator-section-include name="body"/>
</container>
</decorator-section>
<decorator-section name="right-column">
<include-screen name="rightbar"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonPopUpDecorator">
<section>
<actions>
<!-- base/top/specific map first, then more common map added for shared labels -->
<property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="nocolumns" global="true"/>
<script location="component://ecommerce/groovyScripts/EcommerceSetup.groovy"/>
<!-- Get the store VisualTheme -->
<set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
<script location="component://common/groovyScripts/InitTheme.groovy"/>
</actions>
<widgets>
<platform-specific><html><html-template location="component://ecommerce/template/includes/HeaderHead.ftl"/></html></platform-specific>
<platform-specific><html><html-template location="component://common-theme/template/includes/OpenHtmlBody.ftl"/></html></platform-specific>
<platform-specific><html><html-template multi-block="true" location="component://common-theme/template/includes/Messages.ftl"/></html></platform-specific>
<decorator-section-include name="body"/>
<platform-specific><html><html-template location="component://common-theme/template/includes/CloseHtmlBody.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>
<!-- Column Included Screens -->
<screen name="language">
<section>
<widgets>
<platform-specific><html><html-template location="component://ecommerce/template/includes/Language.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>
<!-- Top Level Screens -->
<screen name="main">
<section>
<actions>
<set field="MainColumnStyle" value="center"/>
<set field="titleProperty" value="PageTitleMain"/>
<set field="headerItem" value="main"/>
<set field="randomSurveyGroup" value="testSurveyGroup"/>
<script location="component://ecommerce/groovyScripts/Main.groovy"/>
<script location="component://order/groovyScripts/entry/catalog/Category.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="left-column">
<include-screen name="leftbar"/>
</decorator-section>
<decorator-section name="body">
<platform-specific>
<html><html-template location="component://ecommerce/template/Main.ftl"/></html>
</platform-specific>
</decorator-section>
<decorator-section name="right-column">
<include-screen name="rightbar"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="login">
<section>
<actions>
<set field="titleProperty" value="PageTitleLogin"/>
<set field="headerItem" value="login"/>
<script location="component://ecommerce/groovyScripts/Login.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<platform-specific>
<html><html-template multi-block="true" location="component://ecommerce/template/Login.ftl"/></html>
</platform-specific>
<!-- <include-screen name="ListThirdPartyLogins" location="component://passport/widget/PassportScreens.xml"/> -->
<platform-specific>
<html><html-template location="component://ecommerce/template/order/StartAnonCheckout.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="requirePasswordChange">
<section>
<actions>
<set field="titleProperty" value="PageTitleLogin"/>
<set field="headerItem" value="login"/>
<script location="component://ecommerce/groovyScripts/Login.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<platform-specific>
<html><html-template multi-block="true" location="component://ecommerce/template/RequirePasswordChange.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="responseTreeLine">
<section>
<actions>
<service service-name="getPublicForumMessage" result-map="contentData">
<field-map field-name="contentId" from-field="rsp.contentId"/>
</service>
<set field="textData" from-field="contentData.resultData.electronicText.textData"/>
</actions>
<widgets>
<section>
<condition>
<if-compare-field field="responseContentId" operator="equals" to-field="rsp.contentId"/>
</condition>
<widgets>
<container style="responseSelected">
<container style="responsetext">
<platform-specific><html><html-template location="component://ecommerce/template/forum/MessageDisplay.ftl"/></html></platform-specific>
</container>
</container>
</widgets>
<fail-widgets>
<container>
<container style="responsetext">
<platform-specific><html><html-template location="component://ecommerce/template/forum/MessageDisplay.ftl"/></html></platform-specific>
</container>
</container>
</fail-widgets>
</section>
</widgets>
</section>
</screen>
<screen name="policies">
<section>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<sub-content content-id="WebStoreCONTENT" map-key="policies"/>
<sub-content content-id="WebStoreCONTENT" map-key="policies2"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CookiePolicy">
<section>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<sub-content content-id="WebStoreCONTENT" map-key="cookiePolicy"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
</screens>