1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cchl
- (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="D_ImageBrowser" idsDialogTitle="IDS_CCHL_TITLE_IMG_BROWSER" helpId="dlgImageBrowser">
- <dialogHtml><![CDATA[
- <div onkeypress="D_ImageBrowser.F_OnKeyPress( event )" tabIndex="-1">
- <div HAL_ids="IDS_LBL_IMG_BROWSER_SERVER_URL" class="clsDialogText"></div>
- <table class="clsDialogText" cellpadding="0" cellspacing="0" style="margin-bottom:4px">
- <tr>
- <td>
- <table HAL_dlgItemId="cboURL" style="width:423px" HAL_idsAriaLabel="IDS_LBL_IMG_BROWSER_SERVER_URL"></table>
- </td>
- <td>
- <button class="clsDlgButton" onclick="D_ImageBrowser._cCG1()" HAL_ids="IDS_BTN_IMG_BROWSER_BROWSE" onkeypress="D_ImageBrowser._cHF( event )"></button>
- </td>
- </tr>
- </table>
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td>
- <div HAL_dlgItemId="divTree" class="clsTreeView" style="width:250px; height:250px; overflow:auto" tabIndex="0" HAL_idsAriaLabel="IDS_CCHL_TITLE_IMG_BROWSER"></div>
- </td>
- <td style="padding-left:4px">
- <table cellspacing="0" cellpadding="0" style="table-layout:fixed" class="clsDialogText">
- <tr>
- <td class="clsImageBrowserPreviewBorder" style="width:250px; height:250px"><div style="width:250px; height:250px; overflow:hidden; text-align:center; vertical-align:middle"><img id="D_ImageBrowser_imgPreview" style="visibility:hidden"/></div></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="D_ImageBrowser.F_OnOK()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- <button class="clsDlgButton" onclick="D_ImageBrowser.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/C_WebDavGetProperties.js"/>
- <externalScript src="hal/C_ComboBox.js"/>
- <externalScript src="hal/C_TreeView.js"/>
- <externalScript src="hal/C_FadeIn.js"/>
- <externalScript src="cchl/dialogs/D_ImageBrowser_async.js"/>
- </externalScripts>
- <externalStringTables>
- <externalStringTable src="cchl/res/cchl_strings"/>
- </externalStringTables>
- </dialog>
- </resources>
|