123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646 |
- <?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, canUseQueryStudioAdvancedMode">
- <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/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:qsdlg="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 qsdlg xtsext">
- <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
- <!-- Default variables (like skin) -->
- <qsdlg:variables/>
- <!-- add any theme variables -->
- <df:variables/>
- <pf:variables/>
- <!-- start the output -->
- <xsl:template match="/root">
- <dp:page>
- <dp:script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/layout.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/dialogs/styleText.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/CSSManager.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <link rel="stylesheet" type="text/css" href="{$qsdlgskin}/prompting/promptCommon.css"/>
- <link rel="stylesheet" type="text/css" href="{$qsdlgskin}/qs/QSRVDialog.css"/>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/prompting.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/CTreeIE5NS6.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/CAlignmentPicker.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/CColorPicker.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/classes/CDialogManager.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/qs/classes/CWindowManager.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <!-- Fix for bug COGCQ00080804
- If a customer doesn't create a promptingStrings_<locale>.js file properly, we still want to have the defaults loaded.
- So, import the english one first
- -->
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/res/promptingStrings_en.js</xsl:attribute>
- </script>
-
- <script type="text/javascript">
- <xsl:attribute name="src"><xsl:value-of select="$webRoot"/>/prompting/res/promptingStrings_<xsl:choose>
- <!-- 'zh' isn't a valid locale for promptingStrings, defaulting to 'zh-cn' -->
- <xsl:when test="/root/user/param[@name='productLocale']='zh'">zh-cn</xsl:when>
- <xsl:otherwise><xsl:value-of select="/root/user/param[@name='productLocale']"/></xsl:otherwise>
- </xsl:choose>.js</xsl:attribute>
- <xsl:text/>//<xsl:text/>
- </script>
- <script type="text/javascript"><!--
- var goDialogManager = new CDialogManager();
- var cf = getConfigFrame();
- var previewString = "<xts:string id="STYLE_DIALOG_PREVIEW_STRING" encode="javascript"/>";
- var alignments = new Array();
- alignments[""] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_DEFAULT" encode="javascript"/>";
- alignments["TL"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_TOP_LEFT" encode="javascript"/>";
- alignments["TC"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_TOP_CENTER" encode="javascript"/>";
- alignments["TR"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_TOP_RIGHT" encode="javascript"/>";
- alignments["ML"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_MIDDLE_LEFT" encode="javascript"/>";
- alignments["MC"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_MIDDLE_CENTER" encode="javascript"/>";
- alignments["MR"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_MIDDLE_RIGHT" encode="javascript"/>";
- alignments["BL"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_BOTTOM_LEFT" encode="javascript"/>";
- alignments["BC"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_BOTTOM_CENTER" encode="javascript"/>";
- alignments["BR"] = "<xts:string id="STYLE_DIALOG_TEXT_ALIGN_BOTTOM_RIGHT" encode="javascript"/>";
- var sections = new Array("chkTitle"
- ,"chkColumnHeadings"
- ,"chkSectionSummaryTitles"
- ,"chkSubtitle"
- ,"chkData"
- ,"chkSectionSummaryValues"
- ,"chkFilters"
- ,"chkGroupSummaryTitles"
- ,"chkSummaryTitles"
- ,"chkSections"
- ,"chkGroupSummaryValues"
- ,"chkSummaryValues"
- //,"chkFooter"
- );
- var advClosedSize = 442;
- var advOpenSize = 557;
- function execute(evt)
- {
- if(goDialogManager.isSpaceOrEnterKeyEvent(evt))
- {
- // send the style command
- if (cf)
- {
- var css = processCSSForSubmission(getCSSFromForm());
- <xsl:choose>
- <xsl:when test="/root/env/param[@name='modal']='true'">
- var fct = getConfigFrame().dlgGlobalGetParm("csCALLBACK");
- if (typeof fct == "function") {
- fct(css);
- }
- cf.hideCModal();
- </xsl:when>
- <xsl:otherwise>
- cf.hideDialogFrame();
- if (document.f.apply_styles_to[0].checked)
- {
- cf.sendStyleCommand('',false);
- cf.sendStyleCommand(css,false);
- }
- else
- {
- for (var i=0; i < sections.length; i++)
- {
- if (document.f[sections[i]].checked)
- {
- selectionType = document.f[sections[i]].value;
- cf.sendStyleAllCommand('', selectionType, false);
- cf.sendStyleAllCommand(css, selectionType, false);
- }
- }
- }
- cf.sendBufferedCommands();
- </xsl:otherwise>
- </xsl:choose>
- }
- }
- }
- function cancelDialog(evt)
- {
- if(goDialogManager.isSpaceOrEnterKeyEvent(evt))
- {
- if (cf)
- {
- <xsl:choose>
- <xsl:when test="/root/env/param[@name='modal']='true'">
- cf.hideCModal();
- </xsl:when>
- <xsl:otherwise>
- cf.hideDialogFrame();
- </xsl:otherwise>
- </xsl:choose>
- }
- }
- }
- function showHideApplyStyles()
- {
- var applyStylesRow1 = document.getElementById("applyStylesRow1");
- var applyStylesRow2 = document.getElementById("applyStylesRow2");
- var applyStylesRow3 = document.getElementById("applyStylesRow3");
- var applyStylesImg = document.getElementById("applyStylesImg");
- if (applyStylesRow1.style.display == "none")
- {
- if (document.all)
- {
- applyStylesRow1.style.display = "inline";
- applyStylesRow2.style.display = "inline";
- applyStylesRow3.style.display = "inline";
- }
- else
- {
- applyStylesRow1.style.display = "table-row";
- applyStylesRow2.style.display = "table-row";
- applyStylesRow3.style.display = "table-row";
- }
- applyStylesImg.src = "<xsl:value-of select="xtsext:javascriptencode(string($qsdlgskin))"/>/prompting/images/prompt_option_collapse.gif";
- cf.showDialogFrame(advOpenSize);
- }
- else
- {
- applyStylesRow1.style.display = "none";
- applyStylesRow2.style.display = "none";
- applyStylesRow3.style.display = "none";
- applyStylesImg.src = "<xsl:value-of select="xtsext:javascriptencode(string($qsdlgskin))"/>/prompting/images/prompt_option_expand.gif";
- cf.showDialogFrame(advClosedSize);
- }
- }
- function init()
- {
- attachMouseEvents();
- if (cf)
- {
- cp.setColor(null);
- bcp.setColor(null);
- var fontFamily = document.f.fontFamily;
- for (var i = 0; i < cf.supportedFonts.length; i++)
- {
- var fontValue = cf.supportedFonts[i];
- if (fontValue.indexOf(' ') >= 0) {
- fontValue = "'" + fontValue + "'";
- }
- fontFamily.options[fontFamily.options.length] = new Option(cf.supportedFonts[i], fontValue);
- }
- var fontSize = document.f.fontSize;
- for (var i = 0; i < cf.supportedFontSizes.length; i++)
- {
- fontSize.options[fontSize.options.length] = new Option(cf.supportedFontSizes[i] + " " + cf.supportedFontSizesUnitLabel, cf.supportedFontSizes[i] + cf.supportedFontSizesUnit);
- }
- }
- <xsl:choose>
- <xsl:when test="/root/env/param[@name='modal']='true'">
- document.body.className = 'body_dialog_modal';
- sections = new Array();
- var currentStyleStr = (cf ? cf.dlgGlobalGetParm('xxStyle') : '');
- </xsl:when>
- <xsl:otherwise>
- if (cf) cf.showDialogFrame(advClosedSize);
- setApplyTo(false);
- var currentStyleArr = getStylesFromAllSelectedCols();
- currentStyleArr = currentStyleArr.concat(getStylesFromAllSelectedReportElements());
- var currentStyleStr = mergeStyles(currentStyleArr);
- </xsl:otherwise>
- </xsl:choose>
- setCSS(currentStyleStr);
- document.f.fontFamily.focus();
- }
- function setCSS(styleStr)
- {
- var elementsArray = new Array(document.getElementById('selectColorSwatchForeColor'), document.getElementById('selectColorSwatchBackColor'), alp, cp, bcp)
- var formArray = new Array(document.f.ForeColor, document.f.BackColor,
- document.f.chkUnderline, document.f.chkOverline, document.f.chkStrikeThrough,
- document.f.textAlignment,
- document.f.fontFamily, document.f.fontSize, document.f.fontWeight, document.f.fontStyle);
- initTextStyles(styleStr, elementsArray, formArray);
- updatePreview();
- }
- function setApplyTo(bEnabled)
- {
- for (var i=0; i < sections.length; i++)
- {
- document.f[sections[i]].disabled = !bEnabled;
- }
- }
- //--></script>
- </dp:script>
- <form style="margin:0px" name="f" method="POST" onsubmit="return false;" onclick="hidePickers()">
- <xsl:if test="/root/env/param[@name='modal']='true'">
- <xsl:attribute name="class">body_dialog_modal</xsl:attribute>
- </xsl:if>
- <table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%">
- <xsl:if test="not(/root/env/param[@name='modal']='true')">
- <tr>
- <td width="100%" height="0%">
- <!-- dialog header -->
- <dp:header help="false">
- <!-- header titles -->
- <dp:title>
- <xts:string id="STYLE_DIALOG_TEXT_TITLE"/>
- </dp:title>
- <!-- close link for the header -->
- <dp:close>
- <a href="javascript:getConfigFrame().hideDialogFrame()">
- <dp:closeMarker/>
- </a>
- </dp:close>
- <!-- description (hint text) -->
- <dp:description>
- <xts:string id="STYLE_DIALOG_TEXT_TITLE_DESCRIPTION"/>
- </dp:description>
- </dp:header>
- </td>
- </tr>
- </xsl:if>
- <tr>
- <td width="100%" height="100%" valign="top">
- <!-- layout -->
- <lyt:layout style="1" border="no">
- <lyt:section>
- <table width="100%" border="0">
- <tr>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_FONT"/>
- </dp:section1>
- <dp:section2>
- <select name="fontFamily" onchange="updatePreview()">
- <option value=""><xts:string id="STYLE_DIALOG_SELECT_FONT_FAMILY_DEFAULT"/></option>
- </select>
- </dp:section2>
- </dp:input>
- </td>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_SIZE"/>
- </dp:section1>
- <dp:section2>
- <select name="fontSize" onchange="updatePreview()">
- <option value=""><xts:string id="STYLE_DIALOG_SELECT_FONT_SIZE_DEFAULT"/></option>
- </select>
- </dp:section2>
- </dp:input>
- </td>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_WEIGHT"/>
- </dp:section1>
- <dp:section2>
- <select name="fontWeight" onchange="updatePreview()">
- <option value=""><xts:string id="STYLE_DIALOG_SELECT_FONT_WEIGHT_DEFAULT"/></option>
- <option value="normal"><xts:string id="STYLE_DIALOG_SELECT_FONT_WEIGHT_NORMAL"/></option>
- <option value="bold"><xts:string id="STYLE_DIALOG_SELECT_FONT_WEIGHT_BOLD"/></option>
- </select>
- </dp:section2>
- </dp:input>
- </td>
- </tr>
- <tr>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_COLOR"/>
- </dp:section1>
- <dp:section2>
- <qsdlg:colorSwatch id="ForeColor" jsObjId="cp" fct="updateColor" type="TYPE_COLOR"/>
- </dp:section2>
- </dp:input>
- </td>
- <td valign="top" rowspan="2">
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_EFFECTS"/>
- </dp:section1>
- <dp:section2>
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText">
- <input type="checkbox" name="chkUnderline" value="text-decoration:underline" onclick="updatePreview()">
- <xts:string id="STYLE_DIALOG_TEXT_FONT_UNDERLINE"/>
- </input>
- </td>
- </tr>
- <tr>
- <td class="formText">
- <input type="checkbox" name="chkOverline" value="text" onclick="updatePreview()">
- <xts:string id="STYLE_DIALOG_TEXT_FONT_OVERLINE"/>
- </input>
- </td>
- </tr>
- <tr>
- <td class="formText">
- <input type="checkbox" name="chkStrikeThrough" value="text" onclick="updatePreview()">
- <xts:string id="STYLE_DIALOG_TEXT_FONT_STRIKETHROUGH"/>
- </input>
- </td>
- </tr>
- </table>
- </dp:section2>
- </dp:input>
- </td>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_STYLE"/>
- </dp:section1>
- <dp:section2>
- <select name="fontStyle" onchange="updatePreview()">
- <option value=""><xts:string id="STYLE_DIALOG_SELECT_FONT_STYLE_DEFAULT"/></option>
- <option value="normal"><xts:string id="STYLE_DIALOG_SELECT_FONT_STYLE_NORMAL"/></option>
- <option value="italic"><xts:string id="STYLE_DIALOG_SELECT_FONT_STYLE_ITALIC"/></option>
- </select>
- </dp:section2>
- </dp:input>
- </td>
- </tr>
- <tr>
- <td>
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_BACKGROUND_COLOR"/>
- </dp:section1>
- <dp:section2>
- <qsdlg:colorSwatch id="BackColor" jsObjId="bcp" fct="updateBackgroundColor" type="TYPE_BACKGROUND_COLOR"/>
- </dp:section2>
- </dp:input>
- </td>
- <td valign="top">
- <dp:input>
- <dp:section1>
- <xts:string id="STYLE_DIALOG_TEXT_FONT_TEXT_ALIGNMENT"/>
- </dp:section1>
- <dp:section2>
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText">
- <input type="hidden" name="textAlignment" value=""/>
- <div id="selectAlignment"/>
- </td>
- <td>
- <div style="padding-left:5px;" id="selectAlignmentALP"/>
- <script>
- var alp = new CAlignmentPicker("ALP", "alp", "updateAlignment", null, false);
- </script>
- </td>
- </tr>
- </table>
- </dp:section2>
- </dp:input>
- </td>
- </tr>
- </table>
- <table style="width:85%;height:118px;" border="0">
- <tr>
- <td class="formLabel">
- <xts:string id="STYLE_DIALOG_PREVIEW"/>
- </td>
- </tr>
- <tr>
- <td id="preview" class="formText" style="padding:9px;border:1px solid #999999;"/>
- </tr>
- <tr>
- <td class="formText" style="text-align:right;width:100%" nowrap="nowrap">
- <a href="javascript:void(0);" onmousedown="setCSS('');" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;"><xts:string id="STYLE_BORDER_RESET"/></a>
- </td>
- </tr>
- </table>
- <xsl:if test="not(/root/env/param[@name='modal']='true')">
- <table border="0" cellspacing="1" cellpadding="1" width="85%">
- <tr>
- <td class="formText">
- <a style="padding-right:5px;" href="javascript:void(0);" onmousedown="showHideApplyStyles()" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;"><xts:string id="STYLE_DIALOG_ADVANCED_OPTIONS"/></a>
- <a href="javascript:void(0);" onmousedown="showHideApplyStyles()" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">
- <img id="applyStylesImg" border="0">
- <xsl:attribute name="src"><xsl:value-of select="$qsdlgskin"/>/prompting/images/prompt_option_expand.gif</xsl:attribute>
- </img>
- </a>
- </td>
- </tr>
- <tr id="applyStylesRow1" style="display:none;">
- <td class="formText">
- <input type="radio" name="apply_styles_to" value="current_selection" checked="true" onclick="setApplyTo(false); return true;">
- <xts:string id="STYLE_DIALOG_TEXT_APPLY_CURRENT"/>
- </input>
- </td>
- </tr>
- <tr id="applyStylesRow2" style="display:none;">
- <td class="formText">
- <input type="radio" name="apply_styles_to" value="specified_selection" onclick="setApplyTo(true); return true;">
- <xts:string id="STYLE_DIALOG_TEXT_APPLY_CUSTOM"/>
- </input>
- </td>
- </tr>
- <tr id="applyStylesRow3" style="display:none;">
- <td class="formText" style="padding-left:32px;">
- <table border="0" cellspacing="1" cellpadding="1" width="100%">
- <tr>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkTitle" value="TitleStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_TITLE"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:34%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkColumnHeadings" value="ColumnTitleStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_COLUMN_TITLES"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSectionSummaryTitles" value="ColumnSectionFooterLabelStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SECTION_SUMMARY_TITLES"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSubtitle" value="SubtitleStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SUBTITLE"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:34%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkData" value="ColumnStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_DATA"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSectionSummaryValues" value="ColumnSectionFooterValueStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SECTION_SUMMARY_VALUES"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkFilters" value="FilterStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_FILTERS"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:34%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkGroupSummaryTitles" value="ColumnGroupFooterLabelStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_GROUP_SUMMARY_TITLES"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSummaryTitles" value="ColumnFooterLabelStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SUMMARY_TITLES"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSections" value="SectionStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SECTIONS"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:34%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkGroupSummaryValues" value="ColumnGroupFooterValueStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_GROUP_SUMMARY_VALUES"/></td>
- </tr>
- </table>
- </td>
- <td class="formText" style="width:33%">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkSummaryValues" value="ColumnFooterValueStyle"/></td>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_SUMMARY_VALUES"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="2"/>
- <td class="formText" style="width:33%">
- <!--<table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="formText"><input type="checkbox" name="chkFooter" value="FooterStyle">/></td>
- </tr>
- <tr>
- <td class="formText"><xts:string id="STYLE_DIALOG_TEXT_APPLY_ALL_FOOTER"/></td>
- </tr>
- </table>-->
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </xsl:if>
- </lyt:section>
- </lyt:layout>
- </td>
- </tr>
- <xsl:if test="not(/root/env/param[@name='modal']='true')">
- <tr>
- <td width="100%" height="0%">
- <dp:footer>
- <df:button df:id="IDS_OK" df:style="href" onkeypress="javascript:execute(event)" df:href="javascript:execute(null)"/>
- <df:button df:id="IDS_CANCEL" df:style="href" onkeypress="javascript:cancelDialog(event)" df:href="javascript:cancelDialog(null)"/>
- </dp:footer>
- </td>
- </tr>
- </xsl:if>
- </table>
- </form>
- <!-- <dbg:dumpxml select="/"/> -->
- </dp:page>
- </xsl:template>
- </xsl:stylesheet>
- </xts:block>
- </xts:morphlet>
|