12345678910111213141516171819202122232425262728293031323334 |
- <!--
- 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="_k36" idsDialogTitle="IDS_TITLE_MAPDICTIONARYENTRY" helpId="dlgMapDictionaryEntry">
- <dialogHtml><![CDATA[
- <div onkeypress="_k36._wph( event )">
- <div class="clsLabel" HAL_ids="IDS_LBL_NAME"></div>
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input HAL_dlgItemId="txtFeatureName" type="text" class="clsTextBox" style="width:220px" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_NAME"/>
- </td>
- <td style="padding-left:2px">
- <button HAL_dlgItemId="btnSearch" class="clsDlgButton" onclick="_k36._gjk()" hideFocus="true" style="vertical-align:middle; margin-left:2px" HAL_ids="IDS_BTN_SEARCH_EXTRA"></button>
- </td>
- </tr>
- </table>
- <div class="clsLabelSequence" HAL_ids="IDS_LBL_MAPALIAS"></div>
- <input HAL_dlgItemId="txtAlias" type="text" class="clsTextBox" style="width:220px" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_MAPALIAS"/>
- <div class="clsLabelSequence" HAL_ids="IDS_LBL_LOCALES"></div>
- <table HAL_dlgItemId="cboLocale" style="width:220px" HAL_idsAriaLabel="IDS_LBL_LOCALES"></table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_k36._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" HAL_isDefault="true" onclick="_k36._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|