implementation.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: XQE
  4. (C) Copyright IBM Corp. 2008, 2015
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../schemas/implementation.xsd">
  8. <info>
  9. <!-- Toolbar display title -->
  10. <f:title>Query Service QSAT Options</f:title>
  11. </info>
  12. <meta>
  13. <f:globalValidator version="1.0">
  14. <!-- administration console QSAT parameters. -->
  15. <val:parameter>
  16. <val:namePattern>
  17. <val:regex>xqe.*</val:regex>
  18. </val:namePattern>
  19. <val:rule>
  20. <val:type>
  21. <val:string maxLength="10000"/>
  22. </val:type>
  23. </val:rule>
  24. </val:parameter>
  25. </f:globalValidator>
  26. <f:modes>view</f:modes>
  27. <f:windowStates>normal</f:windowStates>
  28. </meta>
  29. <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/V5QueryService/V5QueryService.css"/>
  30. <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/portal/default.css"/>
  31. <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/fonts.css"/>
  32. <library type="text/javascript" href="$WEB$/fragments/V5QueryService.js"/>
  33. <library type="text/javascript" href="$WEB$/fragments/qsat/admin_console.js"/>
  34. <render processor="java" source="com.cognos.xqebifw.adminconsole.qsat.fragmentproducer.ui.configuration.RenderQSATUI">
  35. <input name="markup">
  36. <div xmlns="http://www.w3.org/1999/xhtml" xmlns:jest="http://jest">
  37. <script language="javascript">
  38. com.cognos.xqe.admin.init(_THIS_);
  39. </script>
  40. <form name="_THIS_pform" id="_THIS_pform" method="POST" action="_THIS?action=/THIS_">
  41. <input type="hidden" name="mode" id="mode" value="display"/>
  42. <input type="hidden" name="dispatcher" id="dispatcher" value=""/>
  43. <input type="hidden" name="configurationcategory" id="configurationcategory" value=""/>
  44. <jest:content id="page" xmlns="http://www.w3.org/1999/xhtml">insert page content here.</jest:content>
  45. </form>
  46. </div>
  47. </input>
  48. <param name="busHeader"/>
  49. <param name="preferences"/>
  50. <param name="params"/>
  51. </render>
  52. </implementation>