implementation.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>Notification Detail Viewer</frag:title>
  11. </info>
  12. <meta>
  13. <frag:transientProperties name="notificationtaskid">
  14. <frag:label>Notification Task ID</frag:label>
  15. <frag:datatype>string</frag:datatype>
  16. <frag:validate>
  17. <val:name>notificationtaskid</val:name>
  18. <val:rule><val:pattern><val:regex>[a-z0-9:\-]{0,50}</val:regex></val:pattern></val:rule>
  19. <!--<val:ruleRef id="fragment-hts:taskID"/>-->
  20. </frag:validate>
  21. </frag:transientProperties>
  22. <frag:modes>view</frag:modes>
  23. </meta>
  24. <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.css"/>
  25. <css type="text/css" href="$WEB$/skins/$SKIN$/myinbox/myinbox.css"/>
  26. <library type="text/javascript" href="$WEB$/prompting/properties.js"/>
  27. <library type="text/javascript" href="$WEB$/prompting/PRMTcompiled.js"/>
  28. <library type="text/javascript" href="$WEB$/fragments/myinbox/myinbox.js"/>
  29. <library type="text/javascript" href="$WEB$/fragments/myinbox/datetime.js"/>
  30. <message source="/messages/myinbox.xml"/>
  31. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.NotificationTaskViewerInteractionStage" processor="java">
  32. <param name="busHeader"/>
  33. </interaction>
  34. <render>
  35. <mode name="view">
  36. <param name="preferences"/>
  37. <transforms>
  38. <transform source="myinbox/notificationdetails/view/render-notification.xslt"/>
  39. </transforms>
  40. <transform source="myinbox/common/hts_ui.xslt"/>
  41. </mode>
  42. </render>
  43. </implementation>