123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <!--
- 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="_a0g" idsDialogTitle="IDS_EL_dataItemSet" helpId="dlgDataItemSet">
- <dialogHtml><![CDATA[
- <div onkeypress="_a0g._wph( event )">
- <div>
- <div HAL_dlgItemId="divGroupName" style="display:none; padding:0px">
- <table cellpadding="0" cellspacing="0" style="width:100%;margin-bottom:var(--16S);border-bottom:1px solid var(--text-03);">
- <tr>
- <td style="white-space:nowrap; padding:0px 0px 4px 0px" HAL_ids="IDS_LBL_NEWGROUPNAME"></td>
- </tr>
- <tr>
- <td style="width:100%; padding-bottom:var(--16S)">
- <input HAL_dlgItemId="txtGroupName" type="text" class="clsTextBox" style="width:220px" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_NEWGROUPNAME" onkeyup="_a0g._hb7()" onchange="_a0g._hb7()" onblur="_a0g._hb7()"/>
- </td>
- </tr>
- </table>
- </div>
- <table>
- <tr style="vertical-align:top">
- <td>
- <div class="clsLabel" HAL_ids="IDS_LBL_AVAILABLEMEMBERS2"></div>
-
- <div HAL_dlgItemId="tabMain_Panels" style="padding-bottom:0">
- <!-- TabPanel [Source] -->
- <div HAL_dlgItemId="tabMain_Panel0">
- <div HAL_dlgItemId="divModelTree" class="clsTreeView" style="width:280px; height:230px" tabIndex="0" HAL_idsAriaLabel="IDS_LBL_AVAILABLEMEMBERS2"></div>
- </div>
- <!-- TabPanel [Search] -->
- <div HAL_dlgItemId="tabMain_Panel1">
- <div HAL_dlgItemId="divSearchTree" class="clsTreeView" style="width:280px; height:230px" tabIndex="0" HAL_idsAriaLabel="IDS_LBL_AVAILABLEMEMBERS2"></div>
- </div>
- </div>
- <!-- TabBox -->
- <table HAL_dlgItemId="tabMain" HAL_tabOrientation="bottom" style="width:100%">
- <tr>
- <td HAL_idsTooltip="IDS_TAB_SOURCE"><svg class="clsSvgIcon" style="width:16px; height:16px;"><use xlink:href="#def_source_16x16"/></svg></td>
- <td HAL_idsTooltip="IDS_TAB_SEARCH"><svg class="clsSvgIcon" style="width:16px; height:16px;"><use xlink:href="#def_hal_search_16x16"/></svg></td>
- </tr>
- </table>
- </td>
- <td style="text-align:center; vertical-align:middle">
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnRight" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_INSERT_MEMBER" onclick="_a0g._whe()" ondblclick="_a0g._whe()">
- <svg><use xlink:href="#def_hal_move_right_16x16"/></svg>
- </button>
- </div>
- <div class="clsButtonToolbar">
- <button HAL_dlgItemId="btnLeft" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_REMOVE_MEMBER" onclick="_a0g._x4g()" ondblclick="_a0g._x4g()">
- <svg><use xlink:href="#def_hal_move_left_16x16"/></svg>
- </button>
- </div>
- </td>
- <td>
- <div class="clsLabel" HAL_ids="IDS_LBL_DATAITEMSETMEMBERS"></div>
- <div HAL_dlgItemId="divMembersList" class="clsListView" style="width:280px; height:270px" HAL_idsAriaLabel="IDS_LBL_DATAITEMSETMEMBERS"></div>
- </td>
- </tr>
- </table>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_a0g._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" HAL_dlgItemId="btnOK" onclick="_a0g._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <requireFiles>
- <requireFile src="cchl/_4m9"/>
- </requireFiles>
- </dialog>
- <menuPopupSet id="ModelMenuPopupSet">
- <menuPopup id="_a0g_mnuModelPopup">
- <menuItem id="_a0g_mnuModelInsert" idsLabel="IDS_MI_POPUP_METADATA_INSERT" smallSvgIcon="def_insert_16x16" onCommand="_a0g._fee()"/>
- <menuSeparator/>
- <menuItem id="_a0g_mnuModelSearch" idsLabel="IDS_MI_POPUP_METADATA_SEARCH" smallSvgIcon="def_hal_search_16x16" onCommand="_a0g._vrc()"/>
- </menuPopup>
- </menuPopupSet>
- </resources>
|