_3zm.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2018
  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="_3zm" helpId="dlgImage" idsDialogTitle="IDS_TITLE_IMG_PICKER" showX="false">
  9. <dialogHtml><![CDATA[
  10. <style>
  11. #_3zm_GalleryRowPane > table
  12. {
  13. border-collapse: collapse;
  14. height: 100%;
  15. table-layout: fixed;
  16. width: 100%;
  17. border: 1px solid var(--G2);
  18. }
  19. #_3zm_divImageGalleryDirectoryView
  20. {
  21. border-bottom: none;
  22. border-left: none;
  23. border-top: none;
  24. -ms-overflow-style: -ms-autohiding-scrollbar
  25. }
  26. #_3zm_divImageGalleryThumbnailView
  27. {
  28. height: 100%;
  29. overflow-y: scroll;
  30. padding: 15px;
  31. -ms-overflow-style: -ms-autohiding-scrollbar
  32. }
  33. #_3zm_divImageGalleryThumbnailView > div
  34. {
  35. margin: 0 !important;
  36. }
  37. ._3zm_clsDlgExplTitle
  38. {
  39. font-size: var(--BODY-S);
  40. font-weight: bold;
  41. }
  42. ._3zm_clsDlgExpl
  43. {
  44. white-space: normal !important;
  45. margin: auto;
  46. }
  47. ._3zm_clsDlgExplSubtext
  48. {
  49. font-size: var(--CAPTION);
  50. color: var(--text-02);
  51. }
  52. </style>
  53. <div onkeypress="_3zm._wph( event )" onkeydown="_3zm._a7j( event )" style="width: 680px;" tabIndex="-1">
  54. <div HAL_dlgItemId="URLRowPane">
  55. <table role="presentation" cellpadding="0" cellspacing="0" style="padding-bottom: 5px" >
  56. <tr class="clsModalDlgRow" style="vertical-align:bottom">
  57. <td>
  58. <table HAL_isSelectable="true" width="100%" tabIndex="0" HAL_idsPlaceholder="IDS_MSG_IMG_URL" HAL_isDefault="true" HAL_dlgItemId="URLInput" HAL_idsAriaLabel="IDS_LBL_IMG_BROWSER_SERVER_URL"></table>
  59. </td>
  60. <td align="right">
  61. <button HAL_dlgItemId="btnBrowse" class="clsDlgButton" onclick="_3zm._9dm()" HAL_ids="IDS_BTN_BROWSE"></button>
  62. </td>
  63. </tr>
  64. </table>
  65. </div>
  66. <div HAL_dlgItemId="GalleryRowPane" style="height: 300px;">
  67. <table role="presentation" cellpadding="0" cellspacing="0">
  68. <tr>
  69. <td>
  70. <div class="_3zm_clsDlgExpl" HAL_dlgItemId="divImageGalleryDefaultView" style="text-align: center; padding: 100px;">
  71. <div class="_3zm_clsDlgExplTitle" HAL_ids="IDS_MSG_IMAGE_PICKER_DEFAULT_VIEW_TEXT"></div>
  72. <div class="_3zm_clsDlgExplSubtext" HAL_ids="IDS_MSG_IMAGE_PICKER_DEFAULT_VIEW_SUBTEXT">></div>
  73. </div>
  74. </td>
  75. <td style="height: 100%;">
  76. <div HAL_dlgItemId="divImageGalleryDirectoryView" class="clsTreeView" style="height: 300px; overflow-y: auto;" HAL_idsAriaLabel="IDS_CCHL_TITLE_IMG_BROWSER"></div>
  77. </td>
  78. <td style="height: 100%;">
  79. <div HAL_dlgItemId="divImageGalleryThumbnailView" style="height: 300px; overflow-y: auto;"></div>
  80. </td>
  81. <td>
  82. <div class="_3zm_clsDlgExpl" HAL_dlgItemId="divImageGalleryEmptyView" style="text-align: center; padding: 0;">
  83. <div class="_3zm_clsDlgExplSubtext" HAL_ids="IDS_MSG_IMAGE_PICKER_NO_IMAGES"></div>
  84. </div>
  85. </td>
  86. </tr>
  87. </table>
  88. </div>
  89. <div HAL_dlgItemId="BtnBarPane" class="clsDlgButtonBar">
  90. <button HAL_dlgItemId="btnCancel" isAppProfileId="true" class="clsDlgButton" onclick="_3zm._9jk();" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  91. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_3zm._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
  92. </div>
  93. </div>
  94. ]]></dialogHtml>
  95. <externalScripts>
  96. <externalScript src="hal/_u45.js"/>
  97. </externalScripts>
  98. </dialog>
  99. <listView id="GalleryIconView" view="icon" allowCtrlDeselect="false" clipLabels="true" iconHeight="64px" iconWidth="64px" iconLabelWidth="120px">
  100. <listItems/>
  101. </listView>
  102. </resources>