_xce.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="_xce" idsDialogTitle="IDS_PROP_pageGradient" helpId="dlgPageGradient">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_xce._wph( event )">
  11. <div class="clsDialogText" style="white-space:nowrap; padding-bottom:7px">
  12. <label HAL_dlgItemFor="chkGradient" class="clsToggle">
  13. <input HAL_dlgItemId="chkGradient" hideFocus="true" onclick="_xce._g4a()" type="checkbox"/><span HAL_ids="IDS_LBL_DEFINE_PAGEGRADIENT"></span>
  14. </label>
  15. </div>
  16. <fieldset HAL_dlgItemId="fsContainer" class="clsDialogText">
  17. <div style="padding:var(--16S)">
  18. <div class="clsLabel">
  19. <span HAL_ids="IDS_LBL_FROMCOLOR2"></span>
  20. </div>
  21. <button HAL_dlgItemId="btnFromColor" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_FROMCOLOR2" onclick="_xce._986(this)">
  22. <table cellpadding="0" cellspacing="0">
  23. <tr>
  24. <td>
  25. <div style="width:124px"></div>
  26. </td>
  27. <td style="padding:0 2px">
  28. <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
  29. </td>
  30. </tr>
  31. </table>
  32. </button>
  33. <div class="clsLabelSequence">
  34. <span HAL_ids="IDS_LBL_TOCOLOR2"></span>
  35. </div>
  36. <button HAL_dlgItemId="btnToColor" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_TOCOLOR2" onclick="_xce._986(this)">
  37. <table cellpadding="0" cellspacing="0">
  38. <tr>
  39. <td>
  40. <div style="width:124px"></div>
  41. </td>
  42. <td style="padding:0 2px">
  43. <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
  44. </td>
  45. </tr>
  46. </table>
  47. </button>
  48. <div class="clsLabelSequence" HAL_ids="IDS_LBL_DIRECTION"></div>
  49. <table HAL_dlgItemId="cboDirection" style="width:150px" HAL_idsAriaLabel="IDS_LBL_DIRECTION"></table>
  50. </div>
  51. </fieldset>
  52. <div class="clsDlgButtonBar">
  53. <button class="clsDlgButton" onclick="_xce._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  54. <button class="clsDlgButton" onclick="_xce._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
  55. <button class="clsDlgButton" onclick="_xce._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  56. </div>
  57. </div>
  58. ]]></dialogHtml>
  59. </dialog>
  60. </resources>