123456789101112131415161718192021222324252627282930 |
- <?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 id="previewTopTable" height="100%" width="100%" cellspacing="0" cellpadding="0" style="margin:0px; padding:0px; overflow:hidden; display:none;" border="0">
- <tr>
- <td class="previewTearBGColor" style="height:10px;width:100%; background-image: url({concat($webRoot, '/skins/', /root/user/param[@name='skin'])}/qs/images/report_sample_top.gif)"/>
- </tr>
- <tr>
- <td id="previewTitleTop" class="previewTitle" nowrap="nowrap" style="height:20px; width:100%">
- <xts:string id="LIMITED_DATA" xmlns:xts="http://developer.cognos.com/schemas/xts/"/>
- </td>
- </tr>
- </table>
- </xsl:template>
- </xsl:stylesheet>
|