123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!--
- 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="_w4j">
- <dialogHtml><![CDATA[
- <div style="width:250px" onkeypress="_w4j._wph( event )">
- <table cellspacing="0" cellpadding="0" style="height:100%; width:100%">
- <tr>
- <td>
- <div HAL_dlgItemId="divMsg1"></div>
- </td>
- </tr>
- <tr style="vertical-align:top">
- <td style="height:100%; width:100%">
- <input type="text" HAL_dlgItemId="txtText1" HAL_isSelectable="true" class="clsTextBox" style="width:100%" HAL_aria-labelledby="divMsg1" onkeydown="_w4j._acj( event )"/>
- </td>
- </tr>
- <tr>
- <td>
- <div HAL_dlgItemId="divMsg2" style="padding-top:var(--16S)"></div>
- </td>
- </tr>
- <tr style="vertical-align:top">
- <td style="height:100%; width:100%;">
- <input type="text" HAL_dlgItemId="txtText2" HAL_isSelectable="true" class="clsTextBox" style="width:100%" HAL_aria-labelledby="divMsg2"/>
- </td>
- </tr>
- <tr style="vertical-align:bottom">
- <td class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_w4j._l5d(_zgk._dml)" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_w4j._l5d(_zgk._2qn)" HAL_ids="IDS_HAL_BTN_OK"></button>
- </td>
- </tr>
- </table>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|