_pm9.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: irot
  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="_pm9" dialogTitle="Navigation History" borderStyle="sizable">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_pm9._wph( event )" onkeydown="_pm9._a7j( event )" onmousedown="_pm9._y4g( event )">
  11. <style>
  12. ._pm9_clsJsonTextLabel
  13. {
  14. font-weight: bold;
  15. padding: 3px 4px 3px 4px;
  16. }
  17. ._pm9_clsJsonText
  18. {
  19. white-space: nowrap;
  20. overflow: auto;
  21. font-family: Consolas;
  22. font-size: 11pt;
  23. background-color: black;
  24. color: #F2F2F2;
  25. }
  26. </style>
  27. <div HAL_dlgItemId="divPanes" HAL_paneId="_pm9_Panes"></div>
  28. <div HAL_paneId="_6jl_ToolbarPane"><div HAL_dlgItemId="divToolbar"></div></div>
  29. <div HAL_paneId="_pm9_MainPane"></div>
  30. <div HAL_dlgItemId="divCurrentPane" HAL_paneId="_pm9_CurrentPane">
  31. <div style="display:flex; flex-direction:column">
  32. <div class="clsDialogText _pm9_clsJsonTextLabel">Current location:</div>
  33. <div HAL_dlgItemId="divCurrentText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
  34. </div>
  35. </div>
  36. <div HAL_dlgItemId="divLeftPane" HAL_paneId="_pm9_LeftPane">
  37. <div style="display:flex; flex-direction:column">
  38. <div class="clsDialogText _pm9_clsJsonTextLabel">Back:</div>
  39. <div HAL_dlgItemId="divLeftText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
  40. </div>
  41. </div>
  42. <div HAL_dlgItemId="divRightPane" HAL_paneId="_pm9_RightPane">
  43. <div style="display:flex; flex-direction:column">
  44. <div class="clsDialogText _pm9_clsJsonTextLabel">Forward:</div>
  45. <div HAL_dlgItemId="divRightText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
  46. </div>
  47. </div>
  48. </div>
  49. ]]></dialogHtml>
  50. <externalScripts>
  51. <externalScript src="dialogs/_pm9_async.js"/>
  52. </externalScripts>
  53. </dialog>
  54. <panes id="_pm9_Panes">
  55. <rowPane id="_6jl_ToolbarPane" defaultHeight="autoFromContents" minHeight="autoFromContents" parentResizeBehaviour="fixed" splitterResizeBehaviour="fixed" fillPaneWith="*"/>
  56. <rowPane id="_pm9_CurrentPane" defaultHeight="150px" splitterResizeBehaviour="resize" fillPaneWith="*"></rowPane>
  57. <rowPane id="_pm9_MainPane" minHeight="200px" parentResizeBehaviour="resizeFirst" splitterResizeBehaviour="resize">
  58. <columnPane id="_pm9_LeftPane" defaultWidth="320px" minWidth="100px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize" fillPaneWith="*"/>
  59. <columnSplitter reserveSpace="true" classPrefix="clsInvisibleSplitterVertical" resizeOnMouseMove="true"/>
  60. <columnPane id="_pm9_RightPane" defaultWidth="320px" minWidth="100px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize" fillPaneWith="*"/>
  61. </rowPane>
  62. </panes>
  63. <toolbar id="_pm9_Toolbar">
  64. <toolbarButton id="_pm9_btnClear" smallSvgIcon="def_hal_remove_16x16" tooltip="Clear history" onCommand="_38g._blk._bzm()"/>
  65. </toolbar>
  66. </resources>