_i0g.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_i0g" idsDialogTitle="IDS_TITLE_TABLE_INSERT" helpId="dlgTableInsert">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_i0g._wph( event )">
  11. <table cellpadding="0" cellspacing="0" style="width:100%">
  12. <tr>
  13. <td style="padding:0px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESIZE"></td><td style="padding:0; width:100%"><hr/></td>
  14. </tr>
  15. </table>
  16. <table cellpadding="0" cellspacing="0" style="width:100%">
  17. <tr>
  18. <td style="padding:var(--16S) var(--8XS) 0px var(--16S); white-space:nowrap" HAL_ids="IDS_LBL_COLUMNS"></td>
  19. <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>
  20. </tr>
  21. <tr>
  22. <td style="padding:var(--16S) var(--8XS) 0 var(--16S); white-space:nowrap" HAL_ids="IDS_LBL_ROWS"></td>
  23. <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>
  24. </tr>
  25. </table>
  26. <table cellpadding="0" cellspacing="0" style="width:100%; margin-top:var(--16S)">
  27. <tr>
  28. <td style="padding:10px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESTYLE"></td>
  29. <td style="padding:10px 0px 0px 0px; width:100%"><hr/></td>
  30. </tr>
  31. </table>
  32. <div style="padding:0 0 0 var(--16S); display:flex; flex-direction:column">
  33. <label HAL_dlgItemFor="chk100PercentWidth" class="clsToggle" style="margin:var(--16S) 0 var(--16S) 0">
  34. <input HAL_dlgItemId="chk100PercentWidth" type="checkbox" checked="checked"/><span HAL_ids="IDS_LBL_WIDTH_100_PERCENT"></span>
  35. </label>
  36. <label HAL_dlgItemFor="chkBorders" class="clsToggle">
  37. <input HAL_dlgItemId="chkBorders" type="checkbox"/><span HAL_ids="IDS_LBL_BORDERS"></span>
  38. </label>
  39. </div>
  40. <div class="clsDlgButtonBar">
  41. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_i0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  42. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_i0g._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
  43. </div>
  44. </div>
  45. ]]></dialogHtml>
  46. </dialog>
  47. </resources>