_v4j.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  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="_v4j" idsDialogTitle="IDS_PROP_CSSLength">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_v4j._wph( event )">
  11. <div HAL_dlgItemId="divMsg" style="padding-top:4px" class="clsDialogText" tabIndex="0" HAL_aria-labelledby="divMsg"></div>
  12. <table cellpadding="0" cellspacing="0" class="clsDialogText" style="padding-left:5px">
  13. <tr>
  14. <td><input HAL_dlgItemId="txtLength" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" onkeypress="_4qn._yo3(event)" onchange="_4qn._m95( event )"/></td>
  15. <td><table HAL_dlgItemId="cboUnits" class="clsCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
  16. </tr>
  17. </table>
  18. <div class="clsDlgButtonBar">
  19. <button class="clsDlgButton" onclick="_v4j._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  20. <button class="clsDlgButton" onclick="_v4j._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
  21. </div>
  22. </div>
  23. ]]></dialogHtml>
  24. <externalResources>
  25. <externalResource src="cchl/res/cchl_dialog_resources.xml"/>
  26. </externalResources>
  27. <styleSheets>
  28. <styleSheet src="cchl/cchl_dialogs.css"/>
  29. </styleSheets>
  30. </dialog>
  31. </resources>