12345678910111213141516171819202122232425262728293031323334353637 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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/">
- <info>
- <frag:title resourceName="IDS_FRAG_APPROVE_RENDERING_DEFAULT_TITLE">Approve Rendering</frag:title>
- </info>
- <meta>
- <frag:publishedEvents>com.ibm.cognos.internal.hts.fragment.UpdatedTaskInfo</frag:publishedEvents>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.ApproveRenderingInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <logic processor="xts" source="/myinbox/common/gen-links/gen-links.xts">
- <param name="busHeader"/>
- </logic>
- <render>
- <param name="interactions"/>
- <!-- need the preferences to get access to the content/product locale -->
- <param name="preferences"/>
- <!-- need the busHeader to get access to the format user preference -->
- <param name="busHeader"/>
- <mode name="view">
- <transforms>
- <transform source="myinbox/approveRendering/view/render-approveRenderings.xslt"/>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|