_w4j.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="_w4j">
  9. <dialogHtml><![CDATA[
  10. <div style="width:250px" onkeypress="_w4j._wph( event )">
  11. <table cellspacing="0" cellpadding="0" style="height:100%; width:100%">
  12. <tr>
  13. <td>
  14. <div HAL_dlgItemId="divMsg1"></div>
  15. </td>
  16. </tr>
  17. <tr style="vertical-align:top">
  18. <td style="height:100%; width:100%">
  19. <input type="text" HAL_dlgItemId="txtText1" HAL_isSelectable="true" class="clsTextBox" style="width:100%" HAL_aria-labelledby="divMsg1" onkeydown="_w4j._acj( event )"/>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td>
  24. <div HAL_dlgItemId="divMsg2" style="padding-top:var(--16S)"></div>
  25. </td>
  26. </tr>
  27. <tr style="vertical-align:top">
  28. <td style="height:100%; width:100%;">
  29. <input type="text" HAL_dlgItemId="txtText2" HAL_isSelectable="true" class="clsTextBox" style="width:100%" HAL_aria-labelledby="divMsg2"/>
  30. </td>
  31. </tr>
  32. <tr style="vertical-align:bottom">
  33. <td class="clsDlgButtonBar">
  34. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_w4j._l5d(_zgk._dml)" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  35. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_w4j._l5d(_zgk._2qn)" HAL_ids="IDS_HAL_BTN_OK"></button>
  36. </td>
  37. </tr>
  38. </table>
  39. </div>
  40. ]]></dialogHtml>
  41. </dialog>
  42. </resources>