123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- 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_LINK_VIEWER_DEFAULT_TITLE">Attachments</frag:title>
- </info>
- <meta>
- <frag:transientProperties name="taskid">
- <frag:label>Task ID</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>taskid</val:name>
- <val:ruleRef id="fragment-hts:taskID"/>
- </frag:validate>
- </frag:transientProperties>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.AttachmentInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <mode name="view">
- <transforms>
- <transform source="myinbox/linkviewer/view/render-links.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|