1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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_TASKOPTIONS_DEFAULT_TITLE">Notification Task Viewer</frag:title>
- </info>
- <meta>
- <frag:modes>view</frag:modes>
- <frag:handledEvents>cognos.hts.notification_info</frag:handledEvents>
- <frag:eventDescriptions name="cognos.hts.notification_info" type="params">
- <frag:description>This event contains task info details for the selected notification</frag:description>
- <frag:label>task info</frag:label>
- <frag:hint>task_info</frag:hint>
- </frag:eventDescriptions>
- </meta>
- <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.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"/>
- <render>
- <mode name="view">
- <transforms>
- <transform source="myinbox/notificationtaskviewer/view/notification-task-viewer.xslt"/>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|