_ux2.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2016
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_ux2" idsDialogTitle="IDS_TITLE_INTERACTIVEDRILLWIZARD" helpId="dlgInteractiveDrillWizard">
  9. <dialogHtml><![CDATA[
  10. <div>
  11. <style>
  12. ._ux2_clsDrillToReport
  13. {
  14. background-color: var(--G2);
  15. padding: 0 8px;
  16. margin-left: 3px;
  17. }
  18. ._ux2_clsDrillToReport ._ux2_clsDelButton
  19. {
  20. cursor: pointer;
  21. margin-left: 8px;
  22. }
  23. </style>
  24. <div style="width:580px">
  25. <div style="white-space:nowrap; padding-bottom:2px">
  26. <svg class="clsSvgIcon16x16"><use xlink:href="#def_hal_icon_info_16x16"/></svg>
  27. <span HAL_dlgItemId="spanInfoBoxLabel" HAL_ids="IDS_LBL_EXPRED_INFO"></span>
  28. </div>
  29. <div class="clsInfoBox" style="width:580px; height:70px;" HAL_ids="IDS_LBL_detailForDrill"></div>
  30. <div class="clsLabelSequence" HAL_ids="IDS_LBL_drillName"></div>
  31. <div>
  32. <input HAL_dlgItemId="txtName" type="text" class="clsTextBox" style="width:100%" HAL_isSelectable="true" HAL_aria-labelledby="divName" HAL_idsPlaceholder="IDS_LBL_drillNamePlaceHolder"/>
  33. </div>
  34. <div HAL_ids="IDS_LBL_drillToReports" class="clsLabelSequence"></div>
  35. <div style="display: flex; flex-direction: row; height: 80px">
  36. <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>
  37. <div style="padding-left:4px">
  38. <button HAL_dlgItemId="btnReports" hidefocus="true" class="clsDotDotDotButton">
  39. <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
  40. </button>
  41. </div>
  42. </div>
  43. <div HAL_ids="IDS_LBL_sourceLinkBlock" class="clsLabelSequence" style="margin-top:var(--16S)"></div>
  44. <label HAL_dlgItemFor="pickLoc" class="clsRadioButton" style="margin-top:var(--16S)">
  45. <input HAL_dlgItemId="pickLoc" type="radio" HAL_dlgItemName="drillTargetReport" value="pickLoc" class="clsRadioButton"/><span HAL_ids="IDS_LBL_sameTabLocation"></span>
  46. </label>
  47. <table HAL_dlgItemId="cboFrames" style="margin:4px 0 0 var(--32L); min-width:17em" HAL_idsAriaLabel="IDS_LBL_LOCATION"></table>
  48. <label HAL_dlgItemFor="newTab" class="clsRadioButton" style="margin:var(--16S) 0">
  49. <input HAL_dlgItemId="newTab" type="radio" HAL_dlgItemName="drillTargetReport" value="newTab" style="cursor: pointer;"/><span HAL_ids="IDS_LBL_newTabTarget"></span>
  50. </label>
  51. <label HAL_dlgItemFor="sameTab" class="clsRadioButton">
  52. <input HAL_dlgItemId="sameTab" type="radio" HAL_dlgItemName="drillTargetReport" value="sameTab" checked="true"/><span HAL_ids="IDS_LBL_sameTabTarget"></span>
  53. </label>
  54. </div>
  55. <div class="clsDlgButtonBar">
  56. <button class="clsDlgButton" onclick="_ux2._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  57. <button class="clsDlgButton" onclick="_ux2._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_dlgItemId="btnOk" HAL_isPrimary="true"></button>
  58. </div>
  59. </div>
  60. ]]></dialogHtml>
  61. <externalScripts>
  62. <externalScript src="_e3b.js"/>
  63. </externalScripts>
  64. </dialog>
  65. </resources>