1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <!--
- 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="_xce" idsDialogTitle="IDS_PROP_pageGradient" helpId="dlgPageGradient">
- <dialogHtml><![CDATA[
- <div onkeypress="_xce._wph( event )">
- <div class="clsDialogText" style="white-space:nowrap; padding-bottom:7px">
- <label HAL_dlgItemFor="chkGradient" class="clsToggle">
- <input HAL_dlgItemId="chkGradient" hideFocus="true" onclick="_xce._g4a()" type="checkbox"/><span HAL_ids="IDS_LBL_DEFINE_PAGEGRADIENT"></span>
- </label>
- </div>
- <fieldset HAL_dlgItemId="fsContainer" class="clsDialogText">
- <div style="padding:var(--16S)">
- <div class="clsLabel">
- <span HAL_ids="IDS_LBL_FROMCOLOR2"></span>
- </div>
- <button HAL_dlgItemId="btnFromColor" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_FROMCOLOR2" onclick="_xce._986(this)">
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <div style="width:124px"></div>
- </td>
- <td style="padding:0 2px">
- <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
- </td>
- </tr>
- </table>
- </button>
- <div class="clsLabelSequence">
- <span HAL_ids="IDS_LBL_TOCOLOR2"></span>
- </div>
- <button HAL_dlgItemId="btnToColor" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_TOCOLOR2" onclick="_xce._986(this)">
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <div style="width:124px"></div>
- </td>
- <td style="padding:0 2px">
- <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
- </td>
- </tr>
- </table>
- </button>
- <div class="clsLabelSequence" HAL_ids="IDS_LBL_DIRECTION"></div>
- <table HAL_dlgItemId="cboDirection" style="width:150px" HAL_idsAriaLabel="IDS_LBL_DIRECTION"></table>
- </div>
- </fieldset>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_xce._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_xce._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button class="clsDlgButton" onclick="_xce._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|