12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2020
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_jm9" idsDialogTitle="IDS_TITLE_BACKGROUND_IMG" helpId="dlgBackgroundImage">
- <dialogHtml><![CDATA[
- <div onkeypress="_jm9._wph( event )">
- <label HAL_dlgItemFor="radBackgroundImageDefault" class="clsRadioButton">
- <input HAL_dlgItemId="radBackgroundImageDefault" HAL_dlgItemName="radBackgroundImage" type="radio" onclick="_jm9._uq2()"/><span HAL_ids="IDS_LBL_BACKGROUND_IMAGE_DEFAULT"></span>
- </label>
- <label HAL_dlgItemFor="radBackgroundImageNone" class="clsRadioButton" style="margin-top:var(--16S)">
- <input HAL_dlgItemId="radBackgroundImageNone" HAL_dlgItemName="radBackgroundImage" type="radio" onclick="_jm9._uq2()"/><span HAL_ids="IDS_LBL_BACKGROUND_IMAGE_NONE"></span>
- </label>
- <label HAL_dlgItemFor="radBackgroundImageSpecified" class="clsRadioButton" style="margin-top:var(--16S); white-space:nowrap;">
- <input HAL_dlgItemId="radBackgroundImageSpecified" HAL_dlgItemName="radBackgroundImage" type="radio" onclick="_jm9._uq2()"/><span HAL_ids="IDS_LBL_BACKGROUND_IMAGE_SPECIFIED"></span>
- </label>
- <div style="padding-left:32px; margin-top:var(--16S);" onclick="_jm9._61a()">
- <table cellpadding="0" cellspacing="0" style="margin-bottom:12px">
- <tr style="vertical-align:bottom">
- <td>
- <div HAL_dlgItemId="divLblURL" HAL_ids="IDS_LBL_IMAGE_URL"></div>
- <input HAL_dlgItemId="txtURL" type="text" class="clsTextBox" style="width:300px" HAL_isSelectable="true" HAL_aria-labelledby="divLblURL" onchange='_jm9._vje()' onkeyup='_jm9._vje()' onpaste="setTimeout('_jm9._vje()', 0)" onblur="_jm9._vje()"/>
- </td>
- <td>
- <button HAL_dlgItemId="btnBrowse" class="clsDlgButton" onclick="_jm9._5nk()" HAL_ids="IDS_BTN_BROWSE"></button>
- </td>
- </tr>
- </table>
- <fieldset HAL_dlgItemId="fsPosition" style="display:inline; margin:var(--16S) var(--16S) 0 0; border:none">
- <legend HAL_ids="IDS_LBL_BG_POSITION"></legend>
- <div HAL_dlgItemId="divPosition" class="clsToolboxListView" style="width:90px; padding:0; margin-top:4px"></div>
- </fieldset>
- <fieldset HAL_dlgItemId="fsRepeat" style="display:inline; margin-top:var(--16S); border:none; vertical-align:top">
- <legend HAL_ids="IDS_LBL_BG_REPEAT"></legend>
- <div HAL_dlgItemId="divRepeat" style="margin-top:4px"></div>
- </fieldset>
- <div style="margin-top:var(--16S)" HAL_dlgItemId="divAttachment">
- <label HAL_dlgItemFor="chkAttachment" class="clsToggle">
- <input HAL_dlgItemId="chkAttachment" type="checkbox"/><span HAL_ids="IDS_LBL_BG_ATTACHMENT"></span>
- </label>
- </div>
- <div HAL_dlgItemId="divLblPreview" style="margin-top:var(--16S)" HAL_ids="IDS_LBL_PREVIEW2"></div>
- <div HAL_dlgItemId="divSample" class="clsImagePreviewBorder" style="height:150px; width:423px; background-color:var(--ui-01); border:1px solid var(--G2)"></div>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_jm9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_jm9._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="backgroundPosition" view="smallIcon" classPrefix="clsListItem_outline">
- <listItems>
- <listItem smallSvgIcon="def_align_top_left" value="left top" idsTooltip="IDS_TOOLTIP_ALIGN_TOP_LEFT"/>
- <listItem smallSvgIcon="def_align_top_center" value="center top" idsTooltip="IDS_TOOLTIP_ALIGN_TOP_CENTER"/>
- <listItem smallSvgIcon="def_align_top_right" value="right top" idsTooltip="IDS_TOOLTIP_ALIGN_TOP_RIGHT"/>
- <listItem smallSvgIcon="def_align_middle_left" value="left center" idsTooltip="IDS_TOOLTIP_ALIGN_MIDDLE_LEFT"/>
- <listItem smallSvgIcon="def_align_middle_center" value="center center" idsTooltip="IDS_TOOLTIP_ALIGN_MIDDLE_CENTER"/>
- <listItem smallSvgIcon="def_align_middle_right" value="right center" idsTooltip="IDS_TOOLTIP_ALIGN_MIDDLE_RIGHT"/>
- <listItem smallSvgIcon="def_align_bottom_left" value="left bottom" idsTooltip="IDS_TOOLTIP_ALIGN_BOTTOM_LEFT"/>
- <listItem smallSvgIcon="def_align_bottom_center" value="center bottom" idsTooltip="IDS_TOOLTIP_ALIGN_BOTTOM_CENTER"/>
- <listItem smallSvgIcon="def_align_bottom_right" value="right bottom" idsTooltip="IDS_TOOLTIP_ALIGN_BOTTOM_RIGHT"/>
- </listItems>
- </listView>
- <listView id="repeat" view="nativeRadio">
- <listItems>
- <listItem value="repeat" idsLabel="IDS_PROPVAL_BGREPEAT"/>
- <listItem value="repeat-x" idsLabel="IDS_PROPVAL_BGREPEATX"/>
- <listItem value="repeat-y" idsLabel="IDS_PROPVAL_BGREPEATY"/>
- <listItem value="no-repeat" idsLabel="IDS_PROPVAL_BGNOREPEAT"/>
- </listItems>
- </listView>
- </resources>
|