123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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_TASKWIZARD_DEFAULT_TITLE">Task Wizard</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>
- <css type="text/css" href="$WEB$/skins/$SKIN$/portal/default.css"/>
- <css type="text/css" href="$WEB$/skins/$SKIN$/fonts.css"/>
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.TaskWizardInteractionStage" processor="java">
- <param name="busHeader"/>
- <param name="currentPage"/>
- <param name="enableBackButton"/>
- <param name="enableNextButton"/>
- <param name="enableFinishButton"/>
- </interaction>
- <render>
- <mode name="view">
- <transforms>
- <transform source="/myinbox/taskwizard/view/render-task-wizard.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|