blob: 97df1ec2ff08ccb9e19e3de33bc9bf3b59683011 [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="FindSurvey">
<section>
<actions>
<set field="titleProperty" value="PageTitleFindSurvey"/>
<set field="tabButtonItem" value="Survey"/>
<set field="labelTitleProperty" value="PageTitleFindSurvey"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<section>
<condition>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
</condition>
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar"><link text="${uiLabelMap.ContentSurveyCreate}" target="EditSurvey" style="buttontext create"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
<include-form name="ListFindSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
<fail-widgets>
<label style="h3">${uiLabelMap.WorkEffortViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonSurveyDecorator">
<section>
<actions>
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="headerItem" value="survey"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="component://content/widget/CommonScreens.xml">
<decorator-section name="pre-body">
<section>
<condition>
<and>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
<not><if-empty field="surveyId"/></not>
</and>
</condition>
<widgets>
<include-menu name="SurveyTabBar" location="component://content/widget/SurveyMenus.xml"/>
<container><link text="${uiLabelMap.ContentSurveyCreate}" target="EditSurvey" style="buttontext"/></container>
</widgets>
</section>
</decorator-section>
<decorator-section name="body">
<section>
<condition>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
</condition>
<widgets>
<decorator-section-include name="body"/>
</widgets>
<fail-widgets>
<label style="h3">${uiLabelMap.WorkEffortViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditSurvey">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditSurvey"/>
<set field="tabButtonItem" value="Survey"/>
<set field="labelTitleProperty" value="PageTitleEditSurvey"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<section>
<condition>
<if-empty field="survey"/>
</condition>
<widgets>
<screenlet title="${uiLabelMap.PageTitleCreateSurvey}">
<include-form name="EditSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet title="${uiLabelMap.PageTitleEditSurvey} ${uiLabelMap.ContentSurveySurveyId} ${surveyId}">
<include-form name="EditSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
<include-form name="BuildSurveyFromPdf" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditSurveyMultiResps">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditSurveyMultiResps"/>
<set field="tabButtonItem" value="SurveyMultiResps"/>
<set field="labelTitleProperty" value="PageTitleEditSurveyMultiResps"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
<entity-condition entity-name="SurveyMultiResp" list="surveyMultiRespList">
<condition-expr field-name="surveyId" from-field="surveyId"/>
<order-by field-name="surveyMultiRespId"/>
</entity-condition>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<container><label style="h1">${uiLabelMap.PageTitleEditSurveyMultiResps} ${uiLabelMap.ContentSurveySurveyId} ${surveyId}</label></container>
<iterate-section entry="surveyMultiResp" list="surveyMultiRespList">
<section>
<widgets>
<screenlet title="${uiLabelMap.ContentSurveyEditSurveyMultiResp}">
<include-form name="EditSurveyMultiResp" location="component://content/widget/survey/SurveyForms.xml"/>
<include-form name="ListSurveyMultiRespColumns" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
<screenlet title="${uiLabelMap.ContentSurveyAddSurveyMultiRespColumn}">
<include-form name="AddSurveyMultiRespColumn" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</widgets>
</section>
</iterate-section>
<screenlet title="${uiLabelMap.ContentSurveyAddSurveyMultiResp}">
<include-form name="AddSurveyMultiResp" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditSurveyQuestions">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditSurveyQuestions"/>
<set field="tabButtonItem" value="SurveyQuestions"/>
<set field="labelTitleProperty" value="PageTitleEditSurveyQuestions"/>
<set field="newCategory" from-field="parameters.newCategory" default-value="N"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
<script location="component://content/groovyScripts/survey/EditSurveyQuestions.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<platform-specific><html><html-template location="component://content/template/survey/EditSurveyQuestions.ftl"/></html></platform-specific>
<!-- This page is a bit of a mess, so will cleanup/modernize later...
<include-form name="ListSurveyQuestions" location="component://content/widget/survey/SurveyForms.xml"/>
<include-form name="CreateSurveyQuestion" location="component://content/widget/survey/SurveyForms.xml"/>
-->
<section>
<condition>
<if-compare operator="equals" value="Y" field="newCategory"/>
</condition>
<widgets>
<screenlet title="${uiLabelMap.ContentSurveyCreateQuestionCategory}">
<container style="button-bar">
<link target="EditSurveyQuestions" text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentSurveyQuestion}" style="buttontext">
<parameter param-name="surveyId" from-field="parameters.surveyId"/>
</link>
</container>
<include-form name="CreateSurveyQuestionCategory" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<section>
<condition>
<not><if-empty field="surveyQuestionId"/></not>
</condition>
<widgets>
<screenlet title="${uiLabelMap.CommonEdit} ${uiLabelMap.ContentSurveyQuestion}">
<container style="button-bar">
<link target="EditSurveyQuestions" text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentSurveyQuestion}" style="buttontext">
<parameter param-name="surveyId" from-field="parameters.surveyId"/>
</link>
<link target="EditSurveyQuestions" text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentSurveyQuestion} ${uiLabelMap.ContentSurveryCategory}" style="buttontext">
<parameter param-name="surveyId" from-field="parameters.surveyId"/>
<parameter param-name="newCategory" value="Y"/>
</link>
</container>
<include-form name="CreateSurveyQuestion" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet title="${uiLabelMap.ContentSurveyCreateQuestion}">
<container style="button-bar">
<link target="EditSurveyQuestions" text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentSurveyQuestion} ${uiLabelMap.ContentSurveryCategory}" style="buttontext">
<parameter param-name="surveyId" from-field="parameters.surveyId"/>
<parameter param-name="newCategory" value="Y"/>
</link>
</container>
<include-form name="CreateSurveyQuestion" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</fail-widgets>
</section>
</fail-widgets>
</section>
<section>
<condition>
<and>
<not><if-empty field="surveyQuestion"/></not>
<if-compare operator="equals" value="OPTION" field="surveyQuestion.surveyQuestionTypeId"/>
</and>
</condition>
<widgets>
<platform-specific><html><html-template location="component://content/template/survey/SurveyOptions.ftl"/></html></platform-specific>
<section>
<condition>
<if-empty field="surveyQuestionOption"/>
</condition>
<widgets>
<screenlet title="${uiLabelMap.ContentSurveyCreateQuestionOption}">
<include-form name="CreateSurveyQuestionOption" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</widgets>
<fail-widgets>
<screenlet title="${uiLabelMap.ContentSurveyEditQuestionOption}">
<container style="button-bar">
<link target="EditSurveyQuestions" text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentSurveyOption}" style="buttontext">
<parameter param-name="surveyId" from-field="parameters.surveyId"/>
<parameter param-name="surveyQuestionId" from-field="surveyQuestionOption.surveyQuestionId"/>
</link>
</container>
<include-form name="CreateSurveyQuestionOption" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</fail-widgets>
</section>
</widgets>
</section>
<screenlet id="SurveyPagePanel" title="${uiLabelMap.PageTitleEditSurveyPages} ${uiLabelMap.ContentSurveySurveyId} ${surveyId}" collapsible="true">
<include-form name="AddSurveyPage" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
<include-form name="ListSurveyPages" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="FindSurveyResponse">
<section>
<actions>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleFindSurveyResponse"/>
<set field="tabButtonItem" value="FindSurveyResponse"/>
<set field="labelTitleProperty" value="PageTitleFindSurveyResponse"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<property-to-field resource="widget" property="widget.form.defaultViewSize" field="viewSizeDefaultValue"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<screenlet title="${uiLabelMap.PageTitleFindSurveyResponse} ${uiLabelMap.ContentSurveySurveyId} ${surveyId}">
<container>
<link text="${uiLabelMap.ContentSurveyCreateResponse}" target="EditSurveyResponse" style="buttontext">
<parameter param-name="surveyId"/>
</link>
</container>
<include-form name="FindSurveyResponse" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
<screenlet title="${uiLabelMap.ContentSurveyBuildRespondeFromPDF}">
<include-form name="BuildSurveyResponseFromPdf" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
<screenlet title="${uiLabelMap.PageTitleListSurveyResponse}">
<include-form name="ListFindSurveyResponse" location="component://content/widget/survey/SurveyForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="ViewSurveyResponses">
<section>
<actions>
<set field="titleProperty" value="PageTitleViewSurveyResponses"/>
<set field="tabButtonItem" value="SurveyResponses"/>
<set field="labelTitleProperty" value="PageTitleViewSurveyResponses"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
<script location="component://content/groovyScripts/survey/ViewSurveyResponses.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<container>
<link text="${uiLabelMap.ContentSurveyCreateResponse}" target="EditSurveyResponse" style="buttontext">
<parameter param-name="surveyId"/>
</link>
</container>
<screenlet title="${uiLabelMap.PageTitleViewSurveyResponses} ${uiLabelMap.ContentSurveySurveyId} ${surveyId}">
<section>
<condition><not><if-empty field="parameters.rootContentId"/></not></condition>
<widgets>
<container>
<link text="${uiLabelMap.ContentCompDocGoBack} [${parameters.rootContentId}]" target="ViewCompDocInstanceTree" style="buttontext">
<parameter param-name="rootContentId" from-field="parameters.rootContentId"/>
</link>
</container>
</widgets>
</section>
<platform-specific><html><html-template location="component://content/template/survey/ViewSurveyResponses.ftl"/></html></platform-specific>
</screenlet>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditSurveyResponse">
<section>
<actions>
<set field="titleProperty" value="PageTitleEditSurveyResponse"/>
<set field="tabButtonItem" value="SurveyResponses"/>
<set field="labelTitleProperty" value="PageTitleEditSurveyResponse"/>
<set field="surveyId" from-field="parameters.surveyId"/>
<entity-one entity-name="Survey" value-field="survey"/>
<set field="surveyResponseId" from-field="parameters.surveyResponseId"/>
<entity-one entity-name="SurveyResponse" value-field="surveyResponse"/>
<script location="component://content/groovyScripts/survey/EditSurveyResponse.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonSurveyDecorator">
<decorator-section name="body">
<container><label style="h1">${uiLabelMap.PageTitleEditSurveyResponse}, ${uiLabelMap.ContentSurveyResponse}: ${parameters.surveyResponseId}, ${uiLabelMap.ContentSurveySurveyId}: ${surveyId}</label></container>
<platform-specific><html><html-template location="component://content/template/survey/EditSurveyResponse.ftl"/></html></platform-specific>
<include-form name="BuildSurveyResponseFromPdf" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="LookupSurvey">
<section>
<condition>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
</condition>
<actions>
<property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
<set field="title" from-field="uiLabelMap.PageTitleLookupSurvey"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<property-to-field resource="widget" property="widget.form.defaultViewSize" field="viewSizeDefaultValue"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/>
</actions>
<widgets>
<decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="search-options">
<include-form name="LookupSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
<include-form name="ListLookupSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="LookupSurveyResponse">
<section>
<condition>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
</condition>
<actions>
<property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
<set field="title" from-field="uiLabelMap.PageTitleLookupSurveyResponse"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<property-to-field resource="widget" property="widget.form.defaultViewSize" field="viewSizeDefaultValue"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/>
</actions>
<widgets>
<decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="search-options">
<include-form name="LookupSurveyResponse" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
<decorator-section name="search-results">
<include-form name="ListLookupSurveyResponse" location="component://content/widget/survey/SurveyForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="ListFindSurveySearchResults">
<section>
<condition>
<if-has-permission permission="CONTENTMGR" action="_VIEW"/>
</condition>
<actions>
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
</actions>
<widgets>
<include-form name="ListFindSurvey" location="component://content/widget/survey/SurveyForms.xml"/>
</widgets>
</section>
</screen>
</screens>