12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!--
- 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="_2n9" idsDialogTitle="IDS_TITLE_VALIDATEOPTIONS" helpId="dlgValidateOptions">
- <dialogHtml><![CDATA[
- <div onkeypress="_2n9._wph( event )">
- <div class="clsLabel" HAL_ids="IDS_LBL_VALIDATE_LEVEL"></div>
- <table HAL_dlgItemId="cboValidateLevel" style="width:200px" HAL_idsAriaLabel="IDS_LBL_VALIDATE_LEVEL"></table>
- <div class="clsLabelSequence">
- <label HAL_dlgItemFor="chkInteractive" class="clsToggle">
- <input HAL_dlgItemId="chkInteractive" type="checkbox"/><span HAL_ids="IDS_LBL_INTERACTIVE"></span>
- </label>
- </div>
- <div class="clsLabelSequence">
- <label HAL_dlgItemFor="chkDQMigration" class="clsToggle">
- <input HAL_dlgItemId="chkDQMigration" type="checkbox"/><span HAL_ids="IDS_LBL_DQMIGRATION"></span>
- </label>
- </div>
-
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_2n9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_2n9._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isDefault="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_jgk.js"/>
- <externalScript src="cchl/_957.js"/>
- <externalScript src="_qv9.js"/>
- <externalScript src="_pf2.js"/>
- </externalScripts>
- </dialog>
- <listView id="validationLevel">
- <listItems>
- <listItem value="error" idsLabel="IDS_VLEVEL_error"/>
- <listItem value="warning" idsLabel="IDS_VLEVEL_warning"/>
- <listItem value="keyTransformation" idsLabel="IDS_VLEVEL_keyTransformation"/>
- <listItem value="information" idsLabel="IDS_VLEVEL_information"/>
- </listItems>
- </listView>
- </resources>
|