implementation.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <!-- $Header: //cpscrn/main/templates/cps4/portlets/portal-admin/implementation.xml#1 $ -->
  13. <!-- $DateTime: 2008/10/22 11:12:04 $ -->
  14. <!-- $Change: 25109 $ -->
  15. <implementation visible="false" requiresInitCookie="none" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../producer/schemas/cps-implementation.xsd">
  16. <message>/cps4/portlets/portal-admin/messages/psportaladminmsgs.xml</message>
  17. <portlet handle="import" groupID="portal-admin">
  18. <mimeType>text/html</mimeType>
  19. <mode>wsrp:view</mode>
  20. <windowState>wsrp:normal</windowState>
  21. <windowState>wsrp:maximized</windowState>
  22. <locale>en</locale>
  23. <locale>fr</locale>
  24. <locale>de</locale>
  25. <locale>ja</locale>
  26. <description resourceID="IDS_PAD_IMP_PORTLET_DESCRIPTION"/>
  27. <shortTitle resourceID="IDS_PAD_IMP_PORTLET_SHORTTITLE"/>
  28. <title resourceID="IDS_PAD_IMP_PORTLET_TITLE"/>
  29. <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/import/getMarkup.xts</method>
  30. <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/import/getMarkup.xts</method>
  31. </portlet>
  32. <portlet handle="registration" groupID="portal-admin">
  33. <mimeType>text/html</mimeType>
  34. <mode>wsrp:view</mode>
  35. <windowState>wsrp:normal</windowState>
  36. <windowState>wsrp:maximized</windowState>
  37. <locale>en</locale>
  38. <locale>fr</locale>
  39. <locale>de</locale>
  40. <locale>ja</locale>
  41. <description resourceID="IDS_PAD_REG_PORTLET_DESCRIPTION"/>
  42. <shortTitle resourceID="IDS_PAD_REG_PORTLET_SHORTTITLE"/>
  43. <title resourceID="IDS_PAD_REG_PORTLET_TITLE"/>
  44. <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/registration/getMarkup.xts</method>
  45. <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/registration/getMarkup.xts</method>
  46. </portlet>
  47. <portlet handle="newportlet" groupID="portal-admin">
  48. <mimeType>text/html</mimeType>
  49. <mode>wsrp:view</mode>
  50. <windowState>wsrp:normal</windowState>
  51. <windowState>wsrp:maximized</windowState>
  52. <locale>en</locale>
  53. <locale>fr</locale>
  54. <locale>de</locale>
  55. <locale>ja</locale>
  56. <description resourceID="IDS_PAD_NEW_PORTLET_DESCRIPTION"/>
  57. <shortTitle resourceID="IDS_PAD_NEW_PORTLET_SHORTTITLE"/>
  58. <title resourceID="IDS_PAD_NEW_PORTLET_TITLE"/>
  59. <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/newportlet/getMarkup.xts</method>
  60. <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/newportlet/getMarkup.xts</method>
  61. </portlet>
  62. <portlet handle="binding" groupID="portal-admin">
  63. <mimeType>text/html</mimeType>
  64. <mode>wsrp:view</mode>
  65. <windowState>wsrp:normal</windowState>
  66. <windowState>wsrp:maximized</windowState>
  67. <locale>en</locale>
  68. <locale>fr</locale>
  69. <locale>de</locale>
  70. <locale>ja</locale>
  71. <description resourceID="IDS_PAD_EDIT_BINDING_DESCRIPTION"/>
  72. <shortTitle resourceID="IDS_PAD_EDIT_BINDING_SHORTTITLE"/>
  73. <title resourceID="IDS_PAD_EDIT_BINDING_TITLE"/>
  74. <method name="getMarkup">/cps4/portlets/portal-admin/portlet-impl/binding/getMarkup.xts</method>
  75. <method name="performBlockingInteraction">/cps4/portlets/portal-admin/portlet-impl/binding/getMarkup.xts</method>
  76. </portlet>
  77. </implementation>