[OFBiz] SVN: r6801 - trunk/applications/content/widget/compdoc
byersa@svn.ofbiz.org
byersa at svn.ofbiz.org
Tue Feb 21 10:48:29 CST 2006
Author: byersa
Date: 2006-02-21 10:48:26 -0600 (Tue, 21 Feb 2006)
New Revision: 6801
Removed:
trunk/applications/content/widget/compdoc/CompDocTemplateTreeForms.xml
trunk/applications/content/widget/compdoc/CompDocTemplateTreeScreens.xml
Log:
Removing two unused files.
Deleted: trunk/applications/content/widget/compdoc/CompDocTemplateTreeForms.xml
===================================================================
--- trunk/applications/content/widget/compdoc/CompDocTemplateTreeForms.xml 2006-02-21 08:03:25 UTC (rev 6800)
+++ trunk/applications/content/widget/compdoc/CompDocTemplateTreeForms.xml 2006-02-21 16:48:26 UTC (rev 6801)
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--->
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
- <form name="editFormSubmit" target="" title="" type="single"
- default-title-style="treeHeader"
- skip-start="true"
- skip-end="true"
- default-tooltip-style="tabletext" default-widget-style="inputBox">
- <field name="submitButton" title="Submit" widget-style="smallSubmit"><submit button-type="button"/></field>
- </form>
-
- <form name="editFormEnd" target="" title="" type="single"
- default-title-style="treeHeader"
- skip-start="true"
- default-tooltip-style="tabletext" default-widget-style="inputBox">
- </form>
-
- <form name="AddContent" target="createContent" title="" type="single"
- default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
- <auto-fields-entity entity-name="Content" />
- <field name="contentId"><text/></field>
- <field name="dataResourceId" map-name="currentValue"><lookup target-form-name="LookupDataResource"/></field>
- <field name="contentPurposeTypeId" entity-name="ContentPurposeType" map-name="dummy">
- <drop-down allow-empty="true">
- <entity-options description="${description}" entity-name="ContentPurposeType" key-field-name="contentPurposeTypeId"/>
- <!--
- <list-options list-name="allowedPurposes" list-entry-name="allowedPurpose"
- key-name="allowedPurpose.contentPurposeTypeId"
- description="${allowedPurpose.description}"
- />
- -->
- </drop-down>
- </field>
- <field name="submitButton" title="Create" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="contentTypeId">
- <drop-down allow-empty="false">
- <entity-options description="${description}" entity-name="ContentType" key-field-name="contentTypeId"/>
- </drop-down>
- </field>
- <field name="ownerContentId" title=""><lookup target-form-name="LookupContent"/></field>
-<!--
- <field name="dataResourceId" title="" >
- <lookup target-form-name="LookupDataResource" />
- </field>
--->
- <field name="mimeTypeId">
- <drop-down allow-empty="true">
- <entity-options description="${description}" entity-name="MimeType" key-field-name="mimeTypeId"/>
- </drop-down>
- </field>
- <field name="statusId">
- <drop-down allow-empty="true">
- <entity-options description="${description}" entity-name="StatusItem" key-field-name="statusId"/>
- </drop-down>
- </field>
- <field name="createdByUserLogin" position="1"><display/></field>
- <field name="createdDate" position="2"><display/></field>
- <field name="lastModifiedByUserLogin" position="1"><display/></field>
- <field name="lastModifiedDate" position="2"><display/></field>
- <field name="findContent" title=" " widget-style="buttontext">
- <hyperlink also-hidden="false" description="Find" target="FindContent"/>
- </field>
- </form>
-</forms>
Deleted: trunk/applications/content/widget/compdoc/CompDocTemplateTreeScreens.xml
===================================================================
--- trunk/applications/content/widget/compdoc/CompDocTemplateTreeScreens.xml 2006-02-21 08:03:25 UTC (rev 6800)
+++ trunk/applications/content/widget/compdoc/CompDocTemplateTreeScreens.xml 2006-02-21 16:48:26 UTC (rev 6801)
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
- <screen name="ViewCDResponse">
- <section>
- <actions>
- <set field="rootEntityId" from-field="parameters.contentId" />
- <set field="contentId" from-field="parameters.contentId" />
- <set field="responseContentId" from-field="parameters.contentId" />
- <set field="ownerContentId" from-field="parameters.ownerContentId" />
- <entity-one entity-name="Content" value-name="content" use-cache="true">
- <field-map field-name="contentId" env-name="contentId"/>
- </entity-one>
- <set field="enableEdit" value="false"/>
- <set field="rsp.contentId" value="${content.contentId}" />
- </actions>
- <widgets>
- <label text="<p/>" />
- <container style="cdhr">
- <label text="Response tree: " style="cdtitle"/>
- </container>
- <include-tree name="ResponseTree" location="component://playset/widget/playset/CDTrees.xml"/>
- <label text="Content Id: ${rsp.contentId}"/>
- </widgets>
- </section>
- </screen>
- <screen name="responseTreeLine">
- <section>
- <widgets>
- <section>
- <condition>
- <if-compare-field field-name="responseContentId" operator="not-equals" to-field-name="rsp.contentId" />
- </condition>
- <widgets>
- <container>
- <label text="${rsp.contentName}[${rsp.contentId}]" style="responseheader" />
- <link text="View" target="ViewCDResponse?contentId=${rsp.contentId}&ownerContentId=${rsp.ownerContentId}&articleContentId=${articleContentId}" style="tabButton"/>
- <container style="responsetext">
- <label text="${rsp.description}" style="responsetext" />
- </container>
- </container>
- </widgets>
- </section>
- <section>
- <condition>
- <if-compare-field field-name="responseContentId" operator="equals" to-field-name="rsp.contentId" />
- </condition>
- <widgets>
- <container style="responseSelected">
- <label text="${rsp.contentName}[${rsp.contentId}]" style="responseheader" />
- <link text="View" target="ViewCDResponse?contentId=${rsp.contentId}&ownerContentId=${rsp.ownerContentId}&articleContentId=${articleContentId}" style="tabButton"/>
- <container style="responsetext">
- <label text="${rsp.description}" style="responsetext" />
- </container>
- </container>
- </widgets>
- </section>
- </widgets>
- </section>
- </screen>
- <screen name="cDTreeLine">
- <section>
- <widgets>
- <container>
- <label text="${rsp.contentName}[${rsp.contentId}]" style="responseheader" />
- <link text="Create Approval" target="CreateApproval?contentId=${rsp.contentId}" style="tabButton"/>
- <container style="responsetext">
- <label text="${rsp.description}" style="responsetext" />
- </container>
- </container>
- </widgets>
- </section>
- </screen>
- <screen name="AddContent">
- <section>
- <condition>
- <if-has-permission permission="CONTENTMGR" action="CREATE"/>
- </condition>
- <actions>
- <set field="headerItem" value="Content"/>
-<!-- <script location="component://content/widget/getMenuContext.bsh"/> -->
- <set field="title" value="CD Content Edit Page"/>
- <set field="titleProperty" value="PageTitleEditContent"/>
- </actions>
- <widgets>
- <decorator-screen name="mainContentDecorator" location="component://playset/widget/playset/CommonScreens.xml">
- <decorator-section name="body">
- <include-form name="AddContent" location="component://component://playset/widget/playset/CDForms.xml"/>
- </decorator-section>
- </decorator-screen>
- </widgets>
- </section>
- </screen>
-</screens>
-
-
More information about the Svn
mailing list