12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?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>Notification Detail Viewer</frag:title>
- </info>
- <meta>
- <frag:transientProperties name="notificationtaskid">
- <frag:label>Notification Task ID</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>notificationtaskid</val:name>
- <val:rule><val:pattern><val:regex>[a-z0-9:\-]{0,50}</val:regex></val:pattern></val:rule>
- <!--<val:ruleRef id="fragment-hts:taskID"/>-->
- </frag:validate>
- </frag:transientProperties>
- <frag:modes>view</frag:modes>
- </meta>
- <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.css"/>
- <css type="text/css" href="$WEB$/skins/$SKIN$/myinbox/myinbox.css"/>
- <library type="text/javascript" href="$WEB$/prompting/properties.js"/>
- <library type="text/javascript" href="$WEB$/prompting/PRMTcompiled.js"/>
- <library type="text/javascript" href="$WEB$/fragments/myinbox/myinbox.js"/>
- <library type="text/javascript" href="$WEB$/fragments/myinbox/datetime.js"/>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.NotificationTaskViewerInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <mode name="view">
- <param name="preferences"/>
- <transforms>
- <transform source="myinbox/notificationdetails/view/render-notification.xslt"/>
- </transforms>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </mode>
- </render>
- </implementation>
|