implementation.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xmlns:fragment="urn:cognos:fragments:validator" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd" xmlns:frag="http://developer.cognos.com/fragments/1/">
  9. <info>
  10. <frag:title resourceName="IDS_FRAG_TASKOPTIONS_DEFAULT_TITLE">Generic Task</frag:title>
  11. </info>
  12. <meta>
  13. </meta>
  14. <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.css"/>
  15. <css type="text/css" href="$WEB$/dojo16/dijit/themes/tundra/tundra.css"/>
  16. <css type="text/css" href="$WEB$/dojo16/dojox/editor/plugins/resources/editorPlugins.css"/>
  17. <css type="text/css" href="$WEB$/ps/portal/js/com/ibm/cognos/ps/dojo/editor/plugins/resources/editorPlugins.css"/>
  18. <library type="text/javascript" href="$WEB$/prompting/properties.js"/>
  19. <library type="text/javascript" href="$WEB$/prompting/PRMTcompiled.js"/>
  20. <library type="text/javascript" href="$WEB$/fragments/myinbox/myinbox.js"/>
  21. <library type="text/javascript" href="$WEB$/fragments/myinbox/datetime.js"/>
  22. <library type="text/javascript" href="$WEB$/fragments/myinbox/CList.js"/>
  23. <library type="text/javascript" href="$WEB$/fragments/myinbox/CUIStyle.js"/>
  24. <message source="/messages/myinbox.xml"/>
  25. <!-- validate the html Message -->
  26. <init source="/myinbox/common/validate/validateHTMLContent.xts" processor="xts">
  27. <param name="interactions"/>
  28. </init>
  29. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.TaskCreateInteractionStage" processor="java">
  30. <param name="busHeader"/>
  31. </interaction>
  32. <render>
  33. <param name="preferences"/>
  34. <mode name="view">
  35. <transforms>
  36. <transform source="myinbox/notificationtask/view/notification-task.xslt">
  37. <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
  38. </transform>
  39. <transform source="myinbox/common/hts_ui.xslt"/>
  40. </transforms>
  41. </mode>
  42. </render>
  43. </implementation>