123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2015
- 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:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xts="http://developer.cognos.com/schemas/xts/"
- xmlns:pf="http://developer.cognos.com/schemas/xts/pf"
- xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt"
- xmlns:dp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/presentation/"
- exclude-result-prefixes="xsl xts pf xtsext dp">
- <pf:variables/>
- <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no" omit-xml-declaration="yes"/>
- <xsl:template match="/root">
- <br/>
- <br/>
- <br/>
- <br/>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center">
- <table width="300" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td valign="middle">
- <img src="{$brand_images}progress.gif" width="48" height="48" border="0" name="progress" align="top"/>
- </td>
- <td width="20"> </td>
- <td class="tabletext">
- <xts:string id="IDS_OTHERRUN_CHECKING_PROMPTS"/>
- </td>
- </tr>
- <tr style="padding-top: 5px">
- <td align="left" colspan="3">
- <table>
- <dp:button>
- <a href="javascript:cancel()">
- <dp:buttonText>
- <xts:string id="CANCEL"/>
- </dp:buttonText>
- </a>
- </dp:button>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </xsl:template>
- </xsl:stylesheet>
|