_tx2.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2017
  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="_tx2" idsDialogTitle="IDS_CCHL_DRILLTHROUGH_SELECTIONS" helpId="dlgDrillThroughSelections">
  9. <dialogHtml><![CDATA[
  10. <style>
  11. ._tx2_clsCenterText
  12. {
  13. text-align: center;
  14. line-height: 24px;
  15. }
  16. </style>
  17. <div class="clsDlgDrillThroughSelections" style="width: 600px">
  18. <div>
  19. <div HAL_dlgItemId="divDrillThroughList" class="clsListView" style="height: 150px; width: 100%; margin-bottom: 1em">
  20. </div>
  21. <div>
  22. <div HAL_dlgItemId="divAdvanced" style="display: flex; flex-direction:row">
  23. <div>
  24. <img HAL_dlgItemId="imgArrow" src="cchl/images/icon_arrow_collapsed_32px.svg" style="height: 16px"/>
  25. </div>
  26. <div style="color:var(--primary1); padding-left: 5px" HAL_ids="IDS_CCHL_DRILLTHROUGH_ADVANCED"></div>
  27. </div>
  28. <div HAL_dlgItemId="divDrilThroughDetails" style="margin-left: 16px; display: block">
  29. <div style="margin-top: 6px">
  30. <span class="_tx2_clsCenterText" style="font-weight: bold" HAL_ids="IDS_CCHL_DRILLTHROUGH_LINKNAME"></span>
  31. <span HAL_dlgItemId="lblLinkName"></span>
  32. </div>
  33. <div style="margin-top: 6px">
  34. <span class="_tx2_clsCenterText" style="font-weight: bold" HAL_ids="IDS_CCHL_DRILLTHROUGH_TARGET"></span>
  35. <div HAL_dlgItemId="divTarget" style="height: 40px; overflow-y: auto; border: 1px solid #CCCCCC">
  36. </div>
  37. </div>
  38. <div style="margin-top: 6px">
  39. <span class="_tx2_clsCenterText" style="font-weight: bold" HAL_ids="IDS_CCHL_DRILLTHROUGH_PKG_SEARCHPATH"></span>
  40. <div HAL_dlgItemId="divPackagePath" style="height: 40px; overflow-y: auto; border: 1px solid #CCCCCC">
  41. </div>
  42. </div>
  43. <div style="margin-top: 6px">
  44. <div HAL_dlgItemId="divLblParameterValues" class="clsLabel" style="font-weight: bold" HAL_ids="IDS_CCHL_DRILLTHROUGH_SELECTIONCONTEXT"></div>
  45. <div HAL_dlgItemId="divSelectionContext" class="clsListView" style="height:120px; word-wrap: break-word;" HAL_idsAriaLabel="IDS_CCHL_DRILLTHROUGH_SELECTIONCONTEXT">
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="clsDlgButtonBar">
  52. <button class="clsDlgButton" onclick="_tx2._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  53. <button class="clsDlgButton" onclick="_tx2._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_dlgItemId="btnOk" HAL_isPrimary="true"></button>
  54. </div>
  55. </div>
  56. ]]></dialogHtml>
  57. </dialog>
  58. <listView id="SelectionContextList" showColumnHeaders="true" showGridLines="true" fullRowSelect="true">
  59. <columnHeaders>
  60. <columnHeader idsLabel="IDS_CCHL_DRILLTHROUGH_ITEM" width="25%"/>
  61. <columnHeader idsLabel="IDS_CCHL_DRILLTHROUGH_DISPLAY_VALUE" width="20%"/>
  62. <columnHeader idsLabel="IDS_CCHL_DRILLTHROUGH_USE_VALUE" width="*"/>
  63. </columnHeaders>
  64. <listItems/>
  65. </listView>
  66. </resources>