123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?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).
- -->
- <xts:morphlet version="1.0" xmlns:xts="http://developer.cognos.com/schemas/xts/" messageBase="messages/QSRVUITextPL.xml,messages/portal.xml,messages/portalRL.xml" requiredCapability="canUseQueryStudio">
- <xts:block id="page" type="exec" mode="output" processor="XSLT" mimeType="text/html">
- <!-- get the debug logic sheet -->
- <xts:logicsheet path="logicsheets/debuglogic.xslt"/>
- <!-- get the new theme stuff -->
- <xts:logicsheet path="logicsheets/portal.xsl"/>
- <xts:logicsheet path="qs/logicsheets/dialogIncludes.xsl"/>
- <xts:logicsheet path="qs/logicsheets/dialogs.xsl"/>
- <xts:logicsheet path="logicsheets/presentation/dialog/framework.xsl"/>
- <xts:logicsheet path="logicsheets/presentation/layout.xsl"/>
- <xts:logicsheet path="logicsheets/presentation/dialog/presentation.xsl"/>
- <xts:logicsheet path="logicsheets/presentation/controls/framework.xsl"/>
- <xts:logicsheet path="logicsheets/presentation/controls/presentation.xsl"/>
- <xts:logicsheet path="logicsheets/cm-logic.xsl"/>
- <!-- apply the form logic -->
- <xts:logicsheet path="logicsheets/formlogic.xslt"/>
- <xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xts="http://developer.cognos.com/schemas/xts/"
- xmlns:lyt="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/layout/"
- xmlns:pf="http://developer.cognos.com/schemas/xts/pf"
- xmlns:dp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/presentation/"
- xmlns:df="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/framework/"
- xmlns:cp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/presentation/"
- xmlns:cf="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/framework/"
- xmlns:dbg="http://developer.cognos.com/schemas/xts/logicsheets/xslt/debug/"
- xmlns:qsdialog="http://developer.cognos.com/schemas/xts/logicsheets/xslt/qs/dialog/"
- xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt"
- exclude-result-prefixes="xsl xts lyt pf dp df cp cf dbg qsdialog xtsext">
- <xsl:import href="qs/logicsheets/markupTemplates.xsl"/>
- <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
- <!-- add any theme variables -->
- <qsdialog:variables/>
- <df:variables/>
- <pf:variables/>
- <!-- start the output -->
- <xsl:template match="/root">
- <dp:page>
- <dp:script>
- <qsdialog:headerIncludes dlgSize="260" featureName="ModelFilter" setupParameters="env"/>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/dialogs/filterDialog.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- </dp:script>
- <form style="margin:0px" name="f" method="POST" onsubmit="return false;">
- <table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%">
- <qsdialog:dialogHeader>
- <qsdialog:title><xts:string id="FILTER_TITLE"/></qsdialog:title>
- <qsdialog:description><xts:string id="FILTER_DESCRIPTION_DESC"/></qsdialog:description>
- </qsdialog:dialogHeader>
- <tr>
- <td width="100%" height="100%" valign="top">
- <!-- layout -->
- <lyt:layout style="2" border="no">
- <lyt:section>
- <dp:input>
- <dp:section1>
- <xts:string id="FILTER_DESCRIPTION_NAME"/>
- </dp:section1>
- <dp:section2>
- <xsl:attribute name="id">filterNameStr</xsl:attribute>
- </dp:section2>
- </dp:input>
- <xsl:if test="/root/system/param[@name='enableFilterNOT']='true'">
- <dp:input>
- <dp:section1>
- <xts:string id="FILTER_CONDITION"/>
- </dp:section1>
- <dp:section2>
- <select name="oExcludeSelectedValues">
- <option value="false"><xts:string id="FILTER_MODEL_SHOW_ONLY"/></option>
- <option value="true"><xts:string id="FILTER_MODEL_DO_NOT_SHOW"/></option>
- </select>
- </dp:section2>
- </dp:input>
- </xsl:if>
- <table cellpadding="1" cellspacing="0" border="0" alt="" style="margin-top:5px;">
- <tr>
- <td class="formText"><img height="30" width="30" src="{$skin_root}/prompting/images/tip_template.gif"/></td>
- <td class="formText" id="filterDeleteLink"><xts:string id="FILTER_MODEL_DELETE_LINK"/></td>
- </tr>
- </table>
- </lyt:section>
- <lyt:section>
- <div id="b_summaryOptions" style="display:none">
- <dp:choice title="FILTER_BASED_ON">
- <dp:section1>
- <input type="radio" name="r_summaryOption" value="detail"/>
- </dp:section1>
- <dp:section2>
- <xts:string id="FILTER_NUMSUM_DETAILS"/>
- </dp:section2>
- <dp:section1>
- <input type="radio" name="r_summaryOption" value="raw"/>
- </dp:section1>
- <dp:section2>
- <xts:string id="FILTER_NUMSUM_RAW"/>
- </dp:section2>
- </dp:choice>
- </div>
- </lyt:section>
- </lyt:layout>
- </td>
- </tr>
- <tr>
- <td width="100%" height="0%">
- <qsdialog:defaultButtons/>
- </td>
- </tr>
- <!-- <dbg:dumpxml select="/"/> -->
- </table>
- </form>
- </dp:page>
- </xsl:template>
- </xsl:stylesheet>
- </xts:block>
- </xts:morphlet>
|