123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: XQE
- (C) Copyright IBM Corp. 2008, 2015
- 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: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">
- <info>
- <!-- Toolbar display title -->
- <f:title>Query Service QSAT Options</f:title>
- </info>
- <meta>
- <f:globalValidator version="1.0">
- <!-- administration console QSAT parameters. -->
- <val:parameter>
- <val:namePattern>
- <val:regex>xqe.*</val:regex>
- </val:namePattern>
- <val:rule>
- <val:type>
- <val:string maxLength="10000"/>
- </val:type>
- </val:rule>
- </val:parameter>
- </f:globalValidator>
- <f:modes>view</f:modes>
- <f:windowStates>normal</f:windowStates>
- </meta>
-
- <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/V5QueryService/V5QueryService.css"/>
- <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/portal/default.css"/>
- <css type="text/css" media="all" href="$WEB$/skins/$SKIN$/fonts.css"/>
- <library type="text/javascript" href="$WEB$/fragments/V5QueryService.js"/>
- <library type="text/javascript" href="$WEB$/fragments/qsat/admin_console.js"/>
- <render processor="java" source="com.cognos.xqebifw.adminconsole.qsat.fragmentproducer.ui.configuration.RenderQSATUI">
- <input name="markup">
- <div xmlns="http://www.w3.org/1999/xhtml" xmlns:jest="http://jest">
- <script language="javascript">
- com.cognos.xqe.admin.init(_THIS_);
- </script>
- <form name="_THIS_pform" id="_THIS_pform" method="POST" action="_THIS?action=/THIS_">
- <input type="hidden" name="mode" id="mode" value="display"/>
- <input type="hidden" name="dispatcher" id="dispatcher" value=""/>
- <input type="hidden" name="configurationcategory" id="configurationcategory" value=""/>
- <jest:content id="page" xmlns="http://www.w3.org/1999/xhtml">insert page content here.</jest:content>
- </form>
- </div>
- </input>
- <param name="busHeader"/>
- <param name="preferences"/>
- <param name="params"/>
- </render>
- </implementation>
|