12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!--
- 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="_275" idsDialogTitle="IDS_CCHL_TITLE_IMG_BROWSER" helpId="dlgImageBrowser">
- <dialogHtml><![CDATA[
- <div onkeypress="_275._3k6( 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="_275._3u7()" HAL_ids="IDS_BTN_IMG_BROWSER_BROWSE" onkeypress="_275._a23( 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; border:1px solid var(--G2);"><img id="_275_imgPreview" style="visibility:hidden"/></div></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_275._yr7()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_275._r89()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_1q1.js"/>
- <externalScript src="hal/_jq7.js"/>
- <externalScript src="hal/_rq7.js"/>
- <externalScript src="hal/_jn8.js"/>
- </externalScripts>
- <externalStringTables>
- <externalStringTable src="cchl/res/cchl_strings"/>
- </externalStringTables>
- </dialog>
- </resources>
|