_9d8.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="_9d8" idsDialogTitle="IDS_TITLE_MAPFEATURESEARCH" helpId="dlgMapFeatureSearch">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_9d8._wph( event )">
  11. <table cellspacing="0" cellpadding="0">
  12. <tr style="vertical-align:top">
  13. <td>
  14. <div class="clsLabel" HAL_ids="IDS_LBL_SEARCH_STRING"></div>
  15. <div><input HAL_dlgItemId="txtSearchString" type="text" class="clsTextBox" style="width:250px" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_SEARCH_STRING"/></div>
  16. <div class="clsLabelSequence" HAL_ids="IDS_LBL_SEARCH_MAP_LAYER"></div>
  17. <table HAL_dlgItemId="cboMapLayer" style="width:250px" HAL_idsAriaLabel="IDS_LBL_SEARCH_MAP_LAYER"></table>
  18. <fieldset style="margin-top:var(--16S)">
  19. <legend HAL_ids="IDS_LBL_SEARCH_OPTIONS"></legend>
  20. <div style="padding:var(--16S)">
  21. <label HAL_dlgItemFor="radStartsWith" class="clsRadioButton">
  22. <input HAL_dlgItemId="radStartsWith" HAL_dlgItemName="rad" checked="true" type="radio"/><span HAL_ids="IDS_LBL_STARTS_WITH"></span>
  23. </label>
  24. <label HAL_dlgItemFor="radContains" class="clsRadioButton" style="margin-top:var(--16S)">
  25. <input HAL_dlgItemId="radContains" HAL_dlgItemName="rad" type="radio"/><span HAL_ids="IDS_LBL_CONTAINS"></span>
  26. </label>
  27. </div>
  28. </fieldset>
  29. <button style="margin-top:var(--16S); margin-left:0px" class="clsDlgButton" onclick="_9d8._gjk()" HAL_ids="IDS_BTN_SEARCH"></button>
  30. </td>
  31. <td style="padding-left:var(--16S)">
  32. <div class="clsLabel" HAL_ids="IDS_LBL_MATCHING_FEATURES"></div>
  33. <div HAL_dlgItemId="lvFeatures" class="clsListView" style="width:200px; height:155px" HAL_idsAriaLabel="IDS_LBL_MATCHING_FEATURES"></div>
  34. </td>
  35. </tr>
  36. </table>
  37. <div class="clsDlgButtonBar">
  38. <button class="clsDlgButton" onclick="_9d8._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  39. <button class="clsDlgButton" HAL_isDefault="true" onclick="_9d8._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  40. </div>
  41. </div>
  42. ]]></dialogHtml>
  43. </dialog>
  44. </resources>