1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_6qc" idsDialogTitle="IDS_TITLE_EXPLODEDSLICE" helpId="dlgExplodedSlice">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_6qc._wph( event )">
-
- <div class="clsLabel" HAL_ids="IDS_LBL_EXPLODEDAMOUNT"></div>
- <table style="width:90px" HAL_dlgItemId="tblTxtAmount" HAL_idsAriaLabel="IDS_LBL_EXPLODEDAMOUNT"></table>
- <fieldset class="clsFieldset" style="margin-top:var(--16S)">
- <legend HAL_ids="IDS_LBL_EXPLODEDSLICE"></legend>
- <div>
- <label HAL_dlgItemFor="radioIndex" class="clsLabel clsRadioButton">
- <input HAL_dlgItemName="radioSlice" HAL_dlgItemId="radioIndex" hideFocus="true" type="radio" onclick="_6qc._fv9()"/><span class="clsLabel" HAL_ids="IDS_LBL_SLICEINDEX"></span>
- </label>
- <table style="margin-left:var(--32L)" HAL_dlgItemId="tblTxtIndex" HAL_idsAriaLabel="IDS_LBL_SLICEINDEX"></table>
- <label HAL_dlgItemFor="radioExpression" class="clsRadioButton" style="margin-top:var(--16S)">
- <input HAL_dlgItemName="radioSlice" HAL_dlgItemId="radioExpression" hideFocus="true" type="radio" onclick="_6qc._fv9()"/><span class="clsLabel" HAL_ids="IDS_LBL_SLICEEXPRESSION"></span>
- </label>
- <div style="padding-left:var(--32L)">
- <input HAL_dlgItemId="txtExpression" class="clsTextBox clsReadOnlyTextBox" type="text" HAL_isSelectable="true" readOnly="true" style="vertical-align:middle; width:250px;" HAL_idsAriaLabel="IDS_LBL_SLICEEXPRESSION"/><button HAL_dlgItemId="btnExpression" class="clsDotDotDotButton" style="vertical-align:middle" hideFocus="true" onclick="_6qc._db7()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
- </div>
- </div>
- </fieldset>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_6qc._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" HAL_isDefault="true" onclick="_6qc._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="cchl/_npc.js"/>
- </externalScripts>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- <promptTextBox id="Amount" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" required="true" numbersOnly="true" validation="integer" minNumber="0" maxNumber="100" idsInvalidMsg="IDS_INVALID_0TO100"/>
- <promptTextBox id="Index" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" required="true" numbersOnly="true" validation="integer" minNumber="1" maxNumber="4294967295" idsInvalidMsg="IDS_INVALID_ExplodedSlice_Index"/>
- </resources>
|