implementation.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/"
  13. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14. xmlns:f="http://developer.cognos.com/fragments/1/"
  15. xmlns:fs="http://developer.cognos.com/fragments/types/1/"
  16. xmlns:val="http://developer.cognos.com/schemas/validator/1/"
  17. xmlns:fragment="urn:cognos:fragments:validator"
  18. xmlns:fragext="http://developer.cognos.com/fragments/extensions/1/"
  19. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  20. xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd">
  21. <info>
  22. <f:title resourceName="IDS_PROP_ABOUT_DEFAULT_TITLE">About</f:title>
  23. </info>
  24. <meta>
  25. <f:globalValidator version="1.0">
  26. <val:parameter skipJavaScript="true">
  27. <val:name>formaction</val:name>
  28. <val:rule>
  29. <val:enumeration emptyValid="true">
  30. <val:list>edit,view,save,validate,cancel</val:list>
  31. </val:enumeration>
  32. </val:rule>
  33. </val:parameter>
  34. <val:parameter skipJavaScript="true">
  35. <val:name>removeLang</val:name>
  36. <val:ruleRef id="fragment:localeList"/>
  37. </val:parameter>
  38. </f:globalValidator>
  39. <f:modes>view</f:modes>
  40. <f:windowStates>normal</f:windowStates>
  41. <f:windowStates>maximized</f:windowStates>
  42. </meta>
  43. <message source="/messages/pfutilitiesmsgs.xml"/>
  44. <logic processor="xts" source="/fragments/common/about/logic.xts">
  45. </logic>
  46. <render>
  47. <param name="preferences"/>
  48. <mode name="view">
  49. <transforms>
  50. <transform source="/common/about/view/aboutview.xslt">
  51. <logicsheet source="/utilities/common/logic/dynamicExpandArea.xslt"/>
  52. </transform>
  53. <transform source="/utilities/common/layout.xslt"/>
  54. </transforms>
  55. </mode>
  56. </render>
  57. </implementation>