weaver      2004/07/14 14:09:54

  Added:       components/page-manager/testdata/pages/folder1/folder3
                        test001.psml default-page.psml
               components/page-manager/testdata/pages/folder1/folder2
                        default-page.psml
  Log:
  Additional test data for testing folders from the PageManager
  
  Revision  Changes    Path
  1.1                  
jakarta-jetspeed-2/components/page-manager/testdata/pages/folder1/folder3/test001.psml
  
  Index: test001.psml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>

  <!--

  Copyright 2004 The Apache Software Foundation

  

  Licensed 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.

  -->

  <page id="test001" acl="owner-only">

    <title>Test Page</title>

    <metadata name="description">Test001 description</metadata>

    <metadata name="description" xml:lang="en">En Descr</metadata>

    <metadata name="subject">Test Subject</metadata>

    <defaults

       skin="test-skin"

       layout-decorator="test-layout"

       portlet-decorator="test-portlet"

    />

    <fragment id="f001" type="layout" name="TwoColumns">

      <fragment id="pe001" type="portlet" name="HelloPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="0" />      

      </fragment>

      <fragment id="pe002" type="portlet" name="JMXPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="1" />      

      </fragment>

      <fragment id="f002" type="layout" name="Card" decorator="Tab">

        <property layout="TwoColumns" name="row" value="1" />

        <property layout="TwoColumns" name="column" value="0" />      

        <fragment id="pe003" type="portlet" name="CustomerList"/>

        <fragment id="pe004" type="portlet" name="CustomerInfo"/>

      </fragment>

    </fragment>

  </page>

  
  
  
  1.1                  
jakarta-jetspeed-2/components/page-manager/testdata/pages/folder1/folder3/default-page.psml
  
  Index: default-page.psml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>

  <!--

  Copyright 2004 The Apache Software Foundation

  

  Licensed 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.

  -->

  <page id="p001">

    <defaults

       skin="light-blue"

       layout-decorator="clear"

       portlet-decorator="box-titled"

    />

    <title>My First PSML Page</title>

    <fragment id="f001" type="layout" name="TwoColumns">

      <fragment id="pe001" type="portlet" name="HelloPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="0" />      

      </fragment>

      <fragment id="pe002" type="portlet" name="JMXPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="1" />      

      </fragment>

      <fragment id="pe003" type="portlet" name="CustomerList">

        <property layout="TwoColumns" name="row" value="1" />

        <property layout="TwoColumns" name="column" value="0" />      

      </fragment>

      <fragment id="pe004" type="portlet" name="CustomerInfo">

        <property layout="TwoColumns" name="row" value="1" />

        <property layout="TwoColumns" name="column" value="1" />      

      </fragment>

    </fragment>

  </page>

  
  
  
  1.1                  
jakarta-jetspeed-2/components/page-manager/testdata/pages/folder1/folder2/default-page.psml
  
  Index: default-page.psml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>

  <!--

  Copyright 2004 The Apache Software Foundation

  

  Licensed 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.

  -->

  <page id="p001">

    <defaults

       skin="light-blue"

       layout-decorator="clear"

       portlet-decorator="box-titled"

    />

    <title>My First PSML Page</title>

    <fragment id="f001" type="layout" name="TwoColumns">

      <fragment id="pe001" type="portlet" name="HelloPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="0" />      

      </fragment>

      <fragment id="pe002" type="portlet" name="JMXPortlet">

        <property layout="TwoColumns" name="row" value="0" />

        <property layout="TwoColumns" name="column" value="1" />      

      </fragment>

      <fragment id="pe003" type="portlet" name="CustomerList">

        <property layout="TwoColumns" name="row" value="1" />

        <property layout="TwoColumns" name="column" value="0" />      

      </fragment>

      <fragment id="pe004" type="portlet" name="CustomerInfo">

        <property layout="TwoColumns" name="row" value="1" />

        <property layout="TwoColumns" name="column" value="1" />      

      </fragment>

    </fragment>

  </page>

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to