123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2018
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_3zm" helpId="dlgImage" idsDialogTitle="IDS_TITLE_IMG_PICKER" showX="false">
- <dialogHtml><![CDATA[
- <style>
- #_3zm_GalleryRowPane > table
- {
- border-collapse: collapse;
- height: 100%;
- table-layout: fixed;
- width: 100%;
- border: 1px solid var(--G2);
- }
- #_3zm_divImageGalleryDirectoryView
- {
- border-bottom: none;
- border-left: none;
- border-top: none;
- -ms-overflow-style: -ms-autohiding-scrollbar
- }
- #_3zm_divImageGalleryThumbnailView
- {
- height: 100%;
- overflow-y: scroll;
- padding: 15px;
- -ms-overflow-style: -ms-autohiding-scrollbar
- }
- #_3zm_divImageGalleryThumbnailView > div
- {
- margin: 0 !important;
- }
- ._3zm_clsDlgExplTitle
- {
- font-size: var(--BODY-S);
- font-weight: bold;
- }
- ._3zm_clsDlgExpl
- {
- white-space: normal !important;
- margin: auto;
- }
- ._3zm_clsDlgExplSubtext
- {
- font-size: var(--CAPTION);
- color: var(--text-02);
- }
- </style>
- <div onkeypress="_3zm._wph( event )" onkeydown="_3zm._a7j( event )" style="width: 680px;" tabIndex="-1">
- <div HAL_dlgItemId="URLRowPane">
- <table role="presentation" cellpadding="0" cellspacing="0" style="padding-bottom: 5px" >
- <tr class="clsModalDlgRow" style="vertical-align:bottom">
- <td>
- <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>
- </td>
- <td align="right">
- <button HAL_dlgItemId="btnBrowse" class="clsDlgButton" onclick="_3zm._9dm()" HAL_ids="IDS_BTN_BROWSE"></button>
- </td>
- </tr>
- </table>
- </div>
- <div HAL_dlgItemId="GalleryRowPane" style="height: 300px;">
- <table role="presentation" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <div class="_3zm_clsDlgExpl" HAL_dlgItemId="divImageGalleryDefaultView" style="text-align: center; padding: 100px;">
- <div class="_3zm_clsDlgExplTitle" HAL_ids="IDS_MSG_IMAGE_PICKER_DEFAULT_VIEW_TEXT"></div>
- <div class="_3zm_clsDlgExplSubtext" HAL_ids="IDS_MSG_IMAGE_PICKER_DEFAULT_VIEW_SUBTEXT">></div>
- </div>
- </td>
- <td style="height: 100%;">
- <div HAL_dlgItemId="divImageGalleryDirectoryView" class="clsTreeView" style="height: 300px; overflow-y: auto;" HAL_idsAriaLabel="IDS_CCHL_TITLE_IMG_BROWSER"></div>
- </td>
- <td style="height: 100%;">
- <div HAL_dlgItemId="divImageGalleryThumbnailView" style="height: 300px; overflow-y: auto;"></div>
- </td>
- <td>
- <div class="_3zm_clsDlgExpl" HAL_dlgItemId="divImageGalleryEmptyView" style="text-align: center; padding: 0;">
- <div class="_3zm_clsDlgExplSubtext" HAL_ids="IDS_MSG_IMAGE_PICKER_NO_IMAGES"></div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div HAL_dlgItemId="BtnBarPane" class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" isAppProfileId="true" class="clsDlgButton" onclick="_3zm._9jk();" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_3zm._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/_u45.js"/>
- </externalScripts>
- </dialog>
- <listView id="GalleryIconView" view="icon" allowCtrlDeselect="false" clipLabels="true" iconHeight="64px" iconWidth="64px" iconLabelWidth="120px">
- <listItems/>
- </listView>
- </resources>
|