1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!--
- 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="_2qc" visualParentRelation="left">
- <dialogHtml><![CDATA[
- <style>
- ._2qc_clsDatasetTextBox
- {
- border: 0;
- outline: 0;
- background: transparent;
- border-bottom: 2px solid var(--primary1);
- color: var(--text-01);
- font-size: var(--BODY-S);
- }
- ._2qc_clsSvgChevron
- {
- height: 16px;
- width: 16px;
- margin: 0 8px 0 8px;
- fill: var(--text-03);
- vertical-align: bottom;
- }
- </style>
- <div class="clsDialog" style="padding:4px;">
- <div HAL_dlgItemId="ClientFilter_SearchBar" style="overflow: hidden; display: block; position: absolute; width: 100%; height: 60px; top: 50px; left: 0px; padding: 15px;">
- <div HAL_dlgItemId="ClientFilter_SearchBoxContainer" class="clsSearchBoxContainer">
- <svg class="clsSvgIcon16x16 clsSearchIcon"><use xlink:href="#def_hal_search_16x16"/></svg>
- <input HAL_dlgItemId="ClientFilter_SeachInput" class="clsSearchBox" HAL_isSelectable="true" HAL_idsPlaceholder="IDS_SEARCH_PLACEHOLDER"/>
- <button HAL_dlgItemId="btnClearSearch" class="clsSearchBtnClear" onclick="_2qc._lh6()"><svg class="clsSvgIcon16x16"><use xlink:href="#def_clearSearchTextBtn"/></svg></button>
- </div>
- </div>
- <div HAL_dlgItemId="divDataStoreColumns" class="clsTreeView" style="width:400px; height:300px; margin-top: 40px;" tabIndex="0"></div>
- <div HAL_dlgItemId="divRangeFilter" style="display:none; padding-top:15px; padding-left:7px; padding-right:7px;">
- <div style="width:100%; padding-bottom:15px; color:var(--text-02)">
- <span HAL_dlgItemId="txtRangeDataSetLabel"></span>
- <span><svg HAL_dlgItemId="svgChevron" class="_2qc_clsSvgChevron"><use xlink:href="#def_chevron_right_16x16"></use></svg></span>
- <span HAL_dlgItemId="txtRangeLabel" style="font-weight:bold;"></span>
- </div>
- <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;"/>
- <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;"/>
- </div>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnClear" class="clsDlgButton" HAL_ids="IDS_LBL_CLEAR"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|