123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_mmh" borderStyle="none" visualParentRelation="bottom">
- <dialogHtml><![CDATA[
- <style>
- DIV._mmh_clsHeader
- {
- height: 32px;
- display: flex;
- flex-wrap: nowrap;
- }
- DIV._mmh_clsHeaderCaption
- {
- min-width: 157px;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- cursor: default;
- text-align: center;
- align-self: center;
- }
- DIV._mmh_clsListView .clsListItem
- {
- border-top: 1px solid var(--ui-03);
- }
- </style>
- <div>
- <div class="clsPopupDialog">
- <div class="_mmh_clsHeader">
- <button class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_PREVIOUS" HAL_dlgItemId="leftArrow" onclick="_mmh._fj2()">
- <svg><use xlink:href="#def_chevron_left_16x16"/></svg>
- </button>
- <div HAL_dlgItemId="navigationDrillGroup" class="_mmh_clsHeaderCaption"></div>
- <button class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_NEXT" HAL_dlgItemId="rightArrow" onclick="_mmh._k95()">
- <svg class="clsSvgButton16x16"><use xlink:href="#def_chevron_right_16x16"/></svg>
- </button>
- </div>
- <div HAL_dlgItemId="divSegment" class="_mmh_clsListView"></div>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|