infoTabData.xsl 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: AGS
  5. (C) Copyright IBM Corp. 2005, 2008
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xts="http://developer.cognos.com/schemas/xts/">
  9. <xsl:output method="xml" indent="no" encoding="UTF-8"/>
  10. <xsl:template match="/">
  11. <xts:sequence>
  12. <xts:append>
  13. <info>
  14. <title>
  15. <xts:string id="AGENT_INFORMATION_LABEL"/>
  16. </title>
  17. <infopane id="infoTipsTab" default="true">
  18. <content>
  19. <tr>
  20. <td class="infoTipsTab">
  21. <div style="font-weight:bold" id="infoItemSyntax"/>
  22. <div id="infoItemTip"/>
  23. </td>
  24. </tr>
  25. </content>
  26. <infotabs>
  27. <infotab id="infoTipsTab" current="true">
  28. <xts:string id="NEW_AGENT_CONDITION_INFO_TIPS_TAB"/>
  29. </infotab>
  30. <infotab id="infoSqlTab">
  31. <xts:string id="NEW_AGENT_CONDITION_INFO_SQL_TAB"/>
  32. </infotab>
  33. </infotabs>
  34. </infopane>
  35. <infopane id="infoSqlTab">
  36. <content>
  37. <tr>
  38. <td class="infoTipsTab">
  39. <div id="sql" name="infoSqlTabContent"/>
  40. </td>
  41. </tr>
  42. </content>
  43. <infotabs>
  44. <infotab id="infoTipsTab">
  45. <xts:string id="NEW_AGENT_CONDITION_INFO_TIPS_TAB"/>
  46. </infotab>
  47. <infotab id="infoSqlTab" current="true">
  48. <xts:string id="NEW_AGENT_CONDITION_INFO_SQL_TAB"/>
  49. </infotab>
  50. </infotabs>
  51. </infopane>
  52. </info>
  53. </xts:append>
  54. </xts:sequence>
  55. </xsl:template>
  56. </xsl:stylesheet>