123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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">Generic Task</frag:title>
- </info>
- <meta>
- </meta>
- <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.css"/>
- <css type="text/css" href="$WEB$/dojo16/dijit/themes/tundra/tundra.css"/>
- <css type="text/css" href="$WEB$/dojo16/dojox/editor/plugins/resources/editorPlugins.css"/>
- <css type="text/css" href="$WEB$/ps/portal/js/com/ibm/cognos/ps/dojo/editor/plugins/resources/editorPlugins.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"/>
- <library type="text/javascript" href="$WEB$/fragments/myinbox/CList.js"/>
- <library type="text/javascript" href="$WEB$/fragments/myinbox/CUIStyle.js"/>
- <message source="/messages/myinbox.xml"/>
- <!-- validate the html Message -->
- <init source="/myinbox/common/validate/validateHTMLContent.xts" processor="xts">
- <param name="interactions"/>
- </init>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.TaskCreateInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <param name="preferences"/>
- <mode name="view">
- <transforms>
- <transform source="myinbox/notificationtask/view/notification-task.xslt">
- <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
- </transform>
- <transform source="myinbox/common/hts_ui.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|