implementation.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_TASKWIZARD_DEFAULT_TITLE">Task Wizard</frag:title>
  11. </info>
  12. <meta>
  13. <frag:transientProperties name="taskID">
  14. <frag:label>Task ID</frag:label>
  15. <frag:datatype>string</frag:datatype>
  16. <frag:validate>
  17. <val:name>taskID</val:name>
  18. <val:ruleRef id="fragment-hts:taskID"/>
  19. </frag:validate>
  20. </frag:transientProperties>
  21. </meta>
  22. <css type="text/css" href="$WEB$/skins/$SKIN$/portal/default.css"/>
  23. <css type="text/css" href="$WEB$/skins/$SKIN$/fonts.css"/>
  24. <message source="/messages/myinbox.xml"/>
  25. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.TaskWizardInteractionStage" processor="java">
  26. <param name="busHeader"/>
  27. <param name="currentPage"/>
  28. <param name="enableBackButton"/>
  29. <param name="enableNextButton"/>
  30. <param name="enableFinishButton"/>
  31. </interaction>
  32. <render>
  33. <mode name="view">
  34. <transforms>
  35. <transform source="/myinbox/taskwizard/view/render-task-wizard.xslt"/>
  36. </transforms>
  37. </mode>
  38. </render>
  39. </implementation>