123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <WebPart xmlns="http://schemas.microsoft.com/WebPart/v2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Title>@title.prefix@IBM Cognos History Chart@title.suffix@</Title>
- <Description>Bridge with IBM Cognos portlets.</Description>
- <AllowRemove>true</AllowRemove>
- <AllowZoneChange>true</AllowZoneChange>
- <AllowMinimize>true</AllowMinimize>
- <IsVisible>true</IsVisible>
- <Assembly>Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd</Assembly>
- <TypeName>Cognos.Portal.Services.Consumer</TypeName>
- <WSDL xmlns="http://developer.cognos.com/webpart/v1">@gateway.wsdl.url@/wsrp/cps4/portlets/cmm?b_action=cps.wsdl&wsdl</WSDL>
- <PortletHandle xmlns="http://developer.cognos.com/webpart/v1">history_chart</PortletHandle>
- <PortletInstance xmlns="http://developer.cognos.com/webpart/v1">history_chart</PortletInstance>
- <WebcontentURL xmlns="http://developer.cognos.com/webpart/v1">@webcontent.url@</WebcontentURL>
- <GatewayURL xmlns="http://developer.cognos.com/webpart/v1">@gateway.url@</GatewayURL>
- <AuthNamespace xmlns="http://developer.cognos.com/webpart/v1">@authentication.namespace@</AuthNamespace>
- <SharedSecret xmlns="http://developer.cognos.com/webpart/v1">@authentication.sharedSecret@</SharedSecret>
- <AuthExcludeDomain xmlns="http://developer.cognos.com/webpart/v1">@authentication.excludeDomain@</AuthExcludeDomain>
- <ShowErrorDetail xmlns="http://developer.cognos.com/webpart/v1">@showErrorDetail@</ShowErrorDetail>
- </WebPart>
|