_jce.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="_jce" idsDialogTitle="IDS_TITLE_BURSTOPTIONS" helpId="dlgBurstOptions">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_jce._wph( event )">
  11. <div style="padding-bottom:var(--16S); white-space:nowrap">
  12. <label HAL_dlgItemFor="chkBurst" class="clsToggle">
  13. <input HAL_dlgItemId="chkBurst" hideFocus="true" onclick="_jce._6qe()" type="checkbox"/><span HAL_ids="IDS_LBL_BURST"></span>
  14. </label>
  15. </div>
  16. <table cellpadding="0" cellspacing="0">
  17. <tr style="vertical-align:top">
  18. <td>
  19. <fieldset HAL_dlgItemId="fsBurstKey">
  20. <legend HAL_ids="IDS_LBL_BURSTGROUPS"></legend>
  21. <div style="height:290px; padding:var(--16S)">
  22. <div HAL_ids="IDS_LBL_BURST_KEY_QUERY" class="clsLabel"></div>
  23. <table HAL_dlgItemId="cboBurstKeyQuery" HAL_idsAriaLabel="IDS_LBL_BURST_KEY_QUERY" style="width:220px"></table>
  24. <div HAL_ids="IDS_LBL_BURST_KEY_LABEL" class="clsLabelSequence"></div>
  25. <table HAL_dlgItemId="cboBurstKeyLabel" HAL_idsAriaLabel="IDS_LBL_BURST_KEY_LABEL" style="width:220px"></table>
  26. <div HAL_ids="IDS_LBL_GROUPS" class="clsLabelSequence"></div>
  27. <div HAL_dlgItemId="divGroups" tabIndex="0" HAL_idsAriaLabel="IDS_LBL_GROUPS" class="clsListView" style="background-color:transparent; width:220px; height:80px"></div>
  28. <div style="padding-top:2px">
  29. <button HAL_dlgItemId="btnEditGroups" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_EDIT" onclick="_jce._bb7()" ondblclick="_jce._bb7()">
  30. <svg><use xlink:href="#def_hal_edit_16x16"/></svg>
  31. </button>
  32. </div>
  33. </div>
  34. </fieldset>
  35. </td>
  36. <td style="padding-left:var(--16S)">
  37. <fieldset HAL_dlgItemId="fsBurstRecipient">
  38. <legend HAL_ids="IDS_LBL_BURST_RECIPIENT"></legend>
  39. <div style="height:290px; padding:var(--16S)">
  40. <div HAL_ids="IDS_LBL_BURST_RECIPIENT_QUERY" class="clsLabel"></div>
  41. <table HAL_dlgItemId="cboBurstRecipientQuery" HAL_idsAriaLabel="IDS_LBL_BURST_RECIPIENT_QUERY" style="width:220px"></table>
  42. <div HAL_ids="IDS_LBL_DATAITEM" class="clsLabelSequence"></div>
  43. <table HAL_dlgItemId="cboBurstRecipientDataItem" HAL_idsAriaLabel="IDS_LBL_DATAITEM" style="width:220px"></table>
  44. <div HAL_ids="IDS_LBL_BURST_RECIPIENT_TYPE" class="clsLabelSequence"></div>
  45. <table HAL_dlgItemId="cboBurstRecipientType" HAL_idsAriaLabel="IDS_LBL_BURST_RECIPIENT_TYPE" style="width:220px"></table>
  46. <div HAL_ids="IDS_LBL_masterDetailLinks" class="clsLabelSequence"></div>
  47. <div>
  48. <input HAL_dlgItemId="txtMD" HAL_idsAriaLabel="IDS_LBL_masterDetailLinks" class="clsTextBox clsReadOnlyTextBox" style="width:200px; vertical-align:middle;" type="text" readOnly="true" ondblclick="_jce._z95()"/>&nbsp;<button HAL_dlgItemId="btnMD" class="clsDotDotDotButton" style="vertical-align:middle" hideFocus="true" onclick="_jce._z95()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
  49. </div>
  50. </div>
  51. </fieldset>
  52. </td>
  53. </tr>
  54. </table>
  55. <div class="clsDlgButtonBar">
  56. <button class="clsDlgButton" onclick="_jce._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  57. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_jce._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  58. </div>
  59. </div>
  60. ]]></dialogHtml>
  61. </dialog>
  62. <listView id="BurstRecipientType">
  63. <listItems>
  64. <listItem value="auto" idsLabel="IDS_PROPVAL_BURST_R_AUTO"/>
  65. <listItem value="email" idsLabel="IDS_PROPVAL_BURST_R_EMAIL"/>
  66. <listItem value="directory" idsLabel="IDS_PROPVAL_BURST_R_DIR"/>
  67. </listItems>
  68. </listView>
  69. </resources>