12345678910111213141516171819202122232425262728 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (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="_7jl" idsDialogTitle="IDS_TITLE_LOCALES" helpId="dlgLocales">
- <dialogHtml><![CDATA[
- <div onkeypress="_7jl._wph( event )">
- <div HAL_dlgItemId="divListView" class="clsListView" style="height:300px; width:400px;" HAL_idsAriaLabel="IDS_AC_LANGUAGES"></div>
- <div HAL_dlgItemId="divInfoHeader" style="white-space:nowrap; padding:var(--16S) 0px 2px 0px">
- <svg class="clsSvgIcon16x16"><use xlink:href="#def_hal_icon_info_16x16"/></svg>
- <span HAL_dlgItemId="spanInfoBoxLabel" HAL_ids="IDS_LBL_EXPRED_INFO"></span>
- </div>
- <div HAL_dlgItemId="divInfoBox" class="clsInfoBox" tabIndex="0" HAL_aria-labelledby="spanInfoBoxLabel divInfoBox" style="width:400px; height:90px"></div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_7jl._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_7jl._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|