_a4b.xml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  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="_a4b">
  9. <dialogHtml><![CDATA[
  10. <style>
  11. DIV._a4b_clsReportPreviewContainer
  12. {
  13. border: 1px solid var(--B);
  14. overflow: hidden;
  15. background-color: var(--ui-01);
  16. height: 200px;
  17. width: 200px;
  18. }
  19. ._a4b_clsBigButtonBar
  20. {
  21. background-color: transparent;
  22. border: 1px solid transparent;
  23. padding: 4px;
  24. color: var(--text-01);
  25. }
  26. </style>
  27. <div style="overflow:hidden" onkeypress="_a4b._wph( event )">
  28. <table cellpadding="0" cellspacing="0">
  29. <tr>
  30. <td HAL_dlgItemId="tdPathLabel" style="padding-bottom:2px; width:100px; vertical-align:middle; text-align:center"></td>
  31. <td style="padding-bottom:2px">
  32. <table cellpadding="0" cellspacing="0">
  33. <tr>
  34. <td>
  35. <table HAL_dlgItemId="cboPathCombo" HAL_aria-labelledby="tdPathLabel" style="width:230px"></table>
  36. </td>
  37. <td>
  38. <div class="clsButtonToolbar">
  39. <button HAL_dlgItemId="btnUpDir" class="clsSvgButton16x16" style="margin-left:3px" HAL_idsTooltip="IDS_TOOLTIP_UPDIR" onclick="_a4b._2ie()">
  40. <svg><use xlink:href="#def_hal_move_up_16x16"/></svg>
  41. </button>
  42. </div>
  43. </td>
  44. <td style="padding:0px 3px 0px 3px">
  45. <div class="clsToolbarSeparator"></div>
  46. </td>
  47. <td>
  48. <div class="clsButtonToolbar">
  49. <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" isAppProfileId="true" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_a4b._ovc()">
  50. <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
  51. </button>
  52. </div>
  53. </td>
  54. <td>
  55. <div class="clsButtonToolbar">
  56. <button HAL_dlgItemId="btnNewFolder" class="clsSvgButton16x16" isAppProfileId="true" HAL_idsTooltip="IDS_TOOLTIP_NEWFOLDER" onclick="_a4b._qi8()">
  57. <svg><use xlink:href="#def_hal_folder_16x16"/></svg>
  58. </button>
  59. </div>
  60. </td>
  61. <td HAL_dlgItemId="tdSeparator1" isAppProfileId="true" style="padding:0px 3px 0px 3px">
  62. <div class="clsToolbarSeparator"></div>
  63. </td>
  64. <td>
  65. <div class="clsButtonToolbar">
  66. <button HAL_dlgItemId="btnRename" class="clsSvgButton16x16" isAppProfileId="true" HAL_idsTooltip="IDS_TOOLTIP_RENAME" onclick="_a4b._yvc()">
  67. <svg><use xlink:href="#def_hal_rename_16x16"/></svg>
  68. </button>
  69. </div>
  70. </td>
  71. <td>
  72. <div class="clsButtonToolbar">
  73. <button HAL_dlgItemId="btnProperties" class="clsSvgButton16x16" isAppProfileId="true" HAL_idsTooltip="IDS_TOOLTIP_PROPERTIES" onclick="_a4b._nb7()">
  74. <svg><use xlink:href="#def_hal_icon_info_16x16"/></svg>
  75. </button>
  76. </div>
  77. </td>
  78. <td>
  79. <div class="clsButtonToolbar">
  80. <button HAL_dlgItemId="btnRefresh" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_REFRESH" onclick="_a4b._3ab(true)">
  81. <svg><use xlink:href="#def_hal_refresh_16x16"/></svg>
  82. </button>
  83. </div>
  84. </td>
  85. </tr>
  86. </table>
  87. </td>
  88. </tr>
  89. <tr>
  90. <td style="padding-right:4px; height:100%; vertical-align:top;">
  91. <table cellpadding="0" cellspacing="0" class="clsDialogText _a4b_clsBigButtonBar" style="width:100%; height:220px;">
  92. <tr>
  93. <td style="text-align:center; padding-bottom:4px">
  94. <button HAL_dlgItemId="btnPublicFolders" class="clsDlgButton" style="height:auto; width:auto; text-align:center; padding-top:7px; padding-bottom:7px" hideFocus="true" onclick="_a4b._cf4()">
  95. <img src="images/publicfolder_32x32.gif" style="height:32px; width:32px; vertical-align:middle"/>
  96. <div style="width:100px; padding-top:2px" HAL_dlgItemId="lblPublicFolders">&nbsp;</div>
  97. </button>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td style="text-align:center">
  102. <button HAL_dlgItemId="btnMyFolders" class="clsDlgButton" style="height:auto; width:auto; text-align:center; padding-top:7px; padding-bottom:7px" onclick="_a4b._pi8()">
  103. <img src="images/myfolder_32x32.gif" style="height:32px; width:32px; vertical-align:middle"/>
  104. <div style="width:100px; padding-top:2px" HAL_dlgItemId="lblMyFolders">&nbsp;</div>
  105. </button>
  106. </td>
  107. </tr>
  108. <tr>
  109. <td style="width:100%; height:100%">&nbsp;</td>
  110. </tr>
  111. </table>
  112. </td>
  113. <td>
  114. <table cellpadding="0" cellspacing="0">
  115. <tr>
  116. <td colspan="2">
  117. <table cellpadding="0" cellspacing="0">
  118. <tr>
  119. <td>
  120. <div HAL_dlgItemId="divDirectoryListView" class="clsListView" style="width:350px; height:220px; overflow:auto" HAL_idsAriaLabel="IDS_AC_CONTENTS"></div>
  121. </td>
  122. <td HAL_dlgItemId="tdPreview" style="padding-left:8px">
  123. <div class="_a4b_clsReportPreviewContainer">
  124. <img HAL_dlgItemId="imgPreview" style="height:200px; width:200px;" src="hal/images/blank.gif"/>
  125. </div>
  126. <div style="padding-top:4px; white-space:nowrap">
  127. <label HAL_dlgItemFor="chkShowPreview" class="clsToggle">
  128. <input HAL_dlgItemId="chkShowPreview" type="checkbox" checked="true" onclick="_a4b._7n5()" ondblclick="_a4b._7n5()"/><span HAL_ids="IDS_LBL_SHOWPREVIEW"></span>
  129. </label>
  130. </div>
  131. </td>
  132. </tr>
  133. </table>
  134. </td>
  135. </tr>
  136. <tr>
  137. <td style="vertical-align:middle; padding:7px 2px 0px 0px">
  138. <span HAL_dlgItemId="spanFileName" HAL_ids="IDS_LBL_NAME" style="vertical-align:middle"></span>
  139. </td>
  140. <td style="vertical-align:middle; padding:7px 0px 0px 0px">
  141. <input HAL_dlgItemId="txtFileName" class="clsTextBox" style="width:280px" type="text" HAL_isSelectable="true" HAL_aria-labelledby="spanFileName"/>
  142. <table HAL_dlgItemId="cboFileType" HAL_aria-labelledby="spanFileName" style="width:280px"></table>
  143. </td>
  144. </tr>
  145. </table>
  146. </td>
  147. </tr>
  148. </table>
  149. <div class="clsDlgButtonBar">
  150. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_a4b._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  151. <button HAL_dlgItemId="btnNewOk" class="clsDlgButton" onclick="_a4b._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  152. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_a4b._bgn()">
  153. <span HAL_dlgItemId="spanOKLabel"></span>
  154. </button>
  155. </div>
  156. </div>
  157. ]]></dialogHtml>
  158. <externalScripts>
  159. <externalScript src="cchl/_bk3.js"/>
  160. </externalScripts>
  161. </dialog>
  162. <comboBox id="PathCombo" showSmallIcon="true">
  163. <listView indentLength="10">
  164. <listItems/>
  165. </listView>
  166. </comboBox>
  167. <comboBox id="FileType">
  168. <listView>
  169. <listItems>
  170. <listItem value="report,reportView,query,reportTemplate,analysis,package,exploration" idsLabel="IDS_PROPVAL_FILETYPE_ALL"/>
  171. <listItem value="report,reportView" idsLabel="IDS_PROPVAL_FILETYPE_REPORTS"/>
  172. <listItem value="query" idsLabel="IDS_PROPVAL_FILETYPE_QUERIES"/>
  173. <listItem value="analysis" idsLabel="IDS_PROPVAL_FILETYPE_ANALYSES"/>
  174. <listItem value="reportTemplate" idsLabel="IDS_PROPVAL_FILETYPE_TEMPLATES"/>
  175. <listItem value="package" idsLabel="IDS_PROPVAL_FILETYPE_PACKAGE"/>
  176. <listItem value="exploration" idsLabel="IDS_PROPVAL_FILETYPE_DASHBOARD"/>
  177. </listItems>
  178. </listView>
  179. </comboBox>
  180. <listView id="ListWithCaseInsensitiveKeySearch" keySearch="caseInsensitive">
  181. <listItems/>
  182. </listView>
  183. </resources>