12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: irot
- (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="_pm9" dialogTitle="Navigation History" borderStyle="sizable">
- <dialogHtml><![CDATA[
- <div onkeypress="_pm9._wph( event )" onkeydown="_pm9._a7j( event )" onmousedown="_pm9._y4g( event )">
- <style>
- ._pm9_clsJsonTextLabel
- {
- font-weight: bold;
- padding: 3px 4px 3px 4px;
- }
- ._pm9_clsJsonText
- {
- white-space: nowrap;
- overflow: auto;
- font-family: Consolas;
- font-size: 11pt;
- background-color: black;
- color: #F2F2F2;
- }
- </style>
- <div HAL_dlgItemId="divPanes" HAL_paneId="_pm9_Panes"></div>
- <div HAL_paneId="_6jl_ToolbarPane"><div HAL_dlgItemId="divToolbar"></div></div>
- <div HAL_paneId="_pm9_MainPane"></div>
- <div HAL_dlgItemId="divCurrentPane" HAL_paneId="_pm9_CurrentPane">
- <div style="display:flex; flex-direction:column">
- <div class="clsDialogText _pm9_clsJsonTextLabel">Current location:</div>
- <div HAL_dlgItemId="divCurrentText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
- </div>
- </div>
- <div HAL_dlgItemId="divLeftPane" HAL_paneId="_pm9_LeftPane">
- <div style="display:flex; flex-direction:column">
- <div class="clsDialogText _pm9_clsJsonTextLabel">Back:</div>
- <div HAL_dlgItemId="divLeftText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
- </div>
- </div>
- <div HAL_dlgItemId="divRightPane" HAL_paneId="_pm9_RightPane">
- <div style="display:flex; flex-direction:column">
- <div class="clsDialogText _pm9_clsJsonTextLabel">Forward:</div>
- <div HAL_dlgItemId="divRightText" HAL_isSelectable="true" class="_pm9_clsJsonText" style="flex:1 1 auto"></div>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="dialogs/_pm9_async.js"/>
- </externalScripts>
- </dialog>
- <panes id="_pm9_Panes">
- <rowPane id="_6jl_ToolbarPane" defaultHeight="autoFromContents" minHeight="autoFromContents" parentResizeBehaviour="fixed" splitterResizeBehaviour="fixed" fillPaneWith="*"/>
- <rowPane id="_pm9_CurrentPane" defaultHeight="150px" splitterResizeBehaviour="resize" fillPaneWith="*"></rowPane>
- <rowPane id="_pm9_MainPane" minHeight="200px" parentResizeBehaviour="resizeFirst" splitterResizeBehaviour="resize">
- <columnPane id="_pm9_LeftPane" defaultWidth="320px" minWidth="100px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize" fillPaneWith="*"/>
- <columnSplitter reserveSpace="true" classPrefix="clsInvisibleSplitterVertical" resizeOnMouseMove="true"/>
- <columnPane id="_pm9_RightPane" defaultWidth="320px" minWidth="100px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize" fillPaneWith="*"/>
- </rowPane>
- </panes>
- <toolbar id="_pm9_Toolbar">
- <toolbarButton id="_pm9_btnClear" smallSvgIcon="def_hal_remove_16x16" tooltip="Clear history" onCommand="_38g._blk._bzm()"/>
- </toolbar>
- </resources>
|