123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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_COMMENT_VIEWER_DEFAULT_TITLE">Comment Viewer</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>
- <frag:transientProperties name="notificationtaskid">
- <frag:label>Notification ID</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>notificationtaskid</val:name>
- <val:ruleRef id="fragment-hts:taskID"/>
- </frag:validate>
- </frag:transientProperties>
- <frag:transientProperties name="Task.Comments">
- <frag:label>Comments</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>Task.Comments</val:name>
- <val:ruleRef id="fragment-hts:commentString"/>
- </frag:validate>
- </frag:transientProperties>
- </meta>
- <message source="/messages/myinbox.xml"/>
- <stage processor="xslt" source="myinbox/menu/commentsMenu.xslt">
- <output name="commentsMenu"/>
- </stage>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.CommentViewerInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <input name="commentsMenu"/>
- <param name="preferences"/>
- <mode name="view">
- <transforms>
- <transform source="myinbox/commentviewer/view/render-comments.xslt">
- <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
- </transform>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|