123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!-- $Header: //cpscrn/main/templates/cps4/portlets/portal-admin/implementation.xml#1 $ -->
- <!-- $DateTime: 2008/10/22 11:12:04 $ -->
- <!-- $Change: 25109 $ -->
- <implementation visible="false" requiresInitCookie="none" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../producer/schemas/cps-implementation.xsd">
- <message>/cps4/portlets/portal-admin/messages/psportaladminmsgs.xml</message>
- <portlet handle="import" groupID="portal-admin">
- <mimeType>text/html</mimeType>
- <mode>wsrp:view</mode>
- <windowState>wsrp:normal</windowState>
- <windowState>wsrp:maximized</windowState>
- <locale>en</locale>
- <locale>fr</locale>
- <locale>de</locale>
- <locale>ja</locale>
- <description resourceID="IDS_PAD_IMP_PORTLET_DESCRIPTION"/>
- <shortTitle resourceID="IDS_PAD_IMP_PORTLET_SHORTTITLE"/>
- <title resourceID="IDS_PAD_IMP_PORTLET_TITLE"/>
- <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/import/getMarkup.xts</method>
- <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/import/getMarkup.xts</method>
- </portlet>
- <portlet handle="registration" groupID="portal-admin">
- <mimeType>text/html</mimeType>
- <mode>wsrp:view</mode>
- <windowState>wsrp:normal</windowState>
- <windowState>wsrp:maximized</windowState>
- <locale>en</locale>
- <locale>fr</locale>
- <locale>de</locale>
- <locale>ja</locale>
- <description resourceID="IDS_PAD_REG_PORTLET_DESCRIPTION"/>
- <shortTitle resourceID="IDS_PAD_REG_PORTLET_SHORTTITLE"/>
- <title resourceID="IDS_PAD_REG_PORTLET_TITLE"/>
- <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/registration/getMarkup.xts</method>
- <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/registration/getMarkup.xts</method>
- </portlet>
- <portlet handle="newportlet" groupID="portal-admin">
- <mimeType>text/html</mimeType>
- <mode>wsrp:view</mode>
- <windowState>wsrp:normal</windowState>
- <windowState>wsrp:maximized</windowState>
- <locale>en</locale>
- <locale>fr</locale>
- <locale>de</locale>
- <locale>ja</locale>
- <description resourceID="IDS_PAD_NEW_PORTLET_DESCRIPTION"/>
- <shortTitle resourceID="IDS_PAD_NEW_PORTLET_SHORTTITLE"/>
- <title resourceID="IDS_PAD_NEW_PORTLET_TITLE"/>
- <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/newportlet/getMarkup.xts</method>
- <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/newportlet/getMarkup.xts</method>
- </portlet>
- <portlet handle="binding" groupID="portal-admin">
- <mimeType>text/html</mimeType>
- <mode>wsrp:view</mode>
- <windowState>wsrp:normal</windowState>
- <windowState>wsrp:maximized</windowState>
- <locale>en</locale>
- <locale>fr</locale>
- <locale>de</locale>
- <locale>ja</locale>
- <description resourceID="IDS_PAD_EDIT_BINDING_DESCRIPTION"/>
- <shortTitle resourceID="IDS_PAD_EDIT_BINDING_SHORTTITLE"/>
- <title resourceID="IDS_PAD_EDIT_BINDING_TITLE"/>
- <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/binding/getMarkup.xts</method>
- <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/binding/getMarkup.xts</method>
- </portlet>
- </implementation>
|