| <?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="FindEmploymentApps"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="HumanResFindEmploymentApp"/> |
| <set field="headerItem" value="EmploymentApp"/> |
| <set field="employmentAppCtx" from-field="parameters"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonEmploymentDecorator" location="${parameters.mainDecoratorLocation}"> |
| <decorator-section name="body"> |
| <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="menu-bar"> |
| <section> |
| <widgets> |
| <container style="button-bar"> |
| <link target="NewEmploymentApp" text="${uiLabelMap.HumanResNewEmploymentApp}" style="buttontext create"/> |
| </container> |
| </widgets> |
| </section> |
| </decorator-section> |
| <decorator-section name="search-options"> |
| <include-form name="FindEmploymentApps" location="component://humanres/widget/forms/EmploymentAppForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-form name="ListEmploymentApps" location="component://humanres/widget/forms/EmploymentAppForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="EditEmploymentApps"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="PageTitleViewEmploymentApp"/> |
| <set field="headerItem" value="Employee"/> |
| <set field="tabButtonItem" value="EditEmploymentApps"/> |
| <set field="referredByPartyId" from-field="parameters.partyId"/> |
| <set field="employmentAppCtx.applicationId" from-field="parameters.applicationId"/> |
| <set field="parameters.insideEmployee" value="true"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}"> |
| <decorator-section name="body"> |
| <include-form name="ListEmploymentApps" location="component://humanres/widget/forms/EmploymentAppForms.xml"/> |
| <screenlet id="AddEmploymentAppPanel" title="${uiLabelMap.CommonAdd} ${uiLabelMap.HumanResEmploymentApp}" collapsible="true"> |
| <include-form name="AddEmploymentApp" location="component://humanres/widget/forms/EmploymentAppForms.xml"/> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="NewEmploymentApp"> |
| <section> |
| <actions> |
| <set field="titleProperty" value="HumanResNewEmploymentApp"/> |
| <set field="headerItem" value="EmploymentApp"/> |
| <set field="applicationId" from-field="parameters.applicationId"/> |
| <entity-one entity-name="EmploymentApp" value-field="employmentApp"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="CommonEmploymentDecorator" location="${parameters.mainDecoratorLocation}"> |
| <decorator-section name="body"> |
| <screenlet title="${uiLabelMap.HumanResNewEmploymentApp}"> |
| <section> |
| <widgets> |
| <include-form name="AddEmploymentApp" location="component://humanres/widget/forms/EmploymentAppForms.xml"/> |
| </widgets> |
| </section> |
| </screenlet> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| </screens> |