12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!--
- 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="_i0g" idsDialogTitle="IDS_TITLE_TABLE_INSERT" helpId="dlgTableInsert">
- <dialogHtml><![CDATA[
- <div onkeypress="_i0g._wph( event )">
- <table cellpadding="0" cellspacing="0" style="width:100%">
- <tr>
- <td style="padding:0px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESIZE"></td><td style="padding:0; width:100%"><hr/></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" style="width:100%">
- <tr>
- <td style="padding:var(--16S) var(--8XS) 0px var(--16S); white-space:nowrap" HAL_ids="IDS_LBL_COLUMNS"></td>
- <td style="padding:var(--16S) 0 0 0; width:100%; text-align:right"><input HAL_dlgItemId="txtColumns" HAL_idsAriaLabel="IDS_LBL_COLUMNS" class="clsTextBox" style="width:90px" type="text" maxlength="3" HAL_isSelectable="true"/></td>
- </tr>
- <tr>
- <td style="padding:var(--16S) var(--8XS) 0 var(--16S); white-space:nowrap" HAL_ids="IDS_LBL_ROWS"></td>
- <td style="padding-top:var(--16S); width:100%; text-align:right"><input HAL_dlgItemId="txtRows" HAL_idsAriaLabel="IDS_LBL_ROWS" class="clsTextBox" style="width:90px" type="text" maxlength="3" HAL_isSelectable="true"/></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" style="width:100%; margin-top:var(--16S)">
- <tr>
- <td style="padding:10px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESTYLE"></td>
- <td style="padding:10px 0px 0px 0px; width:100%"><hr/></td>
- </tr>
- </table>
- <div style="padding:0 0 0 var(--16S); display:flex; flex-direction:column">
- <label HAL_dlgItemFor="chk100PercentWidth" class="clsToggle" style="margin:var(--16S) 0 var(--16S) 0">
- <input HAL_dlgItemId="chk100PercentWidth" type="checkbox" checked="checked"/><span HAL_ids="IDS_LBL_WIDTH_100_PERCENT"></span>
- </label>
- <label HAL_dlgItemFor="chkBorders" class="clsToggle">
- <input HAL_dlgItemId="chkBorders" type="checkbox"/><span HAL_ids="IDS_LBL_BORDERS"></span>
- </label>
- </div>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_i0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_i0g._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|