12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_tm9" idsDialogTitle="IDS_TITLE_OBJECTQUERYNAMES" helpId="dlgObjectQueryName">
- <dialogHtml><![CDATA[
- <div onkeypress="_tm9._wph( event )">
-
- <div style="padding:4px">
-
- <div HAL_dlgItemId="divVizName" HAL_ids="IDS_LBL_VIZ_NAME" class="clsLabelSequence"></div>
- <div>
- <input HAL_dlgItemId="txtVizName" class="clsTextBox" type="text" HAL_isSelectable="true" style="vertical-align:middle; width:340px;"/>
- </div>
-
- <div HAL_dlgItemId="divContainerElement">
- <div HAL_dlgItemId="lblContainerElement" HAL_ids="IDS_LBL_DATA_CONTAINER" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="cboContainerElements" style="width:340px" HAL_idsAriaLabel="IDS_LBL_DATA_CONTAINER"></table>
- </div>
-
- <div HAL_dlgItemId="divContainerDetails">
-
- <div HAL_dlgItemId="divDataContainerName" HAL_ids="IDS_LBL_DATA_CONTAINER_NAME" class="clsLabelSequence"></div>
- <div>
- <input HAL_dlgItemId="txtDataContainerName" class="clsTextBox" type="text" HAL_isSelectable="true" style="vertical-align:middle; width:340px;"/>
- </div>
-
- <div HAL_dlgItemId="divQueryName" HAL_ids="IDS_LBL_OBJQUERY_NAME" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="cboQueries" style="width:340px" HAL_idsAriaLabel="IDS_LBL_OBJQUERY_NAME"></table>
-
- </div>
-
- <div style="white-space:nowrap;padding-top:8px">
- <label HAL_dlgItemFor="chkShowAgain" class="clsToggle">
- <input HAL_dlgItemId="chkShowAgain" type="checkbox" checked="true"/><span HAL_ids="IDS_LBL_SHOW_CONTROL_NAME_DLG"></span>
- </label>
- </div>
-
- </div>
-
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_tm9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_tm9._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_aaj.js"/>
- </externalScripts>
- </dialog>
- <comboBox id="ComboBoxContainer" type="dropDownList" showSmallIcon="true">
- <listView indentLength="15">
- <listItems/>
- </listView>
- </comboBox>
- <comboBox id="ComboBoxQueries" type="dropDown" showSmallIcon="true">
- <listView indentLength="15">
- <listItems/>
- </listView>
- </comboBox>
-
- </resources>
|