1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: AGS
- (C) Copyright IBM Corp. 2005, 2008
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xts="http://developer.cognos.com/schemas/xts/">
- <xsl:output method="xml" indent="no" encoding="UTF-8"/>
- <xsl:template match="/">
- <xts:sequence>
- <xts:append>
- <info>
- <title>
- <xts:string id="AGENT_INFORMATION_LABEL"/>
- </title>
- <infopane id="infoTipsTab" default="true">
- <content>
- <tr>
- <td class="infoTipsTab">
- <div style="font-weight:bold" id="infoItemSyntax"/>
- <div id="infoItemTip"/>
- </td>
- </tr>
- </content>
- <infotabs>
- <infotab id="infoTipsTab" current="true">
- <xts:string id="NEW_AGENT_CONDITION_INFO_TIPS_TAB"/>
- </infotab>
- <infotab id="infoSqlTab">
- <xts:string id="NEW_AGENT_CONDITION_INFO_SQL_TAB"/>
- </infotab>
- </infotabs>
- </infopane>
- <infopane id="infoSqlTab">
- <content>
- <tr>
- <td class="infoTipsTab">
- <div id="sql" name="infoSqlTabContent"/>
- </td>
- </tr>
- </content>
- <infotabs>
- <infotab id="infoTipsTab">
- <xts:string id="NEW_AGENT_CONDITION_INFO_TIPS_TAB"/>
- </infotab>
- <infotab id="infoSqlTab" current="true">
- <xts:string id="NEW_AGENT_CONDITION_INFO_SQL_TAB"/>
- </infotab>
- </infotabs>
- </infopane>
- </info>
- </xts:append>
- </xts:sequence>
- </xsl:template>
- </xsl:stylesheet>
|