123456789101112131415161718192021222324252627 |
- <!--
- 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="_p4b" idsDialogTitle="IDS_TITLE_stringCriteria" helpId="dlgStringCriteria">
- <dialogHtml><![CDATA[
- <div>
- <div class="clsLabel" HAL_ids="IDS_LBL_OPERATOR"></div>
- <div>
- <table HAL_dlgItemId="tblOperator" style="width:200px" HAL_idsAriaLabel="IDS_LBL_OPERATOR"></table>
- </div>
- <br/>
- <div class="clsLabel" HAL_ids="IDS_LBL_STRING"></div>
- <div>
- <input HAL_dlgItemId="txtString" type="text" class="clsTextBox" HAL_idsAriaLabel="IDS_LBL_STRING" onchange="_p4b._rzm()" onkeyup="_p4b._rzm()"/>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_p4b._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_p4b._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_dlgItemId="btnOK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|