previewBottom.xslt 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: qs
  5. (C) Copyright IBM Corp. 2001, 2017
  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:xts="http://developer.cognos.com/schemas/xts/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt" xmlns:pf="http://developer.cognos.com/schemas/xts/pf">
  13. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
  14. <pf:variables/>
  15. <xsl:template match="/">
  16. <table xmlns:xts="http://developer.cognos.com/schemas/xts/" id="previewBottomTable" height="100%" width="100%" cellspacing="0" cellpadding="0" style="margin:0px; padding:0px; overflow:hidden; display:none;" border="0">
  17. <tr>
  18. <td id="previewTitleBottom" class="previewTitle" nowrap="nowrap" style="width:100%;">
  19. <xts:string id="LIMITED_DATA"/>
  20. </td>
  21. <td nowrap="nowrap" class="previewLink" style="padding-right: 10px; text-align:right;" onclick="goApplicationManager.getFeatureManager().launchFeature('Run', new Array('full', true));">
  22. <xts:string id="PREVIEW_LINK_RUN_REPORT_COMPLETE"/>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td colspan="2" class="previewTearBGColor" style="height:10px;width:100%; background-image: url({concat($webRoot, '/skins/', /root/user/param[@name='skin'])}/qs/images/report_sample_bottom.gif)"/>
  27. </tr>
  28. </table>
  29. </xsl:template>
  30. </xsl:stylesheet>