123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cchl
- (C) Copyright IBM Corp. 2012, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="D_Color" idsDialogTitle="IDS_CCHL_TITLE_COLOR" helpId="dlgColor">
- <dialogHtml><![CDATA[
- <div onkeypress="D_Color.F_OnKeyPress( event )" onkeydown="D_Color.F_OnKeyDown( event )">
-
- <div HAL_dlgItemId="divFavorColorContainer" style="width:412px">
- <table role="presentation" HAL_dlgItemId="divFavorColorLabel" class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <td style="white-space:nowrap; padding-right:4px" HAL_ids="IDS_CCHL_LBL_FAVORITE_COLORS"></td>
- <td style="width:100%"><hr/></td>
- </tr>
- </table>
- <div HAL_dlgItemId="divFavoriteColors" style="height:20px"></div>
- </div>
-
- <div HAL_dlgItemId="divTransparency" style="width:412px">
- <table role="presentation" HAL_dlgItemId="divTransparencyLabel" class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <td style="white-space:nowrap; padding-right:4px" HAL_ids="IDS_CCHL_LBL_TRANSPARENCY"></td>
- <td style="width:100%"><hr/></td>
- </tr>
- </table>
-
- <div style="padding-top:5px;">
- <table role="presentation" class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <td><input HAL_dlgItemId="txtTransparency" HAL_idsAriaLabel="IDS_CCHL_LBL_TRANSPARENCY" class="clsCCHLNumeric clsTextBox" type="text" maxlength="3" HAL_isSelectable="true" style="vertical-align:middle; width:40px; height:22px" onkeypress="U_DOM.F_NumbersOnlyOnKeyPress( event, false, 'integer' );" onkeyup="U_DOM.F_PercentOnlyOnChange( event, false, 'integer', 100 );D_Color.F_OnTransparencyTextChange();" onchange="U_DOM.F_PercentOnlyOnChange( event, false, 'integer', 100 );D_Color.F_OnTransparencyTextChange();"/></td>
- <td><div HAL_dlgItemId="divSlider" style="margin-left:20px;"></div></td>
- </tr>
- </table>
- </div>
- </div>
-
- <!-- TabBox -->
- <table HAL_dlgItemId="tabMain" HAL_tabOrientation="top" style="width:412px">
- <tr>
- <td HAL_ids="IDS_CCHL_TAB_COLOR_NAMED"></td>
- <td HAL_ids="IDS_CCHL_TAB_COLOR_WEBSAFE"></td>
- <td HAL_ids="IDS_CCHL_TAB_COLOR_CUSTOM"></td>
-
- </tr>
- </table>
- <!-- TabPanels -->
- <div HAL_dlgItemId="tabMain_Panels" style="position:relative; padding:7px 0px 0px 5px; width:412px; height:300px">
- <!-- TabPanel [Named Colors] -->
- <div HAL_dlgItemId="tabMain_Panel0">
- <table cellpadding="0" cellspacing="0" style="table-layout:fixed">
- <tr>
- <td><div HAL_dlgItemId="divNamedColors1" style="width:190px; height:270px"></div></td>
- <td><div HAL_dlgItemId="divNamedColors2" style="width:190px; height:270px"></div></td>
- </tr>
- </table>
- </div>
- <!-- TabPanel [Web Safe Colors] -->
- <div HAL_dlgItemId="tabMain_Panel1">
- <div HAL_dlgItemId="divWebSafeColors" style="width:400px"></div>
- </div>
-
- <!-- TabPanel [Custom Adv] -->
- <div HAL_dlgItemId="tabMain_Panel2">
- <div HAL_dlgItemId="divCustomerColorPicker" style="width:100%; padding:0px 10px 0px 10px"></div>
- </div>
- <div style="position: absolute; bottom: 10px; right: 0px;">
- <span HAL_dlgItemId="divOKLink" HAL_ids="IDS_HAL_BTN_APPLY" style="vertical-align:middle; margin-right:20px" class="clsHyperlink" onclick="D_Color.F_OnOK()" onmousedown="this.className='clsHyperlink'" onmouseover="this.className='clsHyperlink_hover'" onmouseout="this.className='clsHyperlink'"></span>
- <span HAL_dlgItemId="divAddToLink" HAL_ids="IDS_CCHL_BTN_ADD" style="vertical-align:middle; margin-right:20px" class="clsHyperlink" onclick="D_Color.F_OnAddUpdateFavorite()" onmouseover="this.className='clsHyperlink_hover'" onmouseout="this.className='clsHyperlink'"></span>
- </div>
- </div>
-
- <div HAL_dlgItemId="divButtons" class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="D_Color.F_OnOK()" HAL_ids="IDS_HAL_BTN_OK">OK</button>
- <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="D_Color.F_OnApply()" HAL_ids="IDS_HAL_BTN_APPLY">Apply</button>
- <button class="clsDlgButton" onclick="D_Color.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL">Cancel</button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/C_Slider.js"/>
- <externalScript src="hal/C_PositionTween.js"/>
- <externalScript src="hal/C_Tab.js"/>
- <externalScript src="hal/C_ListView.js"/>
- <externalScript src="hal/U_Clipboard.js"/>
- <externalScript src="cchl/C_ColorPicker.js"/>
- <externalScript src="cchl/dialogs/D_Color_async.js"/>
- <externalScript src="cchl/U_Color.js"/>
- </externalScripts>
- <externalStringTables>
- <externalStringTable src="cchl/res/cchl_strings"/>
- </externalStringTables>
- <externalResources>
- <externalResource src="cchl/res/cchl_resources.xml"/>
- </externalResources>
- </dialog>
- <listView id="CCHL_WebSafeColors" view="smallIcon" classPrefix="clsListItem_colorCell">
- <listItems/>
- </listView>
-
- <listView id="CCHL_FavoriteColors" view="smallIcon" classPrefix="clsListItem_colorCell">
- <listItems/>
- </listView>
-
- <slider id="D_Color_TransparencySlider" animate="true" min="0" max="100" rangeType="min" trackLength="300px" tickType="values" tickInterval="50"></slider>
- </resources>
|