_wc1.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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="_wc1" helpId="dlgFloatingPointFilterWarning">
  9. <dialogHtml>
  10. <![CDATA[
  11. <div onkeypress="_wc1._wph( event )">
  12. <table class="clsDialogText" style="padding:4px" cellpadding="0" cellspacing="0">
  13. <tr style="vertical-align:top">
  14. <td>
  15. <svg class="clsSvgIcon32x32"><use xlink:href="#def_hal_icon_warning_32x32"/></svg>
  16. </td>
  17. <td style="padding-left:7px; padding-top:7px;width:400px">
  18. <span HAL_ids="IDS_FLOATINGPOINT_WARNING">&nbsp;</span>
  19. </td>
  20. </tr>
  21. </table>
  22. <div style="padding-top:10px">
  23. <label HAL_dlgItemFor="chkHideWarning" class="clsToggle">
  24. <input HAL_dlgItemId="chkHideWarning" type="checkbox"/><span HAL_ids="IDS_HIDE_FLOAT_WARNING"></span>
  25. </label>
  26. </div>
  27. <div class="clsDlgButtonBar">
  28. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_wc1._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  29. </div>
  30. </div>
  31. ]]></dialogHtml>
  32. </dialog>
  33. </resources>