123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_ux2" idsDialogTitle="IDS_TITLE_INTERACTIVEDRILLWIZARD" helpId="dlgInteractiveDrillWizard">
- <dialogHtml><![CDATA[
- <div>
- <style>
- ._ux2_clsDrillToReport
- {
- background-color: var(--G2);
- padding: 0 8px;
- margin-left: 3px;
- }
- ._ux2_clsDrillToReport ._ux2_clsDelButton
- {
- cursor: pointer;
- margin-left: 8px;
- }
- </style>
- <div style="width:580px">
- <div style="white-space:nowrap; padding-bottom:2px">
- <svg class="clsSvgIcon16x16"><use xlink:href="#def_hal_icon_info_16x16"/></svg>
- <span HAL_dlgItemId="spanInfoBoxLabel" HAL_ids="IDS_LBL_EXPRED_INFO"></span>
- </div>
- <div class="clsInfoBox" style="width:580px; height:70px;" HAL_ids="IDS_LBL_detailForDrill"></div>
- <div class="clsLabelSequence" HAL_ids="IDS_LBL_drillName"></div>
- <div>
- <input HAL_dlgItemId="txtName" type="text" class="clsTextBox" style="width:100%" HAL_isSelectable="true" HAL_aria-labelledby="divName" HAL_idsPlaceholder="IDS_LBL_drillNamePlaceHolder"/>
- </div>
- <div HAL_ids="IDS_LBL_drillToReports" class="clsLabelSequence"></div>
- <div style="display: flex; flex-direction: row; height: 80px">
- <div HAL_dlgItemId="divDrillTos" style="flex: 1; border: 1px solid var(--G2); overflow-y: auto; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start"></div>
- <div style="padding-left:4px">
- <button HAL_dlgItemId="btnReports" hidefocus="true" class="clsDotDotDotButton">
- <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
- </button>
- </div>
- </div>
- <div HAL_ids="IDS_LBL_sourceLinkBlock" class="clsLabelSequence" style="margin-top:var(--16S)"></div>
- <label HAL_dlgItemFor="pickLoc" class="clsRadioButton" style="margin-top:var(--16S)">
- <input HAL_dlgItemId="pickLoc" type="radio" HAL_dlgItemName="drillTargetReport" value="pickLoc" class="clsRadioButton"/><span HAL_ids="IDS_LBL_sameTabLocation"></span>
- </label>
- <table HAL_dlgItemId="cboFrames" style="margin:4px 0 0 var(--32L); min-width:17em" HAL_idsAriaLabel="IDS_LBL_LOCATION"></table>
- <label HAL_dlgItemFor="newTab" class="clsRadioButton" style="margin:var(--16S) 0">
- <input HAL_dlgItemId="newTab" type="radio" HAL_dlgItemName="drillTargetReport" value="newTab" style="cursor: pointer;"/><span HAL_ids="IDS_LBL_newTabTarget"></span>
- </label>
- <label HAL_dlgItemFor="sameTab" class="clsRadioButton">
- <input HAL_dlgItemId="sameTab" type="radio" HAL_dlgItemName="drillTargetReport" value="sameTab" checked="true"/><span HAL_ids="IDS_LBL_sameTabTarget"></span>
- </label>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_ux2._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_ux2._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_dlgItemId="btnOk" HAL_isPrimary="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_e3b.js"/>
- </externalScripts>
- </dialog>
- </resources>
|