_2n9.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="_2n9" idsDialogTitle="IDS_TITLE_VALIDATEOPTIONS" helpId="dlgValidateOptions">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_2n9._wph( event )">
  11. <div class="clsLabel" HAL_ids="IDS_LBL_VALIDATE_LEVEL"></div>
  12. <table HAL_dlgItemId="cboValidateLevel" style="width:200px" HAL_idsAriaLabel="IDS_LBL_VALIDATE_LEVEL"></table>
  13. <div class="clsLabelSequence">
  14. <label HAL_dlgItemFor="chkInteractive" class="clsToggle">
  15. <input HAL_dlgItemId="chkInteractive" type="checkbox"/><span HAL_ids="IDS_LBL_INTERACTIVE"></span>
  16. </label>
  17. </div>
  18. <div class="clsLabelSequence">
  19. <label HAL_dlgItemFor="chkDQMigration" class="clsToggle">
  20. <input HAL_dlgItemId="chkDQMigration" type="checkbox"/><span HAL_ids="IDS_LBL_DQMIGRATION"></span>
  21. </label>
  22. </div>
  23. <div class="clsDlgButtonBar">
  24. <button class="clsDlgButton" onclick="_2n9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  25. <button class="clsDlgButton" onclick="_2n9._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isDefault="true"></button>
  26. </div>
  27. </div>
  28. ]]></dialogHtml>
  29. <externalScripts>
  30. <externalScript src="hal/_jgk.js"/>
  31. <externalScript src="cchl/_957.js"/>
  32. <externalScript src="_qv9.js"/>
  33. <externalScript src="_pf2.js"/>
  34. </externalScripts>
  35. </dialog>
  36. <listView id="validationLevel">
  37. <listItems>
  38. <listItem value="error" idsLabel="IDS_VLEVEL_error"/>
  39. <listItem value="warning" idsLabel="IDS_VLEVEL_warning"/>
  40. <listItem value="keyTransformation" idsLabel="IDS_VLEVEL_keyTransformation"/>
  41. <listItem value="information" idsLabel="IDS_VLEVEL_information"/>
  42. </listItems>
  43. </listView>
  44. </resources>