123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: qs
- (C) Copyright IBM Corp. 2001, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <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">
- <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
- <pf:variables/>
- <xsl:template match="/">
- <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">
- <tr>
- <td id="previewTitleBottom" class="previewTitle" nowrap="nowrap" style="width:100%;">
- <xts:string id="LIMITED_DATA"/>
- </td>
- <td nowrap="nowrap" class="previewLink" style="padding-right: 10px; text-align:right;" onclick="goApplicationManager.getFeatureManager().launchFeature('Run', new Array('full', true));">
- <xts:string id="PREVIEW_LINK_RUN_REPORT_COMPLETE"/>
- </td>
- </tr>
- <tr>
- <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)"/>
- </tr>
- </table>
- </xsl:template>
- </xsl:stylesheet>
|