12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:f="http://developer.cognos.com/fragments/1/"
- xmlns:fs="http://developer.cognos.com/fragments/types/1/"
- xmlns:val="http://developer.cognos.com/schemas/validator/1/"
- xmlns:fragment="urn:cognos:fragments:validator"
- xmlns:fragext="http://developer.cognos.com/fragments/extensions/1/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd">
- <info>
- <f:title resourceName="IDS_PROP_ABOUT_DEFAULT_TITLE">About</f:title>
- </info>
- <meta>
- <f:globalValidator version="1.0">
- <val:parameter skipJavaScript="true">
- <val:name>formaction</val:name>
- <val:rule>
- <val:enumeration emptyValid="true">
- <val:list>edit,view,save,validate,cancel</val:list>
- </val:enumeration>
- </val:rule>
- </val:parameter>
- <val:parameter skipJavaScript="true">
- <val:name>removeLang</val:name>
- <val:ruleRef id="fragment:localeList"/>
- </val:parameter>
- </f:globalValidator>
- <f:modes>view</f:modes>
- <f:windowStates>normal</f:windowStates>
- <f:windowStates>maximized</f:windowStates>
- </meta>
- <message source="/messages/pfutilitiesmsgs.xml"/>
- <logic processor="xts" source="/fragments/common/about/logic.xts">
- </logic>
- <render>
- <param name="preferences"/>
- <mode name="view">
- <transforms>
- <transform source="/common/about/view/aboutview.xslt">
- <logicsheet source="/utilities/common/logic/dynamicExpandArea.xslt"/>
- </transform>
- <transform source="/utilities/common/layout.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|