_uce.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: cchl
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_uce" idsDialogTitle="IDS_CCHL_TITLE_IMG_BROWSER" helpId="dlgImageBrowser">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_uce._wph( event )" tabIndex="-1">
  11. <div HAL_ids="IDS_LBL_IMG_BROWSER_SERVER_URL" class="clsDialogText"></div>
  12. <table class="clsDialogText" cellpadding="0" cellspacing="0" style="margin-bottom:4px">
  13. <tr>
  14. <td>
  15. <table HAL_dlgItemId="cboURL" style="width:423px" HAL_idsAriaLabel="IDS_LBL_IMG_BROWSER_SERVER_URL"></table>
  16. </td>
  17. <td>
  18. <button class="clsDlgButton" onclick="_uce._5nk()" HAL_ids="IDS_BTN_IMG_BROWSER_BROWSE" onkeypress="_uce._9s8( event )"></button>
  19. </td>
  20. </tr>
  21. </table>
  22. <table class="clsDialogText" cellpadding="0" cellspacing="0">
  23. <tr style="vertical-align:top">
  24. <td>
  25. <div HAL_dlgItemId="divTree" class="clsTreeView" style="width:250px; height:250px; overflow:auto" tabIndex="0" HAL_idsAriaLabel="IDS_CCHL_TITLE_IMG_BROWSER"></div>
  26. </td>
  27. <td style="padding-left:4px">
  28. <table cellspacing="0" cellpadding="0" style="table-layout:fixed" class="clsDialogText">
  29. <tr>
  30. <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="_uce_imgPreview" style="visibility:hidden"/></div></td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. </table>
  36. <div class="clsDlgButtonBar">
  37. <button class="clsDlgButton" onclick="_uce._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  38. <button class="clsDlgButton" onclick="_uce._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  39. </div>
  40. </div>
  41. ]]></dialogHtml>
  42. <externalScripts>
  43. <externalScript src="hal/_u45.js"/>
  44. <externalScript src="hal/_jgk.js"/>
  45. <externalScript src="hal/_vgk.js"/>
  46. <externalScript src="hal/_mcm.js"/>
  47. </externalScripts>
  48. <externalStringTables>
  49. <externalStringTable src="cchl/res/cchl_strings"/>
  50. </externalStringTables>
  51. </dialog>
  52. </resources>