wait.xslt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2015
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  13. xmlns:xts="http://developer.cognos.com/schemas/xts/"
  14. xmlns:pf="http://developer.cognos.com/schemas/xts/pf"
  15. xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt"
  16. xmlns:dp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/presentation/"
  17. exclude-result-prefixes="xsl xts pf xtsext dp">
  18. <pf:variables/>
  19. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no" omit-xml-declaration="yes"/>
  20. <xsl:template match="/root">
  21. <br/>
  22. <br/>
  23. <br/>
  24. <br/>
  25. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  26. <tr>
  27. <td align="center">
  28. <table width="300" border="0" cellpadding="0" cellspacing="0">
  29. <tr>
  30. <td valign="middle">
  31. <img src="{$brand_images}progress.gif" width="48" height="48" border="0" name="progress" align="top"/>
  32. </td>
  33. <td width="20">&#160;</td>
  34. <td class="tabletext">
  35. <xts:string id="IDS_OTHERRUN_CHECKING_PROMPTS"/>
  36. </td>
  37. </tr>
  38. <tr style="padding-top: 5px">
  39. <td align="left" colspan="3">
  40. <table>
  41. <dp:button>
  42. <a href="javascript:cancel()">
  43. <dp:buttonText>
  44. <xts:string id="CANCEL"/>
  45. </dp:buttonText>
  46. </a>
  47. </dp:button>
  48. </table>
  49. </td>
  50. </tr>
  51. </table>
  52. </td>
  53. </tr>
  54. </table>
  55. </xsl:template>
  56. </xsl:stylesheet>