_2qc.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  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="_2qc" visualParentRelation="left">
  9. <dialogHtml><![CDATA[
  10. <style>
  11. ._2qc_clsDatasetTextBox
  12. {
  13. border: 0;
  14. outline: 0;
  15. background: transparent;
  16. border-bottom: 2px solid var(--primary1);
  17. color: var(--text-01);
  18. font-size: var(--BODY-S);
  19. }
  20. ._2qc_clsSvgChevron
  21. {
  22. height: 16px;
  23. width: 16px;
  24. margin: 0 8px 0 8px;
  25. fill: var(--text-03);
  26. vertical-align: bottom;
  27. }
  28. </style>
  29. <div class="clsDialog" style="padding:4px;">
  30. <div HAL_dlgItemId="ClientFilter_SearchBar" style="overflow: hidden; display: block; position: absolute; width: 100%; height: 60px; top: 50px; left: 0px; padding: 15px;">
  31. <div HAL_dlgItemId="ClientFilter_SearchBoxContainer" class="clsSearchBoxContainer">
  32. <svg class="clsSvgIcon16x16 clsSearchIcon"><use xlink:href="#def_hal_search_16x16"/></svg>
  33. <input HAL_dlgItemId="ClientFilter_SeachInput" class="clsSearchBox" HAL_isSelectable="true" HAL_idsPlaceholder="IDS_SEARCH_PLACEHOLDER"/>
  34. <button HAL_dlgItemId="btnClearSearch" class="clsSearchBtnClear" onclick="_2qc._lh6()"><svg class="clsSvgIcon16x16"><use xlink:href="#def_clearSearchTextBtn"/></svg></button>
  35. </div>
  36. </div>
  37. <div HAL_dlgItemId="divDataStoreColumns" class="clsTreeView" style="width:400px; height:300px; margin-top: 40px;" tabIndex="0"></div>
  38. <div HAL_dlgItemId="divRangeFilter" style="display:none; padding-top:15px; padding-left:7px; padding-right:7px;">
  39. <div style="width:100%; padding-bottom:15px; color:var(--text-02)">
  40. <span HAL_dlgItemId="txtRangeDataSetLabel"></span>
  41. <span><svg HAL_dlgItemId="svgChevron" class="_2qc_clsSvgChevron"><use xlink:href="#def_chevron_right_16x16"></use></svg></span>
  42. <span HAL_dlgItemId="txtRangeLabel" style="font-weight:bold;"></span>
  43. </div>
  44. <span style="padding-right:8px;" HAL_ids="IDS_LBL_FROM_VALUE"></span><input HAL_dlgItemId="txtRangeFrom" class="clsTextBox" type="text" HAL_isSelectable="true" style="width:150px;"/>
  45. <span style="padding-right:8px;" HAL_ids="IDS_LBL_TO_VALUE"></span><input HAL_dlgItemId="txtRangeTo" class="clsTextBox" type="text" HAL_isSelectable="true" style="width:150px;"/>
  46. </div>
  47. <div class="clsDlgButtonBar">
  48. <button HAL_dlgItemId="btnClear" class="clsDlgButton" HAL_ids="IDS_LBL_CLEAR"></button>
  49. </div>
  50. </div>
  51. ]]></dialogHtml>
  52. </dialog>
  53. </resources>